| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/frame-src-vs-shift-click-target.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/frame-src-vs-shift-click-target.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/frame-src-vs-shift-click-target.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2e35192798cdf8d044b3d3ce07a92dac2f718f2f
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/frame-src-vs-shift-click-target.html
|
| @@ -0,0 +1,10 @@
|
| +<p>frame-src-vs-shift-click-TARGET.html</p>
|
| +<script>
|
| +mainTestWindow = window.open("", "mainTestWindow")
|
| +var data = {
|
| + 'history.length': history.length,
|
| + 'window.self == window.parent': window.self == window.parent,
|
| + 'window.location.href': window.location.href
|
| +};
|
| +mainTestWindow.postMessage(data, '*');
|
| +</script>
|
|
|