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

Side by Side Diff: LayoutTests/fast/text/window-find.html

Issue 6483007: Merge 77468 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/fast/text/window-find-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.layoutTestController) { 4 if (window.layoutTestController) {
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 layoutTestController.waitUntilDone(); 6 layoutTestController.waitUntilDone();
7 } 7 }
8 8
9 function fail(s) { 9 function fail(s) {
10 document.body.innerHTML = "FAIL: " + s; 10 document.body.innerHTML = "FAIL: " + s;
(...skipping 30 matching lines...) Expand all
41 41
42 if (window.layoutTestController) 42 if (window.layoutTestController)
43 layoutTestController.notifyDone(); 43 layoutTestController.notifyDone();
44 } 44 }
45 </script> 45 </script>
46 </head> 46 </head>
47 <body onload="runTest()"> 47 <body onload="runTest()">
48 This is a test for window.find(). SUCCESS! 48 This is a test for window.find(). SUCCESS!
49 </body> 49 </body>
50 </html> 50 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/window-find-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698