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

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

Issue 2010243002: Remove paint/invalidation/spv2 (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
(Empty)
1 <!-- Based on fast/repaint/overflow-clip-subtree-layout.html -->
2 <head>
3 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=15015 rdar://problem/ 5420308</title>
4 <script src="resources/paint-invalidation-test.js" type="text/javascript"></ script>
5 <script>
6 function paintInvalidationTest()
7 {
8 document.getElementById("float").appendChild(document.createElement( "div"));
9 }
10 </script>
11 </head>
12 <body onload="runPaintInvalidationTest()">
13 <div style="width: 400px; height: 400px; border: solid;">
14 <div id="float" style="float: left; width: 200px; height: 200px; overflo w: hidden;">
15 </div>
16 </div>
17 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698