| 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..90672715c9a1097a2f4a5f604e570c6a0c2ad49f
|
| --- /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({
|
| + "origin": self.location.origin,
|
| + "addressSpace": self.addressSpace
|
| + });
|
| +}
|
|
|