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

Side by Side Diff: LayoutTests/http/tests/navigation/navigation-redirect-schedule-crash.html

Issue 9568024: Merge 107729 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 9 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/http/tests/navigation/navigation-redirect-schedule-crash-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 <style> 2 <style>
3 @font-face { font-family: "A"; src: url(); } 3 @font-face { font-family: "A"; src: url(); }
4 summary { font-family: A; } 4 summary { font-family: A; }
5 </style> 5 </style>
6 <script> 6 <script>
7 if (window.layoutTestController) { 7 if (window.layoutTestController) {
8 layoutTestController.dumpAsText(); 8 layoutTestController.dumpAsText();
9 layoutTestController.waitUntilDone(); 9 layoutTestController.waitUntilDone();
10 } 10 }
11 11
12 function loadComplete() { 12 function loadComplete() {
13 document.open(); 13 document.open();
14 document.write('PASS'); 14 document.write('PASS');
15 document.close(); 15 document.close();
16 setTimeout("finish()", 0); 16 setTimeout("finish()", 0);
17 } 17 }
18 18
19 function finish() { 19 function finish() {
20 if (window.layoutTestController) 20 if (window.layoutTestController)
21 layoutTestController.notifyDone(); 21 layoutTestController.notifyDone();
22 } 22 }
23 </script> 23 </script>
24 <body onload="loadComplete()"> 24 <body onload="loadComplete()">
25 <summary> 25 <summary>
26 <OBJECT CODEBASE="http://xw2k.sdct.itl.nist.gov/brady/dom/" DATA="./pix/logo.gif "> 26 <OBJECT CODEBASE="http://xw2k.sdct.itl.nist.gov/brady/dom/" DATA="./pix/logo.gif ">
27 </summary> 27 </summary>
28 </body> 28 </body>
29 </html> 29 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/navigation/navigation-redirect-schedule-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698