gecko-dev/layout/base/crashtests/1235467-1.html
Timothy Nikkel eddfe6b602 Bug 1235467. If the root reference frame is transformed don't use an ancestor of the root reference frame as the local reference frame. r=mattwoodrow
When painting a -moz-element the root reference frame is the refered-to frame, so it can be transformed. In normal painting root reference frames are root frames which can't be transformed so this doesn't come up.
2015-12-30 13:21:10 -06:00

9 lines
207 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="transform: translateY(50%);">
<div style="transform-style: preserve-3d; background-image: -moz-element(#a); position: sticky;" id="a">Q</div>
</div>
</body>
</html>