Remove import-attributes-json-css-modules virtual test suite

Import attributes are now enabled by default, so we don't need
enable the flag anymore.

Bug: 336852363
Change-Id: Ib4e7388f0c2b5339e98d0a106894e97fc6686838
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5498361
Reviewed-by: Weizhong Xia <weizhong@google.com>
Reviewed-by: Max Ihlenfeldt <max@igalia.com>
Commit-Queue: Nicolò Ribaudo <nribaudo@igalia.com>
Cr-Commit-Position: refs/heads/main@{#1295348}
diff --git a/third_party/blink/web_tests/VirtualTestSuites b/third_party/blink/web_tests/VirtualTestSuites
index 0f584e0..8759b85b 100644
--- a/third_party/blink/web_tests/VirtualTestSuites
+++ b/third_party/blink/web_tests/VirtualTestSuites
@@ -2815,23 +2815,6 @@
     "expires": "Jun 1, 2025"
   },
   {
-    "prefix": "import-attributes-json-css-modules",
-    "platforms": ["Linux", "Mac", "Win"],
-    "bases": [
-      "external/wpt/content-security-policy/connect-src/connect-src-json-import-allowed.sub.html",
-      "external/wpt/content-security-policy/connect-src/connect-src-json-import-blocked.sub.html",
-      "external/wpt/content-security-policy/style-src/import-style-allowed.sub.html",
-      "external/wpt/content-security-policy/style-src/import-style-blocked.sub.html",
-      "external/wpt/fetch/api/request/destination/fetch-destination.https.html",
-      "external/wpt/html/semantics/scripting-1/the-script-element/json-module",
-      "external/wpt/html/semantics/scripting-1/the-script-element/css-module",
-      "external/wpt/html/semantics/scripting-1/the-script-element/import-attributes"
-    ],
-    "exclusive_tests": "ALL",
-    "args": ["--js-flags=--harmony-import-attributes"],
-    "expires": "Apr 1, 2024"
-  },
-  {
     "prefix": "stylable-select-disabled",
     "platforms": ["Linux", "Mac", "Win"],
     "bases": [
diff --git a/third_party/blink/web_tests/external/wpt/fetch/api/request/destination/fetch-destination.https-expected.txt b/third_party/blink/web_tests/external/wpt/fetch/api/request/destination/fetch-destination.https-expected.txt
index 9b051e2..660ac62 100644
--- a/third_party/blink/web_tests/external/wpt/fetch/api/request/destination/fetch-destination.https-expected.txt
+++ b/third_party/blink/web_tests/external/wpt/fetch/api/request/destination/fetch-destination.https-expected.txt
@@ -1,9 +1,5 @@
 This is a testharness.js-based test.
 [FAIL] AudioWorklet module fetches with a "audioworklet" Request.destination
   promise_test: Unhandled rejection with value: object "AbortError: The user aborted a request."
-[FAIL] Import declaration with `type: "css"` fetches with a "style" Request.destination
-  promise_test: Unhandled rejection with value: "Uncaught SyntaxError: Unexpected token 'with'"
-[FAIL] Import declaration with `type: "json"` fetches with a "json" Request.destination
-  promise_test: Unhandled rejection with value: "Uncaught SyntaxError: Unexpected token 'with'"
 Harness: the test ran to completion.
 
diff --git a/third_party/blink/web_tests/virtual/import-attributes-json-css-modules/external/wpt/html/semantics/scripting-1/the-script-element/json-module/parse-error-expected.txt b/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-script-element/json-module/parse-error-expected.txt
similarity index 100%
rename from third_party/blink/web_tests/virtual/import-attributes-json-css-modules/external/wpt/html/semantics/scripting-1/the-script-element/json-module/parse-error-expected.txt
rename to third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-script-element/json-module/parse-error-expected.txt
diff --git a/third_party/blink/web_tests/virtual/import-attributes-json-css-modules/external/wpt/html/semantics/scripting-1/the-script-element/json-module/valid-content-type-expected.txt b/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-script-element/json-module/valid-content-type-expected.txt
similarity index 100%
rename from third_party/blink/web_tests/virtual/import-attributes-json-css-modules/external/wpt/html/semantics/scripting-1/the-script-element/json-module/valid-content-type-expected.txt
rename to third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-script-element/json-module/valid-content-type-expected.txt
diff --git a/third_party/blink/web_tests/virtual/import-attributes-json-css-modules/README.md b/third_party/blink/web_tests/virtual/import-attributes-json-css-modules/README.md
deleted file mode 100644
index 8d68e98..0000000
--- a/third_party/blink/web_tests/virtual/import-attributes-json-css-modules/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-In this virtual test suite import attributes `with` support is enabled.
-Unflagging of `with` is tracked at https://crbug.com/v8/13856.
diff --git a/third_party/blink/web_tests/virtual/import-attributes-json-css-modules/external/wpt/fetch/api/request/destination/fetch-destination.https-expected.txt b/third_party/blink/web_tests/virtual/import-attributes-json-css-modules/external/wpt/fetch/api/request/destination/fetch-destination.https-expected.txt
deleted file mode 100644
index 660ac62..0000000
--- a/third_party/blink/web_tests/virtual/import-attributes-json-css-modules/external/wpt/fetch/api/request/destination/fetch-destination.https-expected.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-This is a testharness.js-based test.
-[FAIL] AudioWorklet module fetches with a "audioworklet" Request.destination
-  promise_test: Unhandled rejection with value: object "AbortError: The user aborted a request."
-Harness: the test ran to completion.
-