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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow-origin-null.html

Issue 20735002: CORS: Fix the handling of redirected request containing Origin null. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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-sandboxed-iframe-allow-origin-null-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
(Empty)
1 <html>
2 <script>
3
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.dumpChildFramesAsText();
7 }
8
9 </script>
10 <body>
11 <p>This test verifies that sandboxed iframe has XmlHttpRequest access
12 to the server that accepts all domains. It will print &quot;PASS&quot; on su ccess.</p>
13
14 <iframe sandbox="allow-scripts" src="http://127.0.0.1:8000/xmlhttprequest/re sources/access-control-sandboxed-iframe-allow-origin-null-iframe.html" style="wi dth: 500px;">
15 </iframe>
16
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow-origin-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698