aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/currentscript.js
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2017-06-19 19:07:14 -0400
committerMs2ger <Ms2ger@gmail.com>2017-10-05 00:42:13 +0200
commit578498ba247078187df13b7293a9768057d96d28 (patch)
tree63984014d1c023aff381b4ce31c7deff4dd18e30 /tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/currentscript.js
parent3f07cfec7c6e1b0398229cf308b752a060031ac3 (diff)
downloadservo-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.js1
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;