| Index: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-reload.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-reload.html b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-reload.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2a0bff91ad93ed3fa49f44b98ff3de506bfbbc4f
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-reload.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| +<script>
|
| + var reloadTestSuccess = false;
|
| +</script>
|
| +
|
| +<script src="./resources/test-reload.js"></script>
|
| +
|
| +<script>
|
| + test(function () {
|
| + assert_true(reloadTestSuccess);
|
| + }, "cross origin doc.written scripts are not blocked in a page reload");
|
| +</script>
|
|
|