diff options
author | Josh Matthews <josh@joshmatthews.net> | 2017-06-19 19:07:14 -0400 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2017-10-05 00:42:13 +0200 |
commit | 578498ba247078187df13b7293a9768057d96d28 (patch) | |
tree | 63984014d1c023aff381b4ce31c7deff4dd18e30 /tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/currentscript.js | |
parent | 3f07cfec7c6e1b0398229cf308b752a060031ac3 (diff) | |
download | servo-578498ba247078187df13b7293a9768057d96d28.tar.gz servo-578498ba247078187df13b7293a9768057d96d28.zip |
Update web-platform-tests to revision a46616a5b18e83587ddbbed756c7b96cbb4b015d
Diffstat (limited to 'tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/currentscript.js')
-rw-r--r-- | tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/currentscript.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/currentscript.js b/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/currentscript.js new file mode 100644 index 00000000000..547359ff96e --- /dev/null +++ b/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/currentscript.js @@ -0,0 +1 @@ +export let currentScriptOnImportedModule = window.document.currentScript; |