Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/postmessage-pass.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/postmessage-pass.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/postmessage-pass.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..700167b5db84ae35e507afccad183680fd6d5064 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/postmessage-pass.html |
| @@ -0,0 +1,4 @@ |
| +<script> |
| + window.parent.postMessage('PASS', '*'); |
| + |
| +</script> |