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

Side by Side Diff: LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.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, 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" type="text/css" href="do-not-crash-when-checking-frame- view-is-scrollable.css"> 4 <link rel="stylesheet" type="text/css" href="do-not-crash-when-checking-frame- view-is-scrollable.css">
5 <script> 5 <script>
6 document.createElement("div").offsetParent; 6 document.createElement("div").offsetParent;
7 if (window.testRunner) 7 if (window.testRunner)
8 testRunner.dumpAsText(false); 8 testRunner.dumpAsText();
9 </script> 9 </script>
10 </head> 10 </head>
11 <body> 11 <body>
12 </body> 12 </body>
13 </html> 13 </html>
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698