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

Side by Side Diff: LayoutTests/fast/repaint/overhanging-float-detach-repaint.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, 2 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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="resources/repaint.js"></script> 4 <script src="resources/repaint.js"></script>
5 <script> 5 <script>
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(true); 7 testRunner.dumpAsTextWithPixelResults();
8 8
9 function repaintTest() { 9 function repaintTest() {
10 var floatContainer = document.getElementById("floatContainer"); 10 var floatContainer = document.getElementById("floatContainer");
11 floatContainer.style.display = "none"; 11 floatContainer.style.display = "none";
12 } 12 }
13 13
14 window.addEventListener("load", runRepaintTest); 14 window.addEventListener("load", runRepaintTest);
15 </script> 15 </script>
16 <style> 16 <style>
17 .floatWithHeight { 17 .floatWithHeight {
(...skipping 16 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
« no previous file with comments | « LayoutTests/fast/repaint/overflow-show.html ('k') | LayoutTests/fast/repaint/resources/text-based-repaint.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698