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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-clip-subtree-layout.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
OLDNEW
1 <head> 1 <head>
2 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=15015 rdar://problem/ 5420308</title> 2 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=15015 rdar://problem/ 5420308</title>
3 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip t> 3 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip t>
4 <script> 4 <script>
5 function repaintTest() 5 function repaintTest()
6 { 6 {
7 document.getElementById("float").appendChild(document.createElement( "div")); 7 document.getElementById("float").appendChild(document.createElement( "div"));
8 } 8 }
9 </script> 9 </script>
10 </head> 10 </head>
11 <body onload="runRepaintTest()"> 11 <body onload="runRepaintAndPixelTest()">
12 <div style="width: 400px; height: 400px; border: solid;"> 12 <div style="width: 400px; height: 400px; border: solid;">
13 <div id="float" style="float: left; width: 200px; height: 200px; overflo w: hidden;"> 13 <div id="float" style="float: left; width: 200px; height: 200px; overflo w: hidden;">
14 </div> 14 </div>
15 </div> 15 </div>
16 </body> 16 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698