Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Side by Side Diff: LayoutTests/fast/block/positioning/fixed-position-transform-related-container-expected.html

Issue 1111423002: Fix accumulating offsets for fixed positioned layers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <div style="position:absolute; left:50px;">
4 <div style="position:absolute; top:50px; transform-style:preserve-3d;">
5 <div style="position:fixed; left:5px; top:5px; width:50px; height:50px; background-color:green;">
6 </div>
7 </div>
8 </div>
9
10
11 <div style="position:absolute; left:50px;">
12 <div style="position:absolute; top:150px; perspective:1px;">
13 <div style="position:fixed; left:5px; top:5px; width:50px; height:50px; background-color:green;">
14 </div>
15 </div>
16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698