From 58e8ee674b032274959b4461fd46ceda8f709e96 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Tue, 7 Sep 2021 11:16:33 +0000 Subject: Update web-platform-tests to revision b'468d01bbd84da2babf265c6af46947be68713440' --- .../json-module/non-object.tentative.any.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/non-object.tentative.any.js (limited to 'tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/non-object.tentative.any.js') diff --git a/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/non-object.tentative.any.js b/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/non-object.tentative.any.js deleted file mode 100644 index 6d507177e1e..00000000000 --- a/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/non-object.tentative.any.js +++ /dev/null @@ -1,14 +0,0 @@ -// META: global=window,worker - -for (const value of [null, true, false, "string"]) { - promise_test(async t => { - const result = await import(`./${value}.json`, { assert: { type: "json" } }); - assert_equals(result.default, value); - }, `Non-object: ${value}`); -} - -promise_test(async t => { - const result = await import("./array.json", { assert: { type: "json" } }); - assert_array_equals(result.default, ["en", "try"]); -}, "Non-object: array"); - -- cgit v1.2.3