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

Side by Side Diff: LayoutTests/compositing/render-surface-alpha-blending.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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 #layer { 4 #layer {
5 -webkit-transform:translateZ(0); 5 -webkit-transform:translateZ(0);
6 opacity: 0.75; 6 opacity: 0.75;
7 background-color: rgb(0, 100, 0); 7 background-color: rgb(0, 100, 0);
8 } 8 }
9 #child { 9 #child {
10 -webkit-transform:translateZ(0); 10 -webkit-transform:translateZ(0);
(...skipping 12 matching lines...) Expand all
23 </style> 23 </style>
24 </head> 24 </head>
25 <body> 25 <body>
26 <div id="base" class="fullpage"></div> 26 <div id="base" class="fullpage"></div>
27 <div id="layer" class="fullpage"> 27 <div id="layer" class="fullpage">
28 <!-- layer needs to have a child with content --> 28 <!-- layer needs to have a child with content -->
29 <div id="child"><canvas width="1px" height="1px"></canvas></div> 29 <div id="child"><canvas width="1px" height="1px"></canvas></div>
30 </div> 30 </div>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/plugins/webplugin-reflection-expected.txt ('k') | LayoutTests/compositing/rounded-corners.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698