Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/post-addressspace-to-owner.js |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/post-addressspace-to-owner.js b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/post-addressspace-to-owner.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4755d311bce13054776f1b5e42fd7dd5cd3ddcf8 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/post-addressspace-to-owner.js |
| @@ -0,0 +1,6 @@ |
| +onmessage = function () { |
| + postMessage({ |
| + "host": self.location.host, |
| + "addressSpace": self.addressSpace |
| + }); |
| +} |