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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html

Issue 10271004: Merge 115236 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 7 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/xmlhttprequest/access-control-repeated-failed-preflight-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 <base href="http://localhost:8000/"></base> 1 <base href="http://localhost:8000/"></base>
2 <script> 2 <script>
3 if (window.layoutTestController) { 3 if (window.layoutTestController) {
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 layoutTestController.waitUntilDone(); 5 layoutTestController.waitUntilDone();
6 } 6 }
7 7
8 var requestCount = 0; 8 var requestCount = 0;
9 9
10 function preflightRequest() { 10 function preflightRequest() {
(...skipping 17 matching lines...) Expand all
28 xhr.send(); 28 xhr.send();
29 } 29 }
30 30
31 function finish(result) { 31 function finish(result) {
32 document.body.appendChild(document.createTextNode(result)); 32 document.body.appendChild(document.createTextNode(result));
33 if (window.layoutTestController) 33 if (window.layoutTestController)
34 layoutTestController.notifyDone(); 34 layoutTestController.notifyDone();
35 } 35 }
36 </script> 36 </script>
37 <body onload="preflightRequest()"></body> 37 <body onload="preflightRequest()"></body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698