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/geometry/foreground-offset-change.html

Issue 24438004: Rename testRunner.dumpAsText(true) to testRunner.dumpAsTextWithPixelResults() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 7 years, 3 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 #clipper { 4 #clipper {
5 width: 550px; 5 width: 550px;
6 height: 550px; 6 height: 550px;
7 overflow:hidden; 7 overflow:hidden;
8 } 8 }
9 9
10 #trigger { 10 #trigger {
(...skipping 30 matching lines...) Expand all
41 background-color: blue; 41 background-color: blue;
42 top: 200px; 42 top: 200px;
43 left: -200px; 43 left: -200px;
44 width: 50px; 44 width: 50px;
45 height: 50px; 45 height: 50px;
46 } 46 }
47 47
48 </style> 48 </style>
49 <script> 49 <script>
50 if (window.testRunner) 50 if (window.testRunner)
51 testRunner.dumpAsText(true); 51 testRunner.dumpAsTextWithPixelResults();
52 52
53 function doTest() 53 function doTest()
54 { 54 {
55 if (window.testRunner) 55 if (window.testRunner)
56 testRunner.display(); 56 testRunner.display();
57 57
58 document.getElementById("stretch").style.left = "-100px"; 58 document.getElementById("stretch").style.left = "-100px";
59 } 59 }
60 60
61 window.addEventListener('load', doTest, false); 61 window.addEventListener('load', doTest, false);
62 </script> 62 </script>
63 </head> 63 </head>
64 <body> 64 <body>
65 <div id="trigger"></div> 65 <div id="trigger"></div>
66 <div id="clipper"> 66 <div id="clipper">
67 <div id="container"> 67 <div id="container">
68 <img id="contents"> 68 <img id="contents">
69 <div id="stretch"></div> 69 <div id="stretch"></div>
70 <div id="negative"></div> 70 <div id="negative"></div>
71 </div> 71 </div>
72 </div> 72 </div>
73 </body> 73 </body>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/geometry/foreground-layer.html ('k') | LayoutTests/compositing/geometry/repaint-foreground-layer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698