diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/throw.js')
-rw-r--r-- | tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/throw.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/throw.js b/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/throw.js deleted file mode 100644 index cef7918216d..00000000000 --- a/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/module/throw.js +++ /dev/null @@ -1,2 +0,0 @@ -log.push("throw"); -throw {foo: true} |