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

Side by Side Diff: LayoutTests/paint/invalidation/spv2/overflow-clip-subtree-layout-expected.html

Issue 1302183007: Convert some text-based-repaint tests for spv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 <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>
4 <script>
5 function repaintTest()
6 {
7 document.getElementById("float").appendChild(document.createElement( "div"));
8 }
9 </script>
10 </head> 3 </head>
11 <body onload="runRepaintTest()"> 4 <body>
12 <div style="width: 400px; height: 400px; border: solid;"> 5 <div style="width: 400px; height: 400px; border: solid;">
13 <div id="float" style="float: left; width: 200px; height: 200px; overflo w: hidden;"> 6 <div id="float" style="float: left; width: 200px; height: 200px; overflo w: hidden;">
7 <div></div>
14 </div> 8 </div>
15 </div> 9 </div>
16 </body> 10 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698