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

Side by Side Diff: third_party/WebKit/LayoutTests/transforms/perspective-fixed-pos-descendant.html

Issue 2846313002: [blink] Perspective layer should be considered fixed-pos container layer (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/transforms/perspective-fixed-pos-descendant-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div style="width:100px; height:100px; perspective:100px; background:red;">
3 <div style="position:fixed; left:25px; top:25px; width:50px; height:50px; tran sform:translateZ(50px); background:green;"></div>
4 </div>
5 This test verifies CSS perspective correctly applies to fixed-position descendan ts. The test passes if a 100x100 green box completely occludes the red box behin d.
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/transforms/perspective-fixed-pos-descendant-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698