| Index: trunk/LayoutTests/http/tests/htmlimports/import-cors-credentials.html
|
| ===================================================================
|
| --- trunk/LayoutTests/http/tests/htmlimports/import-cors-credentials.html (revision 169503)
|
| +++ trunk/LayoutTests/http/tests/htmlimports/import-cors-credentials.html (working copy)
|
| @@ -1,18 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="/js-test-resources/js-test.js"></script>
|
| -<script>
|
| -document.cookie = "key=HelloCredentials";
|
| -</script>
|
| -<link id="sameOrigin" rel="import" href="resources/cookie-match.cgi?key=HelloCredentials">
|
| -<link id="crossOrigin" rel="import" href="http://localhost:8080/htmlimports/resources/cookie-match.cgi">
|
| -<link id="fromSameToCrossOrigin" rel="import" href="resources/having-cookie-match-8080.html">
|
| -<link id="fromCrossToSameOrigin" rel="import" href="http://localhost:8080/htmlimports/resources/having-cookie-match-same.cgi">
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| -shouldBeEqualToString("sameOrigin.import.body.innerHTML", "PASS");
|
| -shouldBeEqualToString("crossOrigin.import.body.innerHTML", "PASS");
|
| -shouldBeEqualToString("fromSameToCrossOrigin.import.getElementById('crossOrigin').import.body.innerHTML", "PASS");
|
| -shouldBeEqualToString("fromCrossToSameOrigin.import.getElementById('sameOrigin').import.body.innerHTML", "PASS");
|
| -</script>
|
|
|