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

Side by Side Diff: LayoutTests/compositing/perpendicular-layer-sorting.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
1 <!DOCTYPE> 1 <!DOCTYPE>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Perpendicular layer sorting</title> 4 <title>Perpendicular layer sorting</title>
5 5
6 <style type="text/css" media="screen"> 6 <style type="text/css" media="screen">
7 #container { 7 #container {
8 position: relative; 8 position: relative;
9 height: 300px; 9 height: 300px;
10 width: 300px; 10 width: 300px;
(...skipping 29 matching lines...) Expand all
40 <body> 40 <body>
41 <!-- The green layer should not overlap the purple layer --> 41 <!-- The green layer should not overlap the purple layer -->
42 <div id="container"> 42 <div id="container">
43 <div id="parent"> 43 <div id="parent">
44 <div></div> 44 <div></div>
45 </div> 45 </div>
46 </div> 46 </div>
47 47
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/lots-of-img-layers-with-opacity.html ('k') | LayoutTests/compositing/plugins/webplugin-alpha.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698