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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overhanging-float-detach-repaint.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="resources/text-based-repaint.js"></script> 4 <script src="resources/text-based-repaint.js"></script>
5 <script> 5 <script>
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsTextWithPixelResults(); 7 testRunner.dumpAsTextWithPixelResults();
8 8
9 function repaintTest() { 9 function repaintTest() {
10 var floatContainer = document.getElementById("floatContainer"); 10 var floatContainer = document.getElementById("floatContainer");
(...skipping 23 matching lines...) Expand all
34 This test checks that overhanging floats are properly repainted when a r enderer is detached.<br> 34 This test checks that overhanging floats are properly repainted when a r enderer is detached.<br>
35 This test has PASSED if there is no RED below. 35 This test has PASSED if there is no RED below.
36 </div> 36 </div>
37 <div class="floatWithHeight"></div> 37 <div class="floatWithHeight"></div>
38 <div id="floatContainer"> 38 <div id="floatContainer">
39 <div class="float"></div> 39 <div class="float"></div>
40 </div> 40 </div>
41 </div> 41 </div>
42 </body> 42 </body>
43 </html> 43 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698