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

Side by Side Diff: LayoutTests/compositing/huge-mask-layer.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 .box { 4 .box {
5 height: 10000000px; 5 height: 10000000px;
6 width: 100px; 6 width: 100px;
7 -webkit-perspective: 100; 7 -webkit-perspective: 100;
8 -webkit-mask-box-image: url("bogus.png"); 8 -webkit-mask-box-image: url("bogus.png");
9 } 9 }
10 </style> 10 </style>
11 <script> 11 <script>
12 if (window.testRunner) 12 if (window.testRunner)
13 testRunner.dumpAsText(); 13 testRunner.dumpAsText();
14 </script> 14 </script>
15 </head> 15 </head>
16 <body> 16 <body>
17 <!-- This should not crash --> 17 <!-- This should not crash -->
18 <div class="box"></div> 18 <div class="box"></div>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/huge-layer-rotated-expected.txt ('k') | LayoutTests/compositing/huge-mask-layer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698