diff options
Diffstat (limited to 'testing/web-platform/tests/document-policy/experimental-features/resources/async-script.js')
-rw-r--r-- | testing/web-platform/tests/document-policy/experimental-features/resources/async-script.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/web-platform/tests/document-policy/experimental-features/resources/async-script.js b/testing/web-platform/tests/document-policy/experimental-features/resources/async-script.js new file mode 100644 index 0000000000..3c0ee6d023 --- /dev/null +++ b/testing/web-platform/tests/document-policy/experimental-features/resources/async-script.js @@ -0,0 +1 @@ +window.didExecuteExternalAsyncScript = true; |