chromium/third_party/blink/web_tests/VirtualTestSuites

[
  "Top-level string entries are treated as comments.",

  "Each object entry defines a virtual suite with the following fields:       ",
  " prefix: The name of the virtual suite. A virtual test name will be like   ",
  "     virtual/<prefix>/<base-test-name>.                                    ",
  " owners: A list of emails of the owners who are responsible for the virtual",
  "     suite. The owners will be copied on any bugs created for the virtual  ",
  "     suite, e.g. on virtual suite expiration.                              ",
  " platforms: A list of platforms on which the virtual suite will run.       ",
  "     Linux is recommended if the test suite is platform-agnostic.          ",
  " bases: A list of test directories or names that will be run under the     ",
  "     virtual suite.                                                        ",
  " exclusive_tests (optional): \"ALL\" or a list containing a subset of      ",
  "     `bases` specifying the tests that will be exclusively run under this  ",
  "     virtual suite. The specified base tests will be skipped on all        ",
  "     platforms (regardless of `platforms`). Corresponding virtual tests    ",
  "     under other virtual suites that don't specify the tests in their      ",
  "    `exclusive_tests` list will be skipped on all platforms, too.          ",
  " args: A list of command line switches that will be passed to the test     ",
  "     driver for the tests under this virtual suite.                        ",
  " expires: An expiration date formatted as either `%b %d, %Y` (Jan 1, 2000) ",
  "     or `%B %d, %Y` (January 1, 2000). If the suite is not supposed to     ",
  "     expire, use `never`. A bug will be filed for removing expired suites. ",

  {
    "prefix": "verify-minimal-resource-request-kill-switch",
    "platforms": ["Linux"],
    "bases": [
      "http/tests/cache",
      "http/tests/devtools",
      "http/tests/fetch",
      "http/tests/inspector-protocol",
      "http/tests/loading",
      "http/tests/prefetch",
      "http/tests/preload",
      "http/tests/security",
      "http/tests/streams",
      "http/tests/xmlhttprequest",
      "external/wpt/content-security-policy/",
      "external/wpt/cors",
      "external/wpt/fetch",
      "external/wpt/loading",
      "external/wpt/preload",
      "external/wpt/streams",
      "external/wpt/webtransport"],
    "args": [
      "--disable-features=MinimimalResourceRequestPrepBeforeCacheLookup"
    ],
    "owners": ["[email protected]"],
    "expires": "Nov 1, 2024"
  },
  {
    "prefix": "pna-permission",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/fetch/private-network-access"],
    "args": [
      "--enable-features=PrivateNetworkAccessPermissionPrompt",
      "--enable-blink-features=PrivateNetworkAccessPermissionPrompt"],
    "owners": ["[email protected]"],
    "expires": "Jan 2, 2025"
  },
  {
    "prefix": "pna-workers-disabled",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/fetch/private-network-access"],
    "args": ["--disable-features=PrivateNetworkAccessForWorkers"],
    "owners": ["[email protected]"],
    "expires": "Jan 2, 2025"
  },
  {
    "prefix": "pna-workers-enabled",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/fetch/private-network-access"],
    "args": [
      "--enable-features=PrivateNetworkAccessForWorkers",
      "--disable-features=PrivateNetworkAccessForWorkersWarningOnly"],
    "owners": ["[email protected]"],
    "expires": "Jan 2, 2025"
  },
  {
    "prefix": "pna-navigations-enabled",
    "platforms": ["Linux", "Mac", "win"],
    "bases": ["external/wpt/fetch/private-network-access"],
    "args": ["--enable-features=PrivateNetworkAccessForNavigations"],
    "owners": ["[email protected]"],
    "expires": "Jan 2, 2025"
  },
  {
    "prefix": "pna-navigations-warning",
    "platforms": ["Linux", "Mac", "win"],
    "bases": ["external/wpt/fetch/private-network-access"],
    "args": ["--enable-features=PrivateNetworkAccessForNavigations,PrivateNetworkAccessForNavigationsWarningOnly"],
    "owners": ["[email protected]"],
    "expires": "Jan 2, 2025"
  },
  {
    "prefix": "gpu",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win", "Fuchsia"],
    "bases": [ "fast/canvas",
               "external/wpt/mediacapture-record/MediaRecorder-canvas-media-source.https.html",
               "external/wpt/webmessaging/postMessage_cross_domain_image_transfer_2d.sub.htm" ],
    "args": ["--enable-accelerated-2d-canvas"],
    "expires": "Jul 1, 2023"
  },

  "The threaded virtual suite tests with threaded compositing, which is the",
  "configuration that we ship.  Because this is testing what we ship (in a way",
  "that the default configuration does not), this virtual suite never expires.",

  "The skipped base tests require a compositor, e.g. some uses requestIdleCallback",
  {
    "prefix": "threaded",
    "platforms": ["Linux", "Mac", "Win", "Fuchsia"],
    "owners": ["[email protected]", "[email protected]"],
    "bases": ["animations/stability",
              "compositing/visibility",
              "compositing/webgl",
              "external/wpt/animation-worklet",
              "external/wpt/css/css-animations",
              "external/wpt/css/css-backgrounds",
              "external/wpt/css/css-color/animation",
              "external/wpt/css/css-scroll-snap",
              "external/wpt/css/css-transforms/animation",
              "external/wpt/css/css-transforms/individual-transform/animation",
              "external/wpt/css/css-view-transitions",
              "external/wpt/css/cssom-view/overflow-hidden-smooth-scroll-crash.html",
              "external/wpt/feature-policy/experimental-features",
              "external/wpt/fetch/compression-dictionary/dictionary-fetch-with-link-element.tentative.https.html",
              "external/wpt/fetch/compression-dictionary/dictionary-fetch-with-link-header.tentative.https.html",
              "external/wpt/html/canvas/offscreen/manual/convert-to-blob",
              "external/wpt/html/semantics/embedded-content/the-img-element/decode",
              "external/wpt/long-animation-frame/tentative",
              "external/wpt/permissions-policy/experimental-features",
              "external/wpt/requestidlecallback",
              "external/wpt/scheduler/tentative/yield/yield-priority-idle-callbacks.html",
              "external/wpt/scroll-animations",
              "external/wpt/soft-navigation-heuristics/navigation-api-view-transition.tentative.html",
              "external/wpt/web-animations/crashtests",
              "external/wpt/web-animations/timing-model/animations",
              "fast/events/pointerevents/pinch",
              "http/tests/devtools/isolated-code-cache",
              "http/tests/devtools/tracing",
              "http/tests/worklet",
              "inspector-protocol/css/css-get-keyframes-for-view-transitions.js",
              "inspector-protocol/css/css-get-styles-for-view-transition.js",
              "inspector-protocol/css/css-view-transition-set-style-text.js",
              "inspector-protocol/dom/dom-get-dom-for-view-transition.js",
              "printing",
              "synthetic_gestures",
              "transitions",
              "view-transition",
              "wpt_internal/scheduler/integration_tests",
              "wpt_internal/view-transition"],
    "exclusive_tests": ["external/wpt/feature-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html",
                        "external/wpt/fetch/compression-dictionary/dictionary-fetch-with-link-element.tentative.https.html",
                        "external/wpt/fetch/compression-dictionary/dictionary-fetch-with-link-header.tentative.https.html",
                        "external/wpt/permissions-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html",
                        "external/wpt/requestidlecallback",
                        "external/wpt/scheduler/tentative/yield/yield-priority-idle-callbacks.html",
                        "http/tests/devtools/isolated-code-cache",
                        "external/wpt/css/css-view-transitions",
                        "wpt_internal/scheduler/integration_tests",
                        "wpt_internal/view-transition",
                        "view-transition",
                        "inspector-protocol/css/css-get-styles-for-view-transition.js",
                        "inspector-protocol/css/css-view-transition-set-style-text.js",
                        "inspector-protocol/css/css-get-keyframes-for-view-transitions.js",
                        "inspector-protocol/dom/dom-get-dom-for-view-transition.js",
                        "external/wpt/soft-navigation-heuristics/navigation-api-view-transition.tentative.html"],
    "args": [
      "--disable-features=DeprecateUnload",
      "--enable-threaded-compositing"
    ],
    "expires": "never"
  },
  {
    "prefix": "disable-intersection-optimization",
    "platforms": ["Linux", "Mac"],
    "bases": ["external/wpt/intersection-observer",
              "external/wpt/html/semantics/embedded-content/the-img-element",
              "external/wpt/html/semantics/embedded-content/the-iframe-element",
              "http/tests/intersection-observer",
              "intersection-observer",
              "wpt_internal/display-lock"],
    "args": ["--disable-features=IntersectionOptimization"],
    "owners": ["[email protected]"],
    "expires": "Jul 30, 2024"
  },

  "Exclusive tests due to crbug.com/349939555",
  {
    "prefix": "disable-raster-inducing-scroll",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["compositing",
              "paint",
              "scrollbars",
              "external/wpt/acid/acid2/reftest.html",
              "fast/scroll-behavior",
              "fast/events/touch/compositor-touch-hit-rects-iframes.html",
              "fast/events/touch/compositor-touch-hit-rects-non-composited-scroll-overflow-with-handler.html",
              "fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html"],
    "exclusive_tests": ["scrollbars/auto-scrollbar-fades-out.html",
                        "scrollbars/hidden-scrollbars-invisible.html"],
    "args": ["--disable-features=RasterInducingScroll"],
    "owners": ["[email protected]"],
    "expires": "Dev 31, 2024"
  },

  {
    "prefix": "attribution-reporting-in-browser-migration",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["http/tests/inspector-protocol/attribution-reporting"],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=KeepAliveInBrowserMigration,AttributionReportingInBrowserMigration,AttributionScopes"],
    "owners": ["[email protected]"],
    "expires": "Jan 2, 2025"
  },
  {
    "prefix": "attribution-reporting-attribution-scopes",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["http/tests/inspector-protocol/attribution-reporting"],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=AttributionScopes"],
    "owners": ["[email protected]"],
    "expires": "Jan 2, 2025"
  },
  {
    "prefix": "attribution-reporting-debug-mode",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/attribution-reporting"],
    "exclusive_tests": "ALL",
    "args": ["--attribution-reporting-debug-mode",
             "--enable-features=PrivateAggregationApiFilteringIds,AttributionReportingAggregatableFilteringIds,AggregationServiceMultipleCloudProviders:allowlist/https%3A%2F%2Fweb-platform%2Etest%3A8444%2Chttps%3A%2F%2Fwww1%2Eweb-platform%2Etest%3A8444,FencedFramesLocalUnpartitionedDataAccess,ExemptUrlFromNetworkRevocationForTesting",
             "--enable-blink-features=FencedFramesDefaultMode"],
    "expires": "Jan 2, 2025"
  },
  {
    "prefix": "attribution-reporting-aggregatable-debug",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/attribution-reporting/aggregatable-debug"],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=AttributionAggregatableDebugReporting,AggregationServiceMultipleCloudProviders:allowlist/https%3A%2F%2Fweb-platform%2Etest%3A8444%2Chttps%3A%2F%2Fwww1%2Eweb-platform%2Etest%3A8444"],
    "owners": ["[email protected]"],
    "expires": "Dec 3, 2024"
  },
  {
    "prefix": "off-main-thread-css-paint",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/css/css-paint-api",
              "http/tests/csspaint",
              "http/tests/inspector-protocol/paint-worklet"],
    "exclusive_tests": ["http/tests/inspector-protocol/paint-worklet"],
    "args": ["--enable-threaded-compositing",
             "--enable-blink-features=OffMainThreadCSSPaint",
             "--enable-gpu-rasterization",
             "--enable-accelerated-2d-canvas",
             "--disable-features=CanvasOopRasterization"],
    "owners": ["[email protected]"],
    "expires": "Jul 1, 2025"
  },

  "This never expires because it tests a shipping configuration",
  {
    "prefix": "prefer_compositing_to_lcd_text",
    "platforms": ["Linux", "Mac", "Win", "Fuchsia"],
    "bases": ["compositing/overflow",
              "compositing/squashing/keep-lcd-text.html",
              "scrollbars"],
    "args": ["--enable-prefer-compositing-to-lcd-text"],
    "owners": ["[email protected]"],
    "expires": "never"
  },

  "The skipped base test requires a compositor to pass as root scrollbar scrolling",
  "is always done on the compositor thread",
  "This never expires because it tests a shipping configuration",
  {
    "prefix": "threaded-prefer-compositing",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["fast/scroll-behavior",
              "fast/scroll-snap",
              "fast/scrolling",
              "external/wpt/css/cssom-view",
              "external/wpt/scroll-animations"],
    "exclusive_tests": ["fast/scrolling/scrollbars/mouse-scrolling-on-div-scrollbar-thumb-scaled.html"],
    "args": ["--enable-threaded-compositing",
             "--enable-prefer-compositing-to-lcd-text"],
    "owners": ["[email protected]"],
    "expires": "never"
  },
  {
    "prefix": "threaded-synchronous-animation-cancel",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/web-animations/crashtests",
              "external/wpt/web-animations/timing-model/animations",
              "external/wpt/css/css-animations",
              "external/wpt/css/css-transforms/animation",
              "external/wpt/css/css-transforms/individual-transform/animation"],
    "args": ["--enable-threaded-compositing",
             "--disable-composited-antialiasing",
             "--disable-features=CompositedAnimationsCancelledAsynchronously"],
    "owners": ["[email protected]",
               "[email protected]"],
    "expires": "Dec 1, 2024"
  },
  {
    "prefix": "gpu-rasterization",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["images",
              "external/wpt/css/css-images/gradient"],
    "args": ["--enable-gpu-rasterization"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "exotic-color-space",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["images"],
    "args": ["--force-color-profile=srgb",
             "--force-raster-color-profile=color-spin-gamma24"],
    "expires": "Jul 1, 2023"
  },
  "The stable suite tests for conformance to HTML/web specifications, and",
  "detects unintentional changes to web exposed surface, so should not expire.",
  "Owners are part of third_party/blink/API_OWNERS.",
  {
    "prefix": "stable",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win", "Fuchsia"],
    "bases": ["fast/css3-text/css3-text-decoration/stable",
              "fast/dom/Window",
              "http/tests/navigation",
              "http/tests/sendbeacon",
              "http/tests/serviceworker/webexposed",
              "http/tests/worklet/webexposed",
              "inspector-protocol/dom-snapshot",
              "media/stable",
              "webexposed",
              "compositing/filters",
              "external/wpt/performance-timeline/tentative/with-filter-options-originA.html",
              "external/wpt/soft-navigation-heuristics/disabled.html",
              "wpt_internal/performance-timeline/performance-user-timing-mark-feature-usage.html"
            ],
    "exclusive_tests": ["media/stable"],
    "args": ["--stable-release-mode",
             "--disable-auto-wpt-origin-isolation",
             "--disable-field-trial-config"],
    "expires": "never"
  },
  {
    "prefix": "feature-policy-permissions",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/mediacapture-streams"],
    "exclusive_tests": ["external/wpt/mediacapture-streams/MediaStream-default-feature-policy.https.html"],
    "args": ["--use-fake-device-for-media-stream",
             "--use-fake-ui-for-media-stream"],
    "expires": "Jul 1, 2023"
  },
  "The origin trials suite tests that OT-controlled features are exposed to",
  "the web as expected, so should not expire.",
  {
    "prefix": "origin-trials-runtimeflags-disabled",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["http/tests/origin_trials/webexposed"],
    "args": ["--disable-origin-trial-controlled-blink-features",
             "--stable-release-mode"],
    "expires": "never"
  },
  "This suite tests some android features on Linux and should never expire.",
  {
    "prefix": "android",
    "platforms": ["Linux"],
    "bases": ["fullscreen"],
    "args": ["--enable-features=OverlayScrollbar",
             "--enable-threaded-compositing",
             "--enable-prefer-compositing-to-lcd-text",
             "--enable-overscroll-notifications",
             "--enable-viewport",
             "--disable-canvas-aa",
             "--disable-composited-antialiasing"],
    "owners": ["[email protected]",
               "[email protected]",
               "[email protected]"],
    "expires": "never"
  },
  {
    "prefix": "media-foundation-for-clear-dcomp",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Win"],
    "bases": ["external/wpt/media-source",
              "media"],
    "args": ["--use-gpu-in-tests",
             "--enable-features=MediaFoundationClearPlayback,MediaFoundationClearRendering:strategy/direct-composition"],
    "expires": "Dec 1, 2024"
  },
  {
    "prefix": "media-foundation-for-clear-frameserver",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Win"],
    "bases": ["external/wpt/media-source",
              "media"],
    "args": ["--use-gpu-in-tests",
             "--force-mfmediaengine-renderer",
             "--enable-features=MediaFoundationClearRendering:strategy/frame-server"],
    "expires": "Dec 1, 2024"
  },
  {
    "prefix": "media-gpu-accelerated",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win", "Fuchsia"],
    "bases": ["external/wpt/media-source",
              "media"],
    "args": ["--use-gpu-in-tests"],
    "expires": "Dec 1, 2024"
  },
  {
    "prefix": "shared_array_buffer_on_desktop",
    "platforms": ["Linux"],
    "bases": ["external/wpt/wasm/jsapi/memory",
              "fast/workers/worker-atomics-wait.html",
              "fast/workers/worker-sharedarraybuffer-transfer.html",
              "fast/workers/chromium/worker-sharedarraybuffer-transfer-two-workers.html",
              "http/tests/inspector-protocol/issues"],
    "args": ["--enable-features=SharedArrayBuffer"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "composite-clip-path-animation",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/css/css-masking/clip-path/animations",
              "animations/responsive/interpolation/clip-path-responsive.html",
              "css3/masking/clip-path-animation.html",
              "css3/masking/clip-path-animation-stress.html",
              "fast/css/clip-path-crash.html",
              "paint/invalidation/svg/invalid-clip-path-crash.html",
              "transitions/webkit-clip-path-equality.html"],
    "exclusive_tests": "ALL",
    "args": ["--enable-blink-features=CompositeClipPathAnimation",
             "--enable-threaded-compositing"],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "Jan 1, 2025"
  },
  {
    "prefix": "main-thread-clip-path-animation",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/css/css-masking/clip-path/animations",
              "animations/responsive/interpolation/clip-path-responsive.html",
              "css3/masking/clip-path-animation.html",
              "fast/css/clip-path-crash.html",
              "paint/invalidation/svg/invalid-clip-path-crash.html",
              "transitions/webkit-clip-path-equality.html"],
    "exclusive_tests": "ALL",
    "args": ["--disable-blink-features=CompositeClipPathAnimation"],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "Jan 1, 2025"
  },
  {
    "prefix": "fractional-scroll-offsets",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/css/css-position/sticky/",
              "external/wpt/css/css-viewport/zoom/scroll-top-test-with-zoom.html",
              "fast/scrolling/"],
    "args": ["--enable-blink-features=FractionalScrollOffsets"],
    "expires": "Jun 1, 2025"
  },
  {
    "prefix": "highdpi-threaded",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/css/css-backgrounds/hidpi",
              "external/wpt/css/css-paint-api/hidpi"],
    "args": ["--force-device-scale-factor=2",
             "--enable-threaded-compositing"],
    "owners": ["[email protected]"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "scalefactor200",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["css3/filters",
              "external/wpt/css/css-paint-api/hidpi",
              "external/wpt/css/cssom-view/Element-currentCSSZoom.html",
              "external/wpt/element-timing",
              "external/wpt/css/filter-effects",
              "external/wpt/css/css-grid/animation",
              "external/wpt/css/printing",
              "external/wpt/largest-contentful-paint",
              "fast/forms/file/file-appearance-no-default-width.html",
              "fast/hidpi/static",
              "http/tests/csspaint/hidpi",
              "http/tests/inspector-protocol/page/page-captureScreenshot-clip-emulation.js"],
    "exclusive_tests": ["fast/hidpi/static"],
    "args": ["--force-device-scale-factor=2"],
    "owners": ["[email protected]"],
    "expires": "never"
  },
  {
    "prefix": "scalefactor150",
    "platforms": ["Linux", "Win"],
    "bases": ["fast/events/synthetic-events",
              "fast/events/wheel/wheelevent-in-scrolling-div.html",
              "fast/hidpi/static"],
    "exclusive_tests": ["fast/hidpi/static"],
    "args": ["--force-device-scale-factor=1.5"],
    "owners": ["[email protected]"],
    "expires": "never"
  },
  {
    "prefix": "dark-mode-classifier-transparency-and-num-colors",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["dark-mode/images"],
    "args": ["--blink-settings=preferredColorScheme=0,forceDarkModeEnabled=true",
             "--dark-mode-settings=ImageClassifierPolicy=1"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "dark-mode-default",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["dark-mode/colors",
              "dark-mode/images"],
    "args": ["--blink-settings=preferredColorScheme=0,forceDarkModeEnabled=true"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "dark-mode-images-filter-all",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["dark-mode/images"],
    "args": ["--blink-settings=preferredColorScheme=0,forceDarkModeEnabled=true",
             "--dark-mode-settings=ImagePolicy=0"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "dark-mode-images-filter-none",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["dark-mode/images"],
    "args": ["--blink-settings=preferredColorScheme=0,forceDarkModeEnabled=true",
             "--dark-mode-settings=ImagePolicy=1"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "presentation",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [],
    "args": ["--force-presentation-receiver-for-testing"],
    "expires": "Oct 1, 2025"
  },
  {
    "prefix": "single-renderer-process",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/longtask-timing/shared-renderer"],
    "args": ["--renderer-process-limit=1"],
    "expires": "never"
  },
  {
    "prefix": "main-threaded-percent-based-scrolling",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["fast/events/wheel",
              "fast/scrolling"],
    "args": ["--enable-features=WindowsScrollingPersonality"],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "Jun 1, 2025"
  },
  {
    "prefix": "compositor-threaded-percent-based-scrolling",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["fast/events/wheel",
              "fast/scrolling"],
    "args": ["--enable-features=WindowsScrollingPersonality",
             "--enable-threaded-compositing",
             "--enable-prefer-compositing-to-lcd-text"],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "Jun 1, 2025"
  },
  {
    "prefix": "hidpi",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["fast/scrolling/scrollbars/dsf-ready"],
    "args": ["--disable-smooth-scrolling",
             "--force-device-scale-factor=2"],
    "expires": "Jun 1, 2025"
  },
  {
    "prefix": "speech-with-unified-autoplay",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/speech-api"],
    "args": ["--autoplay-policy=document-user-activation-required"],
    "expires": "Jul 1, 2023"
  },
  {
    "prefix": "unified-autoplay",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/feature-policy"],
    "args": ["--autoplay-policy=document-user-activation-required"],
    "expires": "Jul 1, 2023"
  },
  {
    "prefix": "plz-dedicated-worker-disabled",
    "platforms": ["Linux"],
    "bases": ["external/wpt/content-security-policy/inside-worker",
              "external/wpt/content-security-policy/worker-src",
              "external/wpt/content-security-policy/gen",
              "external/wpt/fetch/",
              "external/wpt/html/cross-origin-embedder-policy",
              "external/wpt/html/semantics/scripting-1/the-script-element/module/import-meta",
              "external/wpt/referrer-policy",
              "external/wpt/resource-timing",
              "external/wpt/service-workers",
              "external/wpt/upgrade-insecure-requests",
              "external/wpt/workers",
              "external/wpt/xhr",
              "fast/workers",
              "http/tests/devtools",
              "http/tests/inspector-protocol",
              "http/tests/origin_trials",
              "http/tests/workers",
              "inspector-protocol/worker"
            ],
    "args": ["--disable-features=PlzDedicatedWorker,DeprecateUnload"],
    "owners": [
      "[email protected]",
      "[email protected]"
    ],
    "expires": "Nov 10, 2024"
  },
  {
    "prefix": "isolated-context",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/permissions-policy"],
    "exclusive_tests": "ALL",
    "args": ["--isolated-context-origins=https://web-platform.test"],
    "owners": [
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "expires": "never"
  },
  {
    "prefix": "direct-sockets",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/direct-sockets"],
    "exclusive_tests": "ALL",
    "args": ["--isolated-context-origins=https://web-platform.test"],
    "expires": "never"
  },
  {
    "prefix": "display-compositor-pixel-dump",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [],
    "args": ["--enable-display-compositor-pixel-dump",
             "--enable-accelerated-2d-canvas"],
    "expires": "Jul 1, 2023"
  },

  "The Wasm code cache test requires access to V8 internals, so only the",
  "virtual test should be run. Additionally the tiering budget is reduced to",
  "speed up the test.",
  {
    "prefix": "wasm-code-caching",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["http/tests/wasm/caching"],
    "exclusive_tests": "ALL",
    "args": ["--js-flags=--wasm-tiering-budget=100 --allow-natives-syntax"],
    "expires": "Jul 1, 2025"
  },

  "==== Tests incompatible with the default WPT Origin Isolation start here ==VV",
  "The section below lists web tests that are incompatible with the WPT Origin",
  "Isolation mode of Site Isolation (see",
  "WebTestContentBrowserClient::GetOriginsRequiringDedicatedProcess) which",
  "isolates WPT origins on top of the default site-per-process mode (see",
  "ContentBrowserClient::ShouldEnableStrictSiteIsolation).",

  "--------------------------- document.domain -----------------------",
  "To test OOPIF support in various web platform features, we isolate all WPT",
  "*origins* (under assumptions that hopefully some WPT tests will exercise",
  "cross-origin scenarios, but that cross-site test coverage is unlikely).",
  "*Origin* isolation is incompatible with document.domain and this means that",
  "tests exercising document.domain might fail - such tests are listed as",
  "Skip below.  Note that by default Site Isolation isolates *sites* rather",
  "than *origin* and therefore avoids problems related to document.domain",
  "compatibility.",
  "TODO(crbug.com/1515794): fast/dom/raf-throttling-out-of-view-cross-origin-page.html",
  "  fails when run with IsolateSandboxedIframes enabled as it needs to be same-process",
  "  to run reliably. We should investigate whether it's possible to rewrite the",
  "  test to run reliably with process-isolation for sandboxed iframes",
  "  enabled, If not, it can continue to run in this virtual test suite.",
  {
    "prefix": "not-site-per-process",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/html/browsers/origin/relaxing-the-same-origin-restriction",
      "external/wpt/html/browsers/windows/nested-browsing-contexts/frameElement-siblings.sub.html",
      "external/wpt/FileAPI/url/multi-global-origin-serialization.sub.html",
      "external/wpt/dom/events/EventListener-incumbent-global-1.sub.html",
      "external/wpt/dom/events/EventListener-incumbent-global-2.sub.html",
      "http/tests/dom/EventListener-incumbent-global-1.html",
      "http/tests/dom/EventListener-incumbent-global-2.html",
      "external/wpt/html/browsers/history/the-location-interface/allow_prototype_cycle_through_location.sub.html",
      "external/wpt/html/browsers/history/the-location-interface/location-prototype-setting-same-origin-domain.sub.html",
      "external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-on-new-window.html",
      "external/wpt/html/browsers/the-windowproxy-exotic-object/windowproxy-prototype-setting-same-origin-domain.sub.html",
      "external/wpt/wasm/serialization/module/window-domain-success.sub.html",
      "external/wpt/wasm/serialization/module/window-similar-but-cross-origin-success.sub.html",
      "external/wpt/wasm/serialization/module/share-module-cross-origin-fails.sub.html",
      "external/wpt/navigation-api/navigate-event/cross-window/click-crossdocument-crossorigin-sameorigindomain.sub.html",
      "external/wpt/navigation-api/navigate-event/cross-window/click-samedocument-crossorigin-sameorigindomain.sub.html",
      "external/wpt/navigation-api/navigate-event/cross-window/location-crossdocument-crossorigin-sameorigindomain.sub.html",
      "external/wpt/navigation-api/navigate-event/cross-window/location-samedocument-crossorigin-sameorigindomain.sub.html",
      "external/wpt/navigation-api/navigate-event/cross-window/open-crossdocument-crossorigin-sameorigindomain.sub.html",
      "external/wpt/navigation-api/navigate-event/cross-window/open-samedocument-crossorigin-sameorigindomain.sub.html",
      "external/wpt/navigation-api/navigate-event/cross-window/submit-crossdocument-crossorigin-sameorigindomain.sub.html",
      "external/wpt/navigation-api/navigate-event/cross-window/submit-samedocument-crossorigin-sameorigindomain.sub.html",
      "external/wpt/longtask-timing/longtask-in-childiframe-crossorigin.html",
      "external/wpt/longtask-timing/longtask-in-sibling-iframe-crossorigin.html",
      "http/tests/security/drag-drop-same-unique-origin.html",
      "fast/dom/raf-throttling-out-of-view-cross-origin-page.html"
    ],
    "exclusive_tests": "ALL",
    "args": ["--disable-site-isolation-trials",
             "--disable-features=OriginKeyedProcessesByDefault"],
    "owners": [
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "expires": "never"
  },
  {
    "prefix": "not-site-per-process-nonexclusive",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/performance-timeline/tentative"],
    "args": ["--disable-site-isolation-trials"],
    "owners": [
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "expires": "never"
  },

  "----------------------- origin-keyed agent clusters --------------------",
  "Origin-keyed agent clusters web platform tests are for the feature at",
  "https://html.spec.whatwg.org/#origin-keyed-agent-clusters. It doesn't make",
  "sense to test that feature when web-platform.test domains are being forced",
  "into origin-isolation mode. Note that since we also want coverage of this",
  "feature with site isolation enabled, we use a different virtual test suite",
  "than not-site-per-process, named no-auto-wpt-origin-isolation.",
  {
    "prefix": "no-auto-wpt-origin-isolation",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/html/browsers/origin/origin-keyed-agent-clusters",
      "external/wpt/html/infrastructure/urls/terminology-0",
      "external/wpt/html/semantics/embedded-content/the-iframe-element",
      "external/wpt/navigation-api/navigate-event/cross-window",
      "http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html",
      "http/tests/security/cross-frame-access-callback-explicit-domain-DENY.html",
      "http/tests/security/cross-frame-access-child-explicit-domain.html",
      "http/tests/security/cross-frame-access-parent-explicit-domain.html",
      "http/tests/security/cross-frame-access-port-explicit-domain.html",
      "http/tests/security/cross-frame-access-protocol-explicit-domain.html",
      "http/tests/security/canvas-remote-read-remote-image-document-domain.html"
    ],
    "exclusive_tests": ["external/wpt/html/browsers/origin/origin-keyed-agent-clusters"],
    "args": ["--disable-auto-wpt-origin-isolation",
             "--reset-browsing-instance-between-tests",
             "--disable-features=OriginAgentClusterDefaultEnable,OriginKeyedProcessesByDefault"],
    "owners": [
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "expires": "never"
  },
  {
    "prefix": "fsa-incognito",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/file-system-access", "external/wpt/fs"],
    "args": ["--enable-features=IncognitoFileSystemContextForTesting"],
    "expires": "never"
  },
  {
    "prefix": "controls-refresh-hc",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["fast/forms/color-scheme"],
    "args": ["--enable-features=ForcedColors",
             "--force-high-contrast"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "forced-high-contrast-colors",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/forced-colors-mode",
              "html/details_summary/color-scheme-validation",
              "wpt_internal/css/css-pseudo/spelling-error-007-crash.html"],
    "exclusive_tests": ["external/wpt/forced-colors-mode"],
    "args": ["--force-high-contrast",
             "--enable-blink-features=ForcedColors,ForcedColorsPreserveParentColor"],
    "expires": "Jul 1, 2025"
  },
  "This never expires because it tests rendering of form controls when the",
  "preferred color-scheme is dark. It should now be possible to render",
  "controls dark even if the preferred is light, but that requires a bit of",
  "work",
  {
    "prefix": "dark-color-scheme",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/css/css-color/system-color-consistency.html",
              "external/wpt/css/css-color-adjust/rendering/dark-color-scheme",
              "fast/forms/color-scheme",
              "fast/forms/validation-bubble-appearance-edge.html",
              "fast/forms/validation-bubble-appearance-wrap.html",
              "fast/loader/plain-text-document-appearance.html",
              "http/tests/eye-dropper"],
    "args": ["--blink-settings=preferredColorScheme=0"],
    "expires": "never"
  },
  {
    "prefix": "force-eager",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/measure-memory"],
    "exclusive_tests": "ALL",
    "args": ["--enable-blink-features=MeasureMemory,ForceEagerMeasureMemory"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "css-sign-related-functions-disabled",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/css/css-values/signs-abs-computed.html",
      "external/wpt/css/css-values/signs-abs-serialize.html",
      "external/wpt/css/css-values/signs-abs-invalid.html"
    ],
    "args": ["--disable-blink-features=CSSSignRelatedFunctions"],
    "expires": "Oct 1, 2024"
  },
  "The overlay-scrollbar virtual suite is testing a feature that is enabled",
  "or not based on platform and settings, so it should not expire.",
  {
    "prefix": "overlay-scrollbar",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [ "external/wpt/css/css-ui/pointer-events-no-scrollbars-001.html",
               "external/wpt/css/css-ui/pointer-events-no-scrollbars-002.html"],
    "args": ["--enable-features=OverlayScrollbar"],
    "expires": "never",
    "owners": ["[email protected]"]
  },
  "The elastic-overscroll virtual suite is testing a feature that is enabled",
  "or not based on platform and settings, so it should not expire.",
  {
    "prefix": "elastic-overscroll",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [],
    "args": ["--enable-features=ElasticOverscroll",
             "--enable-threaded-compositing"],
    "expires": "never",
    "owners": ["[email protected]"]
  },
  "The non-overlay-scrollbar virtual suite is testing a feature that is",
  "enabled or not based on platform and settings, so it should not expire.",
  {
    "prefix": "non-overlay-scrollbar",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [],
    "args": ["--disable-features=OverlayScrollbar"],
    "expires": "never",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },
  {
    "prefix": "fluent-non-overlay-scrollbar",
    "platforms": ["Linux", "Win"],
    "bases": ["fast/scrolling/scrollbars", "external/wpt/css/css-scrollbars"],
    "args": ["--enable-features=FluentScrollbar",
             "--enable-threaded-compositing",
             "--disable-smooth-scrolling"],
    "expires": "Jul 1, 2025",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },
  {
    "prefix": "fluent-non-overlay-scrollbar-dsf-150",
    "platforms": ["Linux", "Win"],
    "bases": ["virtual/fluent-non-overlay-scrollbar/composited"],
    "args": ["--enable-features=FluentScrollbar",
             "--enable-threaded-compositing",
             "--force-device-scale-factor=1.5"],
    "expires": "Jul 1, 2025",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },
  {
    "prefix": "fluent-non-overlay-scrollbar-dsf-200",
    "platforms": ["Linux", "Win"],
    "bases": ["virtual/fluent-non-overlay-scrollbar/composited"],
    "args": ["--enable-features=FluentScrollbar",
             "--enable-threaded-compositing",
             "--force-device-scale-factor=2"],
    "expires": "Jul 1, 2025",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },
  {
    "prefix": "fluent-non-overlay-scrollbar-hc",
    "platforms": ["Linux", "Win"],
    "bases": ["virtual/fluent-non-overlay-scrollbar/composited",
              "virtual/fluent-non-overlay-scrollbar/hover-over-scrollbar-thumb.html"],
    "args": ["--enable-features=FluentScrollbar",
             "--enable-threaded-compositing",
             "--force-high-contrast"],
    "expires": "Jul 1, 2025",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },
  {
    "prefix": "fluent-non-overlay-scrollbar-dark-mode",
    "platforms": ["Linux", "Win"],
    "bases": ["fast/forms/color-scheme/scrollbar",
              "virtual/fluent-non-overlay-scrollbar/hover-over-scrollbar-thumb.html"],
    "args": ["--enable-features=FluentScrollbar",
             "--blink-settings=preferredColorScheme=0,forceDarkModeEnabled=true"],
    "expires": "Jul 1, 2025",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },

  "RasterInducingScroll disabled due to crbug.com/349939555",
  {
    "prefix": "fluent-overlay-scrollbar",
    "platforms": ["Linux", "Win"],
    "bases": ["virtual/fluent-non-overlay-scrollbar/hover-over-scrollbar-thumb.html",
              "virtual/fluent-non-overlay-scrollbar/main/hover-over-main-thread.html",
              "virtual/overlay-scrollbar/overlay-scrollbar-smoke-test.html"],
    "exclusive_tests": ["virtual/overlay-scrollbar/overlay-scrollbar-smoke-test.html"],
    "args": ["--enable-features=FluentOverlayScrollbar",
             "--enable-threaded-compositing",
             "--disable-smooth-scrolling",
             "--disable-features=RasterInducingScroll"],
    "expires": "Jul 1, 2025",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },
  {
    "prefix": "fluent-overlay-scrollbar-hc",
    "platforms": ["Linux", "Win"],
    "bases": ["virtual/fluent-non-overlay-scrollbar/hover-over-scrollbar-thumb.html"],
    "args": ["--enable-features=FluentOverlayScrollbar",
             "--enable-threaded-compositing",
             "--force-high-contrast"],
    "expires": "Jul 1, 2025",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },

  {
    "prefix": "text-antialias",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win", "Fuchsia"],
    "bases": [],
    "args": ["--enable-font-antialiasing"],
    "expires": "Jan 1, 2025"
  },
  {
    "prefix": "text-contrast-gamma",
    "owners": ["[email protected]"],
    "platforms": ["Win"],
    "bases": [
      "virtual/text-antialias/basic/002.html",
      "virtual/text-antialias/basic/003.html",
      "virtual/text-antialias/basic/004.html",
      "virtual/text-antialias/basic/005.html",
      "virtual/text-antialias/basic/008.html",
      "virtual/text-antialias/basic/011.html",
      "virtual/text-antialias/basic/012.html",
      "virtual/text-antialias/basic/014.html"
    ],
    "args": ["--enable-font-antialiasing", "--enable-features=UseGammaContrastRegistrySettings",
             "--text-contrast=0.97", "--text-gamma=1.97"],
    "expires": "July 1, 2025"
  },
  {
    "prefix": "hdr",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [],
    "args": ["--force-color-profile=scrgb-linear"],
    "owners": ["[email protected]"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "color-spin",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [],
    "args": ["--force-color-profile=color-spin-gamma24"],
    "owners": ["[email protected]"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "wide-gamut",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [],
    "args": ["--force-color-profile=display-p3-d65"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "split-cache-by-include-credentials",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/fetch/http-cache"],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=SplitCacheByIncludeCredentials"],
    "expires": "never",
    "owners": [
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ]
  },

  "This pair of test suites never expire because they test a feature that is",
  "enabled by default for Chrome, but not by default in content/ so as to not",
  "affect other embedders",
  {
    "prefix": "split-http-cache",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/fetch/http-cache",
              "external/wpt/signed-exchange"],
    "exclusive_tests": ["external/wpt/fetch/http-cache"],
    "args": ["--enable-features=SplitCacheByNetworkIsolationKey"],
    "expires": "never",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },
  {
    "prefix": "not-split-http-cache",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/fetch/http-cache"],
    "exclusive_tests": "ALL",
    "args": [
      "--disable-features=SplitCacheByNetworkIsolationKey"
    ],
    "expires": "never",
    "owners": [
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ]
  },

  {
    "prefix": "web-bluetooth-new-permissions-backend",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/bluetooth", "external/wpt/bluetooth"],
    "args": ["--enable-features=WebBluetoothNewPermissionsBackend"],
    "owners": ["[email protected]"],
    "expires": "Jan 1, 2025"
  },
  {
    "prefix": "trust-tokens",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
        "external/wpt/trust-tokens/end-to-end",
        "http/tests/loading/trust-tokens",
        "http/tests/inspector-protocol/trust-tokens",
        "wpt_internal/trust-tokens"
    ],
    "exclusive_tests": "ALL",
    "args": [
        "--enable-features=PrivateStateTokens",
        "--enable-blink-features=PrivateStateTokens,PrivateStateTokensAlwaysAllowIssuance",
        "--additional-private-state-token-key-commitments={\"https://web-platform.test:8444\":{\"PrivateStateTokenV3VOPRF\":{\"protocol_version\":\"PrivateStateTokenV3VOPRF\",\"id\":1,\"batchsize\":1,\"keys\":{\"0\":{\"Y\":\"AAAAAASqh8oivosFN46xxx7zIK10bh07Younm5hZ90HgglQqOFUC8l2/VSlsOlReOHJ2CrfJ6CG1adnTkKJhZ0BtbSPWBwviQtdl64MWJc7sSg9HPvWfTjDigX5ihbzihG8V8aA=\",\"expiry\":\"253402300799000000\"}}}}}"
    ],
    "expires": "Jan 1, 2025"
  },
  {
    "prefix": "dom-parts-disabled",
    "owners": ["[email protected]"],
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/dom/parts",
      "fast/parser"
    ],
    "args": ["--disable-features=DOMPartsAPI,DOMPartsAPIMinimal"],
    "expires": "Dec 1, 2024"
  },
  {
    "prefix": "dom-parts-minimal",
    "owners": ["[email protected]"],
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/dom/parts"
    ],
    "args": ["--enable-features=DOMPartsAPIMinimal"],
    "expires": "Dec 1, 2024"
  },
  {
    "prefix": "details-styling-disabled",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/html/rendering/the-details-element",
      "fast/multicol/span/summary-split.html",
      "html/details_summary/details-inline.html",
      "wpt_internal/html/rendering/the-details-element"
    ],
    "args": ["--disable-blink-features=DetailsStyling"],
    "expires": "Dec 1, 2024"
  },
  {
    "prefix": "backface-visibility-interop",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux"],
    "bases": [ "external/wpt/css/css-transforms" ],
    "args": ["--enable-features=BackfaceVisibilityInterop"],
    "expires": "Nov 15, 2024"
  },
  {
    "prefix": "blur-on-remove",
    "platforms": ["Linux", "Mac", "Win"],
    "owners": ["[email protected]"],
    "bases": [],
    "args": ["--disable-blink-features=OmitBlurEventOnElementRemoval"],
    "expires": "Sep 1, 2024"
  },
  {
    "prefix": "third-party-cookie-phaseout-enabled",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/cookies/third-party-cookies",
      "external/wpt/service-workers/service-worker/partitioned-cookies.tentative.https.html",
      "external/wpt/workers/shared-worker-partitioned-cookies.tentative.https.html",
      "http/tests/inspector-protocol/issues/third-party-cookie-phaseout-exclusion.js",
      "http/tests/inspector-protocol/network/response-received-extra-info-exempted-cookie.js"
    ],
    "args": ["--test-third-party-cookie-phaseout"],
    "expires": "May 1, 2025",
    "owners": ["[email protected]", "[email protected]"]
  },
  {
    "prefix": "third-party-storage-partitioning",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "wpt_internal/file-system-api",
      "wpt_internal/storage/quota/partitioned-webkitTemporaryStorage-usage-details.tentative.sub.html",
      "wpt_internal/storage/quota/partitioned-webkitPersistentStorage-quota-usage-details.tentative.sub.html",
      "wpt_internal/web-locks/storage-deprecation-trial-enabled.https.html",
      "wpt_internal/service-worker/storage-deprecation-trial-enabled.https.html",
      "wpt_internal/webstorage/general-storage-deprecation-trial-enabled-local.sub.https.html",
      "wpt_internal/webstorage/general-storage-deprecation-trial-enabled-session.sub.https.html",
      "wpt_internal/webstorage/storage-cross-origin-redirect-local.sub.https.html",
      "wpt_internal/webstorage/storage-cross-origin-redirect-session.sub.https.html",
      "wpt_internal/webstorage/storage-same-origin-redirect-local.sub.https.html",
      "wpt_internal/webstorage/storage-same-origin-redirect-session.sub.https.html",
      "external/wpt/FileAPI/BlobURL/cross-partition.tentative.https.html",
      "external/wpt/storage/partitioned-estimate-usage-details-caches.tentative.https.sub.html",
      "external/wpt/storage/partitioned-estimate-usage-details-indexeddb.tentative.https.sub.html",
      "external/wpt/storage/partitioned-estimate-usage-details-service-workers.tentative.https.sub.html",
      "external/wpt/web-locks/partitioned-web-locks.tentative.https.html",
      "external/wpt/workers/shared-worker-partitioned.tentative.html",
      "external/wpt/service-workers/service-worker/partitioned.tentative.https.html",
      "external/wpt/service-workers/service-worker/partitioned-claim.tentative.https.html",
      "external/wpt/service-workers/service-worker/partitioned-cookies.tentative.https.html",
      "external/wpt/service-workers/service-worker/partitioned-getRegistrations.tentative.https.html",
      "external/wpt/service-workers/service-worker/partitioned-matchAll.tentative.https.html",
      "external/wpt/webstorage/localstorage-basic-partitioned.sub.html",
      "external/wpt/webstorage/sessionStorage-basic-partitioned.sub.html",
      "external/wpt/webmessaging/broadcastchannel/cross-partition.https.tentative.html",
      "external/wpt/IndexedDB",
      "external/wpt/webstorage/localstorage-about-blank-3P-iframe-opens-3P-window.partitioned.html",
      "external/wpt/secure-contexts/shared-worker-insecure-first.https.html",
      "external/wpt/secure-contexts/shared-worker-secure-first.https.html",
      "fast/filesystem",
      "http/tests/inspector-protocol/storage/dom-storage-set-items-by-storage-key.js",
      "http/tests/inspector-protocol/storage/indexed-db-set-items-by-storage-key.js",
      "http/tests/storage/partitioned-storage"
    ],
    "args": ["--disable-features=ThirdPartyStoragePartitioning"],
    "expires": "Feb 4, 2025",
    "owners": ["[email protected]", "[email protected]"]
  },

  {
    "prefix": "block-cross-partition-blob-url-fetching",
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/FileAPI/BlobURL/cross-partition.tentative.https.html"],
    "args": ["--enable-features=BlockCrossPartitionBlobUrlFetching"],
    "expires": "Feb 4, 2025",
    "owners": ["[email protected]"]
  },

  "isInputPending requires threaded compositing and layerized iframes, so ",
  "these tests are run exclusively with a virtual test suite that never ",
  "expires.",
  {
    "prefix": "threaded-composited-iframes",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/is-input-pending"],
    "exclusive_tests": "ALL",
    "args": ["--enable-threaded-compositing",
             "--disable-auto-wpt-origin-isolation",
             "--disable-features=OriginKeyedProcessesByDefault"],
    "expires": "never"
  },

  {
    "prefix": "oopr-canvas2d",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [ "fast/canvas",
               "external/wpt/mediacapture-record/MediaRecorder-canvas-media-source.https.html",
               "external/wpt/webmessaging/postMessage_cross_domain_image_transfer_2d.sub.htm" ],
    "args": [ "--enable-features=CanvasOopRasterization",
              "--enable-accelerated-2d-canvas",
              "--enable-gpu-rasterization"],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "disable-frequency-capping-for-overlay-popup",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["http/tests/subresource_filter/overlay_popup_ad"],
    "exclusive_tests": "ALL",
    "args": ["--disable-features=FrequencyCappingForOverlayPopupDetection"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "first-party-sets",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "http/tests/inspector-protocol/issues/third-party-cookie-blocking-first-party-set-enabled.js"
    ],
    "args": ["--test-third-party-cookie-phaseout", "--use-related-website-set={\"primary\":\"https://firstparty.test\",\"associatedSites\":[\"https://cookie.test\"]}"],
    "expires": "Dec 1, 2024",
    "owners": ["[email protected]"]
  },
  {
    "prefix": "force-renderer-accessibility",
    "platforms": ["Linux", "Mac", "Win"],
    "owners": ["[email protected]", "[email protected]"],
    "bases": ["accessibility/accessibility-beforematch-marker-crash.html",
              "accessibility/accessibility-node-appendChild-crash.html",
              "accessibility/details-summary-crash.html",
              "accessibility/slot-poison.html",
              "accessibility/virtual-node-child-removal.html",
              "accessibility/virtual-node-parent-removal.html",
              "accessibility/virtual-node-build-parent.html",
              "accessibility/virtual-node-build-parent-multiple.html",
              "accessibility/virtual-node-removed-from-document.html",
              "accessibility/virtual-node-repair-document.html",
              "accessibility/createAttributeNS06-crash.html",
              "external/wpt/accessibility/",
              "external/wpt/dom/ranges/Range-deleteContents.html",
              "external/wpt/html/semantics/embedded-content/the-iframe-element/iframe-initially-empty-is-updated.html",
              "external/wpt/html/semantics/interactive-elements/the-dialog-element/inert-svg-hittest.html",
              "editing/text-iterator/auto-expand-details.html",
              "editing/text-iterator/auto-expand-details-shadowdom.html"],
    "args": ["--force-renderer-accessibility"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "force-renderer-accessibility-and-delay",
    "platforms": ["Linux"],
    "owners": ["[email protected]", "[email protected]"],
    "bases": ["external/wpt/accessibility/crashtests/removed-from-flat-tree.html"],
    "args": ["--force-renderer-accessibility",
             "--enable-blink-features=HTMLParserYieldAndDelayOftenForTesting"],
    "expires": "never"
  },
  {
    "prefix": "view-transition-software",
    "platforms": ["Linux", "Mac", "Win"],
    "owners": ["[email protected]"],
    "bases": ["external/wpt/css/css-view-transitions/3d-transform-incoming.html",
              "external/wpt/css/css-view-transitions/3d-transform-outgoing.html",
              "external/wpt/css/css-view-transitions/animating-new-content-subset.html",
              "external/wpt/css/css-view-transitions/animating-new-content.html",
              "external/wpt/css/css-view-transitions/backdrop-filter-animated.html",
              "external/wpt/css/css-view-transitions/backdrop-filter-captured.html",
              "external/wpt/css/css-view-transitions/block-with-overflowing-text.html",
              "external/wpt/css/css-view-transitions/break-inside-avoid-child.html"],
    "args": ["--enable-threaded-compositing", "--disable-gpu"],
    "exclusive_tests": "ALL",
    "expires": "December 1, 2024"
  },
  {
    "prefix": "view-transition-on-navigation",
    "platforms": ["Linux", "Mac", "Win"],
    "owners": ["[email protected]"],
    "bases": ["external/wpt/css/css-view-transitions/navigation"],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=ViewTransitionOnNavigation, ViewTransitionOnNavigationForIframes",
             "--enable-threaded-compositing"],
    "expires": "December 1, 2024"
  },

  "This virtual test suite ensures the ViewTransition feature works correctly",
  "for non-sRGB color spaces.",
  {
    "prefix": "view-transition-wide-gamut",
    "platforms": ["Linux", "Mac", "Win"],
    "owners": ["[email protected]"],
    "bases": ["external/wpt/css/css-view-transitions",
              "wpt_internal/view-transition",
              "view-transition",
              "inspector-protocol/css/css-get-styles-for-view-transition.js",
              "inspector-protocol/css/css-view-transition-set-style-text.js",
              "inspector-protocol/css/css-get-keyframes-for-view-transitions.js",
              "inspector-protocol/dom/dom-get-dom-for-view-transition.js"],
    "exclusive_tests": "ALL",
    "args": ["--enable-threaded-compositing",
             "--force-color-profile=display-p3-d65"],
    "expires": "never"
  },

  "This virtual test suite ensures state cached from the old is also added to",
  "the serialization code-path for cross-document transitions.",
  {
    "prefix": "view-transition-mpa-serialization",
    "platforms": ["Linux", "Mac", "Win"],
    "owners": ["[email protected]"],
    "bases": ["external/wpt/css/css-view-transitions",
              "wpt_internal/view-transition",
              "view-transition",
              "inspector-protocol/css/css-get-styles-for-view-transition.js",
              "inspector-protocol/css/css-view-transition-set-style-text.js",
              "inspector-protocol/css/css-get-keyframes-for-view-transitions.js",
              "inspector-protocol/dom/dom-get-dom-for-view-transition.js",
              "external/wpt/soft-navigation-heuristics/navigation-api-view-transition.tentative.html"],
    "exclusive_tests": "ALL",
    "args": ["--enable-threaded-compositing",
             "--enable-blink-features=SerializeViewTransitionStateInSPA"],
    "expires": "never"
  },
  {
    "prefix": "getinnerhtml-enabled",
    "platforms": ["Linux"],
    "owners": ["[email protected]"],
    "bases": [
      "external/wpt/shadow-dom/declarative/getinnerhtml.tentative.html",
      "http/tests/inspector-protocol/issues/getinnerhtml-issue.js",
      "shadow-dom/getinnerhtml-use-counter.html"
    ],
    "args": ["--enable-blink-features=ElementGetInnerHTML"],
    "expires": "Nov 30, 2024"
  },
  "This virtual suite ensures that mutation events continue to function in the",
  "case that MutationEvents are re-enabled. That is important because there is",
  "an active Deprecation Trial [1] and an active Enterprise Policy [2]. So this",
  "virtual suite should *not* be removed until at least M135, which is the end-",
  "milestone for both of these. M135 goes to stable on April 1, 2025.",
  "[1] https://developer.chrome.com/origintrials/#/view_trial/919297273937002497",
  "[2] components/policy/resources/templates/policy_definitions/Miscellaneous/MutationEventsEnabled.yaml",
  {
    "prefix": "mutation-events-enabled",
    "platforms": ["Linux"],
    "owners": ["[email protected]"],
    "bases": [
      "fast/dom/mutation-events-usecounter.html",
      "fast/events/mutation-events-disabled.html",
      "dom/mutation-event-tests",
      "external/wpt/editing/crashtests/indent-outdent-after-closing-editable-dialog-element.html",
      "external/wpt/editing/other/move-inserted-node-from-DOMNodeInserted-during-exec-command-insertHTML.html",
      "external/wpt/html/semantics/scripting-1/the-script-element/execution-timing/042.html",
      "external/wpt/html/semantics/scripting-1/the-script-element/execution-timing/043.html",
      "external/wpt/html/semantics/scripting-1/the-script-element/execution-timing/044.html",
      "external/wpt/html/semantics/scripting-1/the-script-element/execution-timing/045.html",
      "external/wpt/html/semantics/scripting-1/the-script-element/execution-timing/054.html",
      "external/wpt/html/semantics/scripting-1/the-script-element/execution-timing/055.html",
      "external/wpt/dom/nodes/moveBefore/tentative/mutation-events.html",
      "external/wpt/uievents/legacy-domevents-tests/approved/domnodeinserted.html",
      "external/wpt/uievents/legacy-domevents-tests/approved/ProcessingInstruction.DOMCharacterDataModified.html",
      "http/tests/inspector-protocol/console/console-dom-mutation-violations.js",
      "http/tests/inspector-protocol/issues/mutation-events-issue.js",
      "virtual/text-antialias/split-text-crash.xhtml"
    ],
    "args": ["--enable-blink-features=MutationEvents", "--disable-blink-features=OmitBlurEventOnElementRemoval"],
    "expires": "Apr 1, 2025"
  },
  {
    "prefix": "popover-hint-disabled",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/html/semantics/popovers/popover-anchor-idl-property.tentative.html",
      "external/wpt/html/semantics/popovers/popover-anchor-nesting.tentative.html",
      "external/wpt/html/semantics/popovers/popover-attribute-all-elements.html",
      "external/wpt/html/semantics/popovers/popover-attribute-basic.html",
      "external/wpt/html/semantics/popovers/popover-beforetoggle-opening-event.html",
      "external/wpt/html/semantics/popovers/popover-change-type.html",
      "external/wpt/html/semantics/popovers/popover-document-open.html",
      "external/wpt/html/semantics/popovers/popover-events.html",
      "external/wpt/html/semantics/popovers/popover-focus-2.html",
      "external/wpt/html/semantics/popovers/popover-focus.html",
      "external/wpt/html/semantics/popovers/popover-invoker-reset.html",
      "external/wpt/html/semantics/popovers/popover-invoking-attribute.html",
      "external/wpt/html/semantics/popovers/popover-light-dismiss.html",
      "external/wpt/html/semantics/popovers/popover-move-documents.html",
      "external/wpt/html/semantics/popovers/popover-overlay.html",
      "external/wpt/html/semantics/popovers/popover-removal-2.html",
      "external/wpt/html/semantics/popovers/popover-removal.html",
      "external/wpt/html/semantics/popovers/popover-shadow-dom.html",
      "external/wpt/html/semantics/popovers/popover-types-with-hints.tentative.html",
      "external/wpt/html/semantics/popovers/popover-types.html",
      "external/wpt/html/semantics/popovers/popover-light-dismiss-hint.tentative.html",
      "external/wpt/html/semantics/popovers/popover-open-in-beforetoggle.html",
      "wpt_internal/html/semantics/popovers/popover-hint-crash.tentative.html"
    ],
    "args": ["--disable-blink-features=HTMLPopoverHint"],
    "expires": "Jul 1, 2025"
  },
  "TODO(crbug.com/352333393): These tests behave strangely when moved outside",
  "of a WPT runner directory, e.g. with screen captures being taken before",
  "reftest-wait is removed. So this virtual suite uses wpt_internal to continue",
  "testing inset-area. All tests in this wpt_internal directory can be removed",
  "when inset-area is no longer supported.",
  {
    "prefix": "inset-area-enabled",
    "owners": ["[email protected]"],
    "platforms": ["Linux"],
    "bases": ["wpt_internal/css/css-anchor-position-inset-area-old"],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-blink-features=CSSInsetAreaProperty"
    ],
    "expires": "Feb 1, 2025"
   },
   {
    "prefix": "html-anchor-attribute-disabled",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/html/semantics/popovers"
    ],
    "args": ["--disable-blink-features=HTMLAnchorAttribute"],
    "expires": "Sep 1, 2024"
  },
  {
    "prefix": "position-try-options-enabled",
    "owners": ["[email protected]"],
    "platforms": ["Linux"],
    "bases": ["external/wpt/css/css-anchor-position"],
    "args": ["--enable-blink-features=CSSPositionTryOptions"],
    "expires": "Dec 1, 2024"
  },
  {
    "owners": [
      "[email protected]"
    ],
    "prefix": "expose-lcp-render-time",
    "platforms": [
      "Linux",
      "Mac",
      "Win"
    ],
    "bases": [
      "external/wpt/largest-contentful-paint/non-tao-image-load-after-fcp.tentative.html",
      "external/wpt/largest-contentful-paint/non-tao-image-load-before-fcp-render-after.tentative.html",
      "external/wpt/largest-contentful-paint/non-tao-image-load-before-fcp-render-at-fcp.tentative.html",
      "external/wpt/largest-contentful-paint/non-tao-image-subsequent-lcp-candidate.tentative.html"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-blink-features=ExposeRenderTimeNonTaoDelayedImage"],
    "expires": "Jul 1, 2024"
  },
  {
    "prefix": "parakeet",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/parakeet"],
    "args": ["--enable-features=InterestGroupStorage,AdInterestGroupAPI,Parakeet"],
    "expires": "Jul 1, 2023"
  },
  {
    "prefix": "fledge-two-seller-worklet-threads",
    "platforms": ["Linux", "Mac", "Win"],
    "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"],
    "bases": [
      "http/tests/inspector-protocol/target/auto-attach-auction-worklet.js",
      "http/tests/inspector-protocol/target/target-auction-worklet.js"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=FledgeSellerWorkletThreadPool:seller_worklet_thread_pool_size/2"
    ],
    "expires": "Nov 15, 2024"
  },
  {
    "prefix": "fledge-kanon-status-below-threshold",
    "platforms": ["Linux", "Mac", "Win"],
    "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"],
    "bases": [
      "external/wpt/fledge/tentative/kanon-status-below-threshold.https.window.js"
    ],
    "args": [
      "--enable-features=InterestGroupStorage,PrivacySandboxAdsAPIsOverride,FencedFrames:implementation_type/mparch,FledgeConsiderKAnonymity",
      "--disable-features=CookieDeprecationFacilitatedTesting,FledgeEnforceKAnonymity"
    ],
    "expires": "Sep 1, 2024"
  },
  "This virtual suite disables CookieDeprecationFacilitatedTesting while",
  "enabling fledge flags, to test fledge features that are disabled when",
  "CookieDeprecationFacilitatedTesting is enabled.",
  {
    "prefix": "fledge-disable-cookie-deprecation-testing",
    "platforms": ["Linux", "Mac", "Win"],
    "owners": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"],
    "bases": [
      "external/wpt/fledge/tentative/deprecated-render-url-replacements.https.window.js",
      "external/wpt/fledge/tentative/auction-config-passed-to-worklets.https.window.js",
      "external/wpt/fledge/tentative/auction-config.https.window.js",
      "external/wpt/fledge/tentative/component-ads.https.window.js",
      "external/wpt/fledge/tentative/component-auction.https.window.js"
    ],
    "args": [
      "--enable-features=InterestGroupStorage,PrivacySandboxAdsAPIsOverride,FencedFrames:implementation_type/mparch,FledgeConsiderKAnonymity",
      "--disable-features=CookieDeprecationFacilitatedTesting"
    ],
    "expires": "Sep 1, 2024"
  },
  {
    "prefix": "fledge-bidding-and-auction",
    "platforms": [
      "Linux",
      "Mac",
      "Win"
    ],
    "owners": [
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "bases": [
      "external/wpt/fledge/tentative/get-interest-group-auction-data.https.window.js"
    ],
    "args": [
      "--enable-features=FledgeBiddingAndAuctionServerAPI,FledgeBiddingAndAuctionServer:FledgeBiddingAndAuctionKeyConfig/{\"https%3A%2F%2Fpublickeyservice.gcp.privacysandboxservices.com\"%3A\"https%3A%2F%2Fpublickeyservice.pa.gcp.privacysandboxservices.com%2F.well-known%2Fprotected-auction%2Fv1%2Fpublic-keys\"%2C\"https%3A%2F%2Fpublickeyservice.pa.gcp.privacysandboxservices.com\"%3A\"https%3A%2F%2Fpublickeyservice.pa.gcp.privacysandboxservices.com%2F.well-known%2Fprotected-auction%2Fv1%2Fpublic-keys\"}"
    ],
    "expires": "Jan 14, 2025"
  },
  {
    "prefix": "async-script-scheduling-disabled",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/async-script-scheduling"],
    "args": ["--disable-features=DelayAsyncScriptExecution"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "async-script-scheduling-apply-to-cross-site-only",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/async-script-scheduling"],
    "args": ["--enable-features=DelayAsyncScriptExecution:delay_async_exec_target/cross_site_only"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "async-script-scheduling-apply-to-allowlist",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/async-script-scheduling"],
    "args": ["--enable-features=DelayAsyncScriptExecution:delay_async_exec_target/cross_site_with_allow_list/delay_async_exec_allow_list/http%3A%2F%2Fbad3p.test%7C%2Fwpt_internal%2Fasync-script-scheduling%2Fresources%2Fscript.sub.js"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "async-script-scheduling-finished-parsing",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/async-script-scheduling"],
    "args": ["--enable-features=DelayAsyncScriptExecution:delay_async_exec_delay_type/finished_parsing"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "async-script-scheduling-paint-or-parsing",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/async-script-scheduling"],
    "args": ["--enable-features=DelayAsyncScriptExecution:delay_async_exec_delay_type/first_paint_or_finished_parsing"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "low-priority-script-loading",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["http/tests/devtools/network/resource-priority.js"],
    "args": ["--enable-features=LowPriorityScriptLoading"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "low-priority-async-script-execution",
    "platforms": ["Linux", "Mac", "Win"],
    "exclusive_tests": "ALL",
    "bases": ["http/tests/low-priority-async-script-execution"],
    "args": ["--enable-features=LCPScriptObserver,LowPriorityAsyncScriptExecution:low_pri_async_exec_timeout/100ms/low_pri_async_exec_exclude_lcp_influencers/true"],
    "owners": [
      "[email protected]",
      "[email protected]"
    ],
    "expires": "Mar 1, 2025"
  },
  {
    "prefix": "browsing-topics",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/browsing-topics"
    ],
    "exclusive_tests": [
      "external/wpt/browsing-topics"
    ],
    "args": ["--enable-features=BrowsingTopics,PrivacySandboxAdsAPIsOverride"],
    "expires": "Dec 3, 2024"
  },
  {
    "prefix": "private-aggregation",
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/private-aggregation"
    ],
    "exclusive_tests": [
      "external/wpt/private-aggregation"
    ],
    "args": [
      "--enable-privacy-sandbox-ads-apis",
      "--enable-features=FencedFramesDefaultMode,AggregationServiceMultipleCloudProviders:allowlist/https%3A%2F%2Fweb-platform.test%3A8444,FencedFramesEnforceFocus,PrivateAggregationAuctionReportBuyerDebugModeConfig,PrivateAggregationApiFilteringIds,SharedStorageCrossOriginScript,SharedStorageCreateWorkletUseContextOriginByDefault,PrivateAggregationApiContributionMerging"
    ],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "Jan 1, 2025"
  },
  {
    "prefix": "private-aggregation-developer-mode",
    "platforms": ["Linux"],
    "bases": [
      "wpt_internal/private-aggregation"
    ],
    "exclusive_tests": [
      "wpt_internal/private-aggregation"
    ],
    "args": [
      "--enable-privacy-sandbox-ads-apis",
      "--private-aggregation-developer-mode",
      "--enable-features=FencedFramesDefaultMode,AggregationServiceMultipleCloudProviders:allowlist/https%3A%2F%2Fweb-platform%2Etest%3A8444%2Chttps%3A%2F%2Fwww1%2Eweb-platform%2Etest%3A8444,PrivateAggregationApiBundledEnhancements,PrivateAggregationApiMultipleCloudProviders,PrivateAggregationAuctionReportBuyerDebugModeConfig,PrivateAggregationApiFilteringIds,SharedStorageCrossOriginScript,SharedStorageCreateWorkletUseContextOriginByDefault,PrivateAggregationApiContributionMerging"
    ],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "Jan 1, 2025"
  },
  {
    "prefix": "shared-storage-fenced-frame-mparch",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/shared-storage",
      "http/tests/inspector-protocol/shared-storage"
    ],
    "exclusive_tests": [
      "external/wpt/shared-storage",
      "http/tests/inspector-protocol/shared-storage"
    ],
    "args": ["--enable-features=SharedStorageAPI,FencedFrames:implementation_type/mparch,PrivacySandboxAdsAPIsOverride,FencedFramesAPIChanges,FencedFramesDefaultMode,SharedStorageAPIM118,SharedStorageAPIM125,SharedStorageAPIEnableWALForDatabase,FencedFramesEnforceFocus,FencedFramesReportEventHeaderChanges,SharedStorageCrossOriginScript,SharedStorageCreateWorkletUseContextOriginByDefault"],
    "expires": "Jan 31, 2025"
  },
  {
    "prefix": "shared-storage-selecturl-limit",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/shared-storage-selecturl-limit/"
    ],
    "exclusive_tests": [
      "external/wpt/shared-storage-selecturl-limit/"
    ],
    "args": ["--enable-features=SharedStorageAPI,FencedFrames:implementation_type/mparch,FencedFramesAPIChanges,FencedFramesDefaultMode,FencedFramesEnforceFocus,PrivacySandboxAdsAPIsOverride,SharedStorageSelectURLLimit:SharedStorageSelectURLBitBudgetPerPageLoad/6/SharedStorageSelectURLBitBudgetPerSitePerPageLoad/3,SharedStorageAPIM118,SharedStorageAPIM125,SharedStorageAPIEnableWALForDatabase,SharedStorageCrossOriginScript,SharedStorageCreateWorkletUseContextOriginByDefault"],
    "expires": "Jan 31, 2025"
  },
  "Task tracking tests require UnexposedTaskIds to work, so these tests are run",
  "exclusively with a virtual test suite that never expires.",
  {
    "prefix": "task-tracking",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/task-tracking"],
    "exclusive_tests": "ALL",
    "args": ["--enable-blink-features=UnexposedTaskIds", "--enable-threaded-compositing"],
    "expires": "never"
  },
  {
    "prefix": "fenced-frame-mparch",
    "owners": ["[email protected]",
               "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "http/tests/fenced_frame",
      "http/tests/inspector-protocol/fenced-frame",
      "external/wpt/html/anonymous-iframe",
      "external/wpt/fenced-frame",
      "external/wpt/fetch/private-network-access/fenced-frame-subresource-fetch.tentative.https.window.js",
      "external/wpt/fetch/private-network-access/fenced-frame.tentative.https.window.js",
      "external/wpt/fetch/private-network-access/fenced-frame-no-preflight-required.tentative.https.window.js"
    ],
    "exclusive_tests": [
      "http/tests/fenced_frame",
      "external/wpt/fenced-frame",
      "http/tests/inspector-protocol/fenced-frame",
      "external/wpt/fetch/private-network-access/fenced-frame-subresource-fetch.tentative.https.window.js",
      "external/wpt/fetch/private-network-access/fenced-frame.tentative.https.window.js",
      "external/wpt/fetch/private-network-access/fenced-frame-no-preflight-required.tentative.https.window.js"
    ],
    "args": ["--enable-features=PrivacySandboxAdsAPIsOverride,Fledge,AdInterestGroupAPI,FencedFramesEnforceFocus,FencedFramesLocalUnpartitionedDataAccess,ExemptUrlFromNetworkRevocationForTesting,FencedFramesCrossOriginEventReportingAllTraffic,FencedFramesReportEventHeaderChanges,FencedFramesSrcPermissionsPolicy",
             "--enable-blink-features=FencedFramesDefaultMode"],
    "expires": "May 1, 2025"
  },
  "This is the same as the 'fenced-frame-mparch' test suite, but this suite",
  "exposes debug behavior that isn't implemented in WebDriver yet.",
  "TODO(crbug.com/350526049): Remove this suite and have 'fenced-frame-mparch'",
  "include 'wpt_internal/fenced_frame' once Private Aggregation has a",
  "WebDriver extension.",
  {
    "prefix": "fenced-frame-mparch-internal",
    "owners": ["[email protected]",
               "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "wpt_internal/fenced_frame"
    ],
    "exclusive_tests": [
      "wpt_internal/fenced_frame"
    ],
    "args": ["--enable-features=PrivacySandboxAdsAPIsOverride,Fledge,AdInterestGroupAPI,FencedFramesEnforceFocus,FencedFramesLocalUnpartitionedDataAccess,ExemptUrlFromNetworkRevocationForTesting,FencedFramesCrossOriginEventReportingAllTraffic,FencedFramesReportEventHeaderChanges",
             "--enable-blink-features=FencedFramesDefaultMode",
             "--private-aggregation-developer-mode"],
    "expires": "Jan 9, 2025"
  },
  {
    "prefix": "cors-non-wildcard-request-headers",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/fetch/api/cors/cors-preflight.any.js"],
    "args": ["--enable-features=CorsNonWildcardRequestHeadersSupport"],
    "expires": "Jul 1, 2023"
  },
  "The following tests never pass in the default Blink test runner due to",
  "forced frame updates, but still pass in the full browser.",
  {
    "prefix": "no-forced-frame-updates",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "dom/domparsing/document-render-blocking-no-block.html",
      "external/wpt/css/css-transitions/render-blocking",
      "external/wpt/html/browsers/browsing-the-web/history-traversal/pagereveal",
      "external/wpt/html/dom/render-blocking"
    ],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=NoForcedFrameUpdatesForWebTests",
             "--disable-features=KeepAliveInBrowserMigration"],
    "expires": "Dec 1, 2024"
  },

  {
    "prefix": "enable-system-cursor-size-for-svg",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["fast/events/mouse-cursor-image-set-svg.html"],
    "args": [
      "--enable-features=SystemCursorSizeSupported",
      "--disable-headless-mode"
    ],
    "expires": "Dec 1, 2024"
  },

  {
    "prefix": "origin-agent-cluster-default-warning",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [ "wpt_internal/origin-agent-cluster-default-warning" ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=OriginAgentClusterDefaultWarning",
      "--disable-features=OriginAgentClusterDefaultEnable,OriginKeyedProcessesByDefault",
      "--disable-auto-wpt-origin-isolation"
    ],
    "expires": "Jul 1, 2024"
  },

  {
    "prefix": "webauthn-remote-desktop-client-override",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [ "external/wpt/webauthn/remote-desktop-client-override.tentative.https.html" ],
    "args": [
      "--webauthn-remote-desktop-support"
    ],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "force-in-order-script",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/in-order-script-scheduling/force-in-order"],
    "args": [
      "--enable-features=ForceInOrderScript"
    ],
    "expires": "Jul 1, 2023"
  },
  {
    "prefix": "selective-in-order-script",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/in-order-script-scheduling/selective-in-order"],
    "args": [
      "--enable-features=SelectiveInOrderScript,SelectiveInOrderScriptTarget:allow_list/http%3A%2F%2Fbad3p.test%7Csync-script-1.js"
    ],
    "expires": "Jul 1, 2023"
  },
  {
    "prefix": "threaded-preload-scanner",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/html/semantics/scripting-1",
      "fast/dom/HTMLScriptElement",
      "fast/preloader"
    ],
    "args": ["--enable-features=ThreadedPreloadScanner,PrecompileInlineScripts"],
    "expires": "Dec 5, 2024"
  },
  {
    "prefix": "isolate-sandboxed-iframes",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/html/infrastructure/urls/terminology-0/",
      "external/wpt/cookie-store/cookieStore_opaque_origin.https.html"
    ],
    "args": ["--enable-features=IsolateSandboxedIframes"],
    "expires": "Jan 1, 2025"
  },
  {
    "prefix": "coop-restrict-properties",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [ "external/wpt/html/cross-origin-opener-policy/tentative/restrict-properties" ],
    "args": ["--enable-features=CoopRestrictProperties"],
    "expires": "Jul 1, 2024"
  },
  {
    "prefix": "coop-noopener-allow-popups",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/html/cross-origin-opener-policy/tentative/noopener/",
      "external/wpt/html/cross-origin-opener-policy/reporting/tentative/"
    ],
    "args": ["--enable-features=CoopNoopenerAllowPopups"],
    "exclusive_tests": "ALL",
    "expires": "Mar 1, 2025"
  },

  "These tests require the experimental speculative prefetch feature, and",
  "requires extra switches to enable content implementation of speculation",
  "rules prefetch.",
  {
    "prefix": "prefetch",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/speculation-rules/prefetch",
      "http/tests/inspector-protocol/prefetch"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=PrefetchUseContentRefactor:block_until_head_eager_prefetch/true/block_until_head_timeout_eager_prefetch/0,PrefetchCookieIndices,CookieIndicesHeader",
      "--bypass-prefetch-proxy-for-host=not-web-platform.test"
    ],
    "expires": "Oct 1, 2024"
  },
  {
    "prefix": "prefetch-no-vary-search",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/speculation-rules/prefetch/no-vary-search",
      "wpt_internal/speculation-rules/prefetch/no-vary-search"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=PrefetchUseContentRefactor:block_until_head_eager_prefetch/true"
    ],
    "expires": "Oct 1, 2024"
  },
  {
    "prefix": "prefetch-reusable",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/speculation-rules/prefetch",
      "http/tests/inspector-protocol/prefetch"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=PrefetchUseContentRefactor:block_until_head_eager_prefetch/true/block_until_head_timeout_eager_prefetch/0,PrefetchReusable,PrefetchCookieIndices,CookieIndicesHeader",
      "--bypass-prefetch-proxy-for-host=not-web-platform.test"
    ],
    "expires": "Oct 1, 2024"
  },
  {
    "prefix": "speculation-rules-prerender-target-hint",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/speculation-rules/prerender",
      "http/tests/inspector-protocol/prerender/prerender-failure-status-update-with-target-hint.js",
      "http/tests/inspector-protocol/prerender/prerender-status-update-with-target-hint.js"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=Prerender2NoVarySearch,Prerender2InNewTab,Prerender2AllowActivationInBackground,LCPTimingPredictorPrerender2",
      "--disable-features=KeepAliveInBrowserMigration"
    ],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "Oct 1, 2024"
  },
  {
    "prefix": "prerender2-fallback-prefetch-spec-rules",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "http/tests/inspector-protocol/preload",
      "http/tests/inspector-protocol/prerender",
      "http/tests/inspector-protocol/tracing/prerender.js"
    ],
    "args": [
      "--enable-features=PrefetchReusable,Prerender2FallbackPrefetchSpecRules"
    ],
    "owners": ["[email protected]"],
    "expires": "Dec 12, 2024"
  },
  "prerender2-fallback-prefetch-spec-rules for exclusive tests http/tests/inspector-protocol/prefetch",
  "We maintain this separated from prerender2-fallback-prefetch-spec-rules because",
  "- http/tests/inspector-protocol/prefetch is `exclusive_tests` in `prefetch`.",
  "  If other suite wants to execute it, it needs include the directry to its `exclusive_tests`.",
  "- It requires lots of feature flags. We don't need to mix them up.",
  {
    "prefix": "prerender2-fallback-prefetch-spec-rules-prefetch",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "http/tests/inspector-protocol/prefetch"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-blink-features=NoVarySearchPrefetch,SpeculationRulesNoVarySearchHint",
      "--enable-features=PrefetchUseContentRefactor:block_until_head_eager_prefetch/true/block_until_head_timeout_eager_prefetch/0,PrefetchCookieIndices,CookieIndicesHeader,PrefetchReusable,Prerender2FallbackPrefetchSpecRules",
      "--bypass-prefetch-proxy-for-host=not-web-platform.test",
      "--disable-threaded-compositing", "--disable-threaded-animation"
    ],
    "owners": ["[email protected]"],
    "expires": "Dec 12, 2024"
  },
  {
    "prefix": "cookie-reject-domain-non-ascii",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "http/tests/inspector-protocol/issues/cookie-domain-non-ascii.js",
      "external/wpt/cookies/domain/domain-attribute-idn-host.sub.https.html"
    ],
    "args": ["--enable-features=CookieDomainRejectNonASCII"],
    "owners": ["[email protected]"],
    "expires": "Jul 1, 2024"
  },

  "---------------------------- Close watchers -------------------------------",
  "TODO(https://crbug.com/1495208): These cannot be run in the normal web ",
  "platform tests environment because of",
  "https://github.com/web-platform-tests/wpt/issues/23364#issuecomment-1661452441.",
  "If we figure out how to properly reset user activation and history-action",
  "activation between tests, then we can remove ",
  "--reset-browsing-instance-between-tests and remove this virtual test suite.",
  {
    "prefix": "close-watcher",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/close-watcher"
    ],
    "exclusive_tests": [
      "external/wpt/close-watcher"
    ],
    "args": [
      "--reset-browsing-instance-between-tests"
    ],
    "expires": "never"
  },
  {
    "prefix": "orb-errors-for-all-fetches",
    "platforms": ["Linux"],
    "args": ["--enable-features=OpaqueResponseBlockingErrorsForAllFetches"],
    "bases": [
      "external/wpt/fetch/orb",
      "external/wpt/fetch/corb"
    ],
    "expires": "Jul 1, 2024"
  },
  {
    "prefix": "js-shared-memory",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["wpt_internal/js/shared_memory"],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=JavaScriptExperimentalSharedMemory"],
    "owners": ["[email protected]"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "fedcm-authz",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/fedcm/fedcm-authz/"],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=FedCmAuthz"],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "May 1, 2025"
  },
  {
    "prefix": "fedcm-button-and-other-account",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/fedcm/fedcm-button-and-other-account/"],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=FedCmUseOtherAccount,FedCmButtonMode"],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "May 1, 2025"
  },
  {
    "prefix": "fedcm-multi-idp",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/fedcm/fedcm-multi-idp/"],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=FedCmMultipleIdentityProviders"],
    "expires": "May 1, 2025"
  },
  {
    "prefix": "fedcm-register",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/fedcm/fedcm-register/"],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=FedCmIdPregistration,FedCmMultipleIdentityProviders"],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "May 1, 2025"
  },
  {
    "prefix": "scoped-custom-element-registry-disabled",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/custom-elements/scoped-registry"],
    "args": ["--disable-blink-features=ScopedCustomElementRegistry"],
    "expires": "Jul 1, 2025"
  },

  "This individual test must be run separately from others, because it makes a",
  "huge memory allocation that often causes OOM if other tests have run in the",
  "same content_shell harness. For this reason this virtual test suite must",
  "never expire. Virtual test suites require command line args so pick one",
  "which is effectively a no-op.",
  {
    "prefix": "webgl-oversized-printing",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win", "Fuchsia"],
    "bases": [
      "printing/webgl-oversized-printing.html"
    ],
    "args": ["--enable-webgl-developer-extensions"],
    "expires": "never"
  },
  {
    "prefix": "keepalive-in-browser-migration",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/background-fetch/",
      "external/wpt/beacon/",
      "external/wpt/content-security-policy/connect-src/connect-src-beacon-allowed.sub.html",
      "external/wpt/content-security-policy/connect-src/connect-src-beacon-blocked.sub.html",
      "external/wpt/content-security-policy/connect-src/connect-src-beacon-redirect-to-blocked.sub.html",
      "external/wpt/content-security-policy/reporting/",
      "external/wpt/fetch/",
      "external/wpt/xhr/"
    ],
    "args": [
      "--enable-features=KeepAliveInBrowserMigration",
      "--disable-features=DeprecateUnload"
    ],
    "expires": "Apr 1, 2024"
  },
  {
    "prefix": "longtask-from-loaf",
    "platforms": ["Linux"],
    "bases": ["external/wpt/longtask-timing"],
    "args": ["--enable-blink-features=LongTaskFromLongAnimationFrame"],
    "expires": "Feb 1, 2025"
  },
  {
    "prefix": "new-text-size-adjust",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac"],
    "bases": ["wpt_internal/css/css-size-adjust",
              "external/wpt/css/css-size-adjust"],
    "args": ["--enable-threaded-compositing",
             "--enable-blink-features=TextSizeAdjustImprovements",
             "--enable-viewport",
             "--blink-settings=textAutosizingEnabled=true,viewportMetaEnabled=true"],
    "expires": "Jan 1, 2026"
  },
  {
    "prefix": "new-text-size-adjust-with-os-font-scale",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac"],
    "bases": ["wpt_internal/css/css-size-adjust",
              "external/wpt/css/css-size-adjust"],
    "args": ["--enable-threaded-compositing",
             "--enable-blink-features=TextSizeAdjustImprovements",
             "--enable-viewport",
             "--blink-settings=textAutosizingEnabled=true,accessibilityFontScaleFactor=2,deviceScaleAdjustment=3,viewportMetaEnabled=true"],
    "expires": "Jan 1, 2026"
  },
  {
    "prefix": "old-text-size-adjust",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac"],
    "bases": ["wpt_internal/css/css-size-adjust",
              "external/wpt/css/css-size-adjust"],
    "args": ["--enable-threaded-compositing",
             "--disable-blink-features=TextSizeAdjustImprovements",
             "--enable-viewport",
             "--blink-settings=textAutosizingEnabled=true,viewportMetaEnabled=true"],
    "expires": "Jan 1, 2026"
  },
  {
    "prefix": "old-text-size-adjust-with-os-font-scale",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac"],
    "bases": ["wpt_internal/css/css-size-adjust",
              "external/wpt/css/css-size-adjust"],
    "args": ["--enable-threaded-compositing",
             "--disable-blink-features=TextSizeAdjustImprovements",
             "--enable-viewport",
             "--blink-settings=textAutosizingEnabled=true,accessibilityFontScaleFactor=2,deviceScaleAdjustment=3,viewportMetaEnabled=true"],
    "expires": "Jan 1, 2026"
  },
  {
    "owners": [
      "[email protected]"
    ],
    "prefix": "soft-navigation-fp-fcp",
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/soft-navigation-heuristics"
    ],
    "args": ["--enable-blink-features=SoftNavigationHeuristicsExposeFPAndFCP"],
    "expires": "Jul 1, 2024"
  },
  {
    "prefix": "produce-compile-hints",
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/fetch",
      "external/wpt/loading",
      "external/wpt/html/semantics/scripting-1"
    ],
    "args": ["--enable-features=ForceProduceCompileHints",
             "--disable-features=DeprecateUnload"],
    "expires": "never"
  },
  {
    "prefix": "static-routing-api",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/service-workers/service-worker/tentative/static-router",
      "http/tests/inspector-protocol/service-worker/tentative/static-router"
    ],
    "args": ["--enable-features=ServiceWorkerStaticRouterTimingInfo"],
    "expires": "Jun 5, 2025",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },
  {
    "prefix": "lcpp",
    "platforms": [
      "Linux",
      "Mac",
      "Win"
    ],
    "bases": [
      "http/tests/lcp_critical_path_predictor"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=LCPCriticalPathPredictor:lcpp_adjust_image_load_priority/true,LCPTimingPredictorPrerender2"
    ],
    "expires": "Jun 5, 2025",
    "owners": [
      "[email protected]",
      "[email protected]"
    ]
  },
  {
    "prefix": "lcpp-fetched-fonts",
    "platforms": [
      "Linux",
      "Mac",
      "Win"
    ],
    "bases": [
      "http/tests/lcpp_fetched_fonts"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=LCPPFontURLPredictor"
    ],
    "expires": "Oct 16, 2024",
    "owners": [
      "[email protected]",
      "[email protected]"
    ]
  },
  {
    "prefix": "lcpp-defer-unused-preloads",
    "platforms": [
      "Linux",
      "Mac",
      "Win"
    ],
    "bases": [
      "http/tests/lcpp_unused_preloads"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=LCPPDeferUnusedPreload:load_timing/lcp_timing_predictor"
    ],
    "expires": "Oct 16, 2024",
    "owners": [
      "[email protected]"
    ]
  },
  {
    "prefix": "lcp-script-observer",
    "platforms": [
      "Linux",
      "Mac",
      "Win"
    ],
    "bases": [
      "http/tests/lcp-script-observer"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=LCPScriptObserver"
    ],
    "expires": "Sep 10, 2024",
    "owners": [
      "[email protected]",
      "[email protected]"
    ]
  },
  {
    "prefix": "delay-async-when-lcp-in-html",
    "platforms": [
      "Linux",
      "Mac",
      "Win"
    ],
    "bases": [
      "http/tests/delay-async-when-lcp-in-html"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=LCPCriticalPathPredictor:lcpp_recorded_lcp_element_types/all",
      "--enable-features=DelayAsyncScriptExecution:delay_async_exec_delay_type/till_first_lcp_candidate/delay_async_exec_when_lcp_found_in_html/true"
    ],
    "expires": "Sep 10, 2024",
    "owners": [
      "[email protected]",
      "[email protected]"
    ]
  },
  {
    "prefix": "slider-vertical-enabled",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "css-parser/vertical-range-slider-appearance.html",
      "css-parser/deprecated-css-appearance-values-warning/appearance-with-nonstandard-keywords.html",
      "css-parser/deprecated-css-appearance-values-warning/appearance-warning-slider-vertical-usecounter.html",
      "http/tests/inspector-protocol/issues/css-appearance-non-standard-slider-vertical-cssom-issue.js",
      "http/tests/inspector-protocol/issues/css-appearance-non-standard-slider-vertical-issue.js"
    ],
    "args": ["--enable-blink-features=NonStandardAppearanceValueSliderVertical"],
    "owners": ["[email protected]"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "url-non-special",
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/fetch/data-urls/processing.any.js",
      "external/wpt/html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html",
      "external/wpt/html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html",
      "external/wpt/html/semantics/links/links-created-by-a-and-area-elements/non-special-url-getter-setter.window.js",
      "external/wpt/url",
      "fast/dom/HTMLAnchorElement/set-href-attribute-hash.html",
      "fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html",
      "fast/dom/HTMLAnchorElement/set-href-attribute-port.html",
      "fast/dom/HTMLAnchorElement/set-href-attribute-search.html",
      "fast/domurl/url-hash.html",
      "fast/loader/javascript-url-hierarchical-execution.html",
      "fast/loader/url-parse-1.html",
      "fast/url/invalid-urls-utf8.html",
      "fast/url/mailto.html",
      "fast/url/segments.html",
      "http/tests/security/base-url-data.html",
      "http/tests/security/base-url-javascript-invalid.html",
      "http/tests/security/base-url-javascript-valid.html"
    ],
    "args": ["--enable-features=StandardCompliantNonSpecialSchemeURLParsing"],
    "owners": ["[email protected]"],
    "expires": "Jul 1, 2025"
  },
  {
    "prefix": "cookie-deprecation-label",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/cookie-deprecation-label"
    ],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=CookieDeprecationFacilitatedTesting:label/label_test"],
    "expires": "Dec 30, 2024",
    "owners": ["[email protected]", "[email protected]"]
  },
  {
    "prefix": "ancestor-chain-bit-considered",
    "platforms": ["Linux"],
    "bases": [
      "http/tests/cookies/partitioned-cookies/ancestor-chain.https.html"
    ],
    "args": ["--enable-features=AncestorChainBitEnabledInPartitionedCookies"],
    "expires": "Oct 1, 2024",
    "owners": ["[email protected]"]
  },
  {
    "prefix": "permission-element",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/html/semantics/permission-element"],
    "args": ["--enable-blink-features=PermissionElement"],
    "owners": ["[email protected]"],
    "expires": "Feb 1, 2025"
  },
  {
    "prefix": "permission-element-disabled",
    "platforms": ["Linux"],
    "bases": [],
    "args": ["--disable-blink-features=PermissionElement"],
    "owners": ["[email protected]"],
    "expires": "Feb 1, 2025"
  },
  "The GenericSensorExtraClasses feature is controlled by a flag, which has ",
  "an expiration date. |expires| below is set to 'never' to avoid having to ",
  "manage the expiration date in two locations.",
  "",
  "N.B. skip_base_tests is needed only because of https://crbug.com/1471996",
  {
    "prefix": "generic-sensor-extra-classes",
    "owners": ["[email protected]", "[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/ambient-light",
      "external/wpt/magnetometer",
      "wpt_internal/generic-sensor/reference-frame-tests.https.window.js"
    ],
    "exclusive_tests": "ALL",
    "skip_base_tests": [
      "wpt_internal/generic-sensor/reference-frame-tests.https.window.html"
    ],
    "args": ["--enable-features=GenericSensorExtraClasses"],
    "expires": "never"
  },
  "Run the WebNN WPTs with a GPU context with the WebNN service enabled.",
  {
    "prefix": "webnn-service-with-gpu",
    "platforms": ["Win", "Mac"],
    "bases": [
      "external/wpt/webnn/conformance_tests/abs.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/abs.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/add.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/add.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/arg_min_max.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/arg_min_max.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/batch_normalization.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/batch_normalization.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/buffer.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/buffer.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/byob_readbuffer.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/byob_readbuffer.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/cast.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/cast.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/ceil.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/ceil.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/clamp.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/clamp.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/compute-arraybufferview-with-bigger-arraybuffer.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/compute-arraybufferview-with-bigger-arraybuffer.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/concat.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/concat.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/conv_transpose2d.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/conv_transpose2d.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/conv2d.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/conv2d.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/cos.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/cos.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/div.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/div.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/elu.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/elu.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/equal.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/equal.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/erf.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/erf.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/exp.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/exp.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/expand.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/expand.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/floor.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/floor.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/gather.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/gather.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/gatherElements.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/gatherElements.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/gelu.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/gelu.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/gemm.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/gemm.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/greater.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/greater.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/greater_or_equal.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/greater_or_equal.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/gru.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/gru.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/gru_cell.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/gru_cell.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/hard_sigmoid.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/hard_sigmoid.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/hard_swish.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/hard_swish.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/identity.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/identity.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/instance_normalization.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/instance_normalization.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/layer_normalization.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/layer_normalization.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/leaky_relu.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/leaky_relu.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/lesser.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/lesser.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/lesser_or_equal.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/lesser_or_equal.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/linear.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/linear.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/log.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/log.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/logical_not.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/logical_not.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/lstm.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/lstm.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/lstm_cell.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/lstm_cell.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/matmul.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/matmul.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/max.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/max.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/min.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/min.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/mul.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/mul.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/neg.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/neg.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/pad.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/pad.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/parallel-compute.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/parallel-compute.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/parallel-dispatch.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/parallel-dispatch.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/pooling.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/pooling.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/pow.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/pow.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/prelu.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/prelu.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reciprocal.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reciprocal.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_l1.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_l1.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_l2.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_l2.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum_exp.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum_exp.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_max.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_max.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_mean.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_mean.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_min.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_min.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_product.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_product.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_sum.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_sum.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_sum_square.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reduce_sum_square.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/relu.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/relu.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/resample2d.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/resample2d.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/reshape.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/reshape.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/sigmoid.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/sigmoid.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/sign.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/sign.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/sin.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/sin.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/slice.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/slice.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/softmax.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/softmax.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/softplus.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/softplus.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/softsign.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/softsign.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/split.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/split.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/sqrt.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/sqrt.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/sub.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/sub.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/tan.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/tan.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/tanh.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/tanh.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/transpose.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/transpose.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/triangular.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/triangular.https.any.worker.html?gpu",
      "external/wpt/webnn/conformance_tests/where.https.any.html?gpu",
      "external/wpt/webnn/conformance_tests/where.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/argMinMax.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/argMinMax.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/batchNormalization.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/batchNormalization.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/build-more-than-once.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/build-more-than-once.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/cast.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/cast.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/clamp.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/clamp.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/compute-multiple-arraybufferviews-sharing-same-arraybuffer.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/compute-multiple-arraybufferviews-sharing-same-arraybuffer.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/concat.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/concat.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/constant-changed-buffer.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/constant-changed-buffer.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/constant.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/constant.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/conv2d.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/conv2d.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/convTranspose2d.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/convTranspose2d.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/createContext.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/createContext.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/destroyContext.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/destroyContext.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/destroyGraph.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/destroyGraph.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/elementwise-binary.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/elementwise-binary.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/elementwise-logical.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/elementwise-logical.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/elementwise-unary.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/elementwise-unary.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/elu.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/elu.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/expand.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/expand.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/gather.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/gather.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/gatherElements.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/gatherElements.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/gelu.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/gelu.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/gemm.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/gemm.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/gru.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/gru.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/gruCell.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/gruCell.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/hardSigmoid.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/hardSigmoid.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/hardSwish.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/hardSwish.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/input.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/input.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/instanceNormalization.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/instanceNormalization.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/invalid-rank.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/invalid-rank.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/layerNormalization.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/layerNormalization.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/leakyRelu.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/leakyRelu.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/linear.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/linear.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/lstm.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/lstm.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/lstmCell.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/lstmCell.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/matmul.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/matmul.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/pad.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/pad.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/pooling-and-reduction-keep-dims.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/pooling-and-reduction-keep-dims.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/pooling.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/pooling.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/prelu.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/prelu.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/reduction.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/reduction.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/relu.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/relu.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/resample2d.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/resample2d.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/reshape.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/reshape.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/sigmoid.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/sigmoid.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/slice.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/slice.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/softmax.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/softmax.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/softplus.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/softplus.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/softsign.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/softsign.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/split.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/split.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/tanh.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/tanh.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/transpose.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/transpose.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/triangular.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/triangular.https.any.worker.html?gpu",
      "external/wpt/webnn/validation_tests/where.https.any.html?gpu",
      "external/wpt/webnn/validation_tests/where.https.any.worker.html?gpu"
    ],
    "exclusive_tests": "ALL",
    "args": ["--use-gpu-in-tests", "--enable-features=WebMachineLearningNeuralNetwork"],
    "expires": "Jun 1, 2025",
    "owners": [
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ]
  },
  "Run the WebNN WPTs with a CPU context with the WebNN service enabled.",
  {
    "prefix": "webnn-service-on-cpu",
    "platforms": ["Linux","Mac", "Win"],
    "bases": [
      "external/wpt/webnn/idlharness.https.any.html",
      "external/wpt/webnn/idlharness.https.any.worker.html",
      "external/wpt/webnn/conformance_tests/abs.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/abs.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/add.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/add.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/arg_min_max.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/arg_min_max.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/batch_normalization.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/batch_normalization.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/byob_readbuffer.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/byob_readbuffer.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/buffer.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/buffer.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/cast.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/cast.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/ceil.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/ceil.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/clamp.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/clamp.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/compute-arraybufferview-with-bigger-arraybuffer.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/compute-arraybufferview-with-bigger-arraybuffer.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/concat.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/concat.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/conv_transpose2d.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/conv_transpose2d.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/conv2d.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/conv2d.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/cos.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/cos.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/div.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/div.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/elu.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/elu.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/equal.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/equal.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/erf.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/erf.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/exp.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/exp.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/expand.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/expand.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/floor.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/floor.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/gather.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/gather.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/gatherElements.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/gatherElements.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/gelu.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/gelu.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/gemm.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/gemm.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/greater.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/greater.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/greater_or_equal.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/greater_or_equal.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/gru.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/gru.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/gru_cell.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/gru_cell.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/hard_sigmoid.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/hard_sigmoid.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/hard_swish.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/hard_swish.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/identity.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/identity.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/instance_normalization.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/instance_normalization.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/layer_normalization.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/layer_normalization.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/leaky_relu.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/leaky_relu.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/lesser.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/lesser.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/lesser_or_equal.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/lesser_or_equal.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/linear.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/linear.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/log.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/log.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/logical_not.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/logical_not.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/lstm.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/lstm.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/lstm_cell.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/lstm_cell.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/matmul.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/matmul.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/max.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/max.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/min.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/min.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/mul.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/mul.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/neg.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/neg.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/pad.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/pad.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/parallel-compute.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/parallel-compute.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/parallel-dispatch.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/parallel-dispatch.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/pooling.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/pooling.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/pow.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/pow.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/prelu.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/prelu.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reciprocal.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reciprocal.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_l1.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_l1.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_l2.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_l2.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum_exp.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum_exp.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_max.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_max.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_mean.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_mean.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_min.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_min.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_product.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_product.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_sum.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_sum.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_sum_square.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reduce_sum_square.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/relu.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/relu.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/resample2d.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/resample2d.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/reshape.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/reshape.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/sigmoid.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/sigmoid.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/sign.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/sign.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/sin.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/sin.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/slice.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/slice.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/softmax.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/softmax.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/softplus.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/softplus.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/softsign.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/softsign.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/split.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/split.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/sqrt.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/sqrt.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/sub.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/sub.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/tan.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/tan.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/tanh.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/tanh.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/transpose.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/transpose.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/triangular.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/triangular.https.any.worker.html?cpu",
      "external/wpt/webnn/conformance_tests/where.https.any.html?cpu",
      "external/wpt/webnn/conformance_tests/where.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/argMinMax.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/argMinMax.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/batchNormalization.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/batchNormalization.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/build-more-than-once.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/build-more-than-once.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/cast.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/cast.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/clamp.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/clamp.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/compute-multiple-arraybufferviews-sharing-same-arraybuffer.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/compute-multiple-arraybufferviews-sharing-same-arraybuffer.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/concat.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/concat.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/constant-changed-buffer.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/constant-changed-buffer.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/constant.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/constant.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/conv2d.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/conv2d.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/convTranspose2d.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/convTranspose2d.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/createContext.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/createContext.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/destroyContext.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/destroyContext.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/destroyGraph.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/destroyGraph.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/elementwise-binary.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/elementwise-binary.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/elementwise-logical.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/elementwise-logical.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/elementwise-unary.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/elementwise-unary.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/elu.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/elu.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/expand.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/expand.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/gather.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/gather.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/gatherElements.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/gatherElements.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/gelu.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/gelu.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/gemm.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/gemm.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/gru.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/gru.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/gruCell.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/gruCell.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/hardSigmoid.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/hardSigmoid.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/hardSwish.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/hardSwish.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/input.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/input.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/instanceNormalization.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/instanceNormalization.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/invalid-rank.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/invalid-rank.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/layerNormalization.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/layerNormalization.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/leakyRelu.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/leakyRelu.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/linear.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/linear.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/lstm.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/lstm.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/lstmCell.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/lstmCell.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/matmul.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/matmul.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/pad.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/pad.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/pooling-and-reduction-keep-dims.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/pooling-and-reduction-keep-dims.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/pooling.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/pooling.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/prelu.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/prelu.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/reduction.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/reduction.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/relu.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/relu.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/resample2d.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/resample2d.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/reshape.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/reshape.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/sigmoid.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/sigmoid.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/slice.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/slice.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/softmax.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/softmax.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/softplus.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/softplus.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/softsign.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/softsign.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/split.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/split.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/tanh.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/tanh.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/transpose.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/transpose.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/triangular.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/triangular.https.any.worker.html?cpu",
      "external/wpt/webnn/validation_tests/where.https.any.html?cpu",
      "external/wpt/webnn/validation_tests/where.https.any.worker.html?cpu"
    ],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=WebMachineLearningNeuralNetwork"],
    "expires": "Jun 1, 2025",
    "owners": [
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ]
  },
  "Run the WebNN WPTs with a NPU context with the WebNN service enabled.",
  {
    "prefix": "webnn-service-on-npu",
    "platforms": ["Mac", "Win"],
    "bases": [
      "external/wpt/webnn/conformance_tests/abs.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/abs.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/add.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/add.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/arg_min_max.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/arg_min_max.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/batch_normalization.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/batch_normalization.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/buffer.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/buffer.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/byob_readbuffer.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/byob_readbuffer.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/cast.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/cast.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/ceil.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/ceil.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/clamp.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/clamp.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/compute-arraybufferview-with-bigger-arraybuffer.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/compute-arraybufferview-with-bigger-arraybuffer.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/concat.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/concat.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/conv_transpose2d.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/conv_transpose2d.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/conv2d.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/conv2d.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/cos.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/cos.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/div.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/div.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/elu.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/elu.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/equal.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/equal.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/erf.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/erf.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/exp.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/exp.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/expand.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/expand.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/floor.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/floor.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/gather.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/gather.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/gatherElements.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/gatherElements.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/gelu.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/gelu.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/gemm.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/gemm.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/greater.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/greater.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/greater_or_equal.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/greater_or_equal.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/gru.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/gru.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/gru_cell.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/gru_cell.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/hard_sigmoid.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/hard_sigmoid.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/hard_swish.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/hard_swish.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/identity.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/identity.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/instance_normalization.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/instance_normalization.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/layer_normalization.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/layer_normalization.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/leaky_relu.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/leaky_relu.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/lesser.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/lesser.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/lesser_or_equal.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/lesser_or_equal.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/linear.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/linear.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/log.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/log.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/logical_not.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/logical_not.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/lstm.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/lstm.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/lstm_cell.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/lstm_cell.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/matmul.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/matmul.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/max.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/max.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/min.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/min.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/mul.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/mul.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/neg.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/neg.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/pad.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/pad.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/parallel-compute.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/parallel-compute.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/parallel-dispatch.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/parallel-dispatch.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/pooling.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/pooling.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/pow.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/pow.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/prelu.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/prelu.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reciprocal.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reciprocal.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_l1.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_l1.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_l2.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_l2.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum_exp.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_log_sum_exp.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_max.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_max.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_mean.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_mean.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_min.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_min.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_product.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_product.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_sum.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_sum.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_sum_square.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reduce_sum_square.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/relu.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/relu.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/resample2d.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/resample2d.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/reshape.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/reshape.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/sigmoid.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/sigmoid.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/sign.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/sign.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/sin.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/sin.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/slice.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/slice.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/softmax.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/softmax.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/softplus.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/softplus.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/softsign.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/softsign.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/split.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/split.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/sqrt.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/sqrt.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/sub.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/sub.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/tan.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/tan.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/tanh.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/tanh.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/transpose.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/transpose.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/triangular.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/triangular.https.any.worker.html?npu",
      "external/wpt/webnn/conformance_tests/where.https.any.html?npu",
      "external/wpt/webnn/conformance_tests/where.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/argMinMax.https.any.html?npu",
      "external/wpt/webnn/validation_tests/argMinMax.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/batchNormalization.https.any.html?npu",
      "external/wpt/webnn/validation_tests/batchNormalization.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/build-more-than-once.https.any.html?npu",
      "external/wpt/webnn/validation_tests/build-more-than-once.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/cast.https.any.html?npu",
      "external/wpt/webnn/validation_tests/cast.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/clamp.https.any.html?npu",
      "external/wpt/webnn/validation_tests/clamp.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/compute-multiple-arraybufferviews-sharing-same-arraybuffer.https.any.html?npu",
      "external/wpt/webnn/validation_tests/compute-multiple-arraybufferviews-sharing-same-arraybuffer.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/concat.https.any.html?npu",
      "external/wpt/webnn/validation_tests/concat.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/constant-changed-buffer.https.any.html?npu",
      "external/wpt/webnn/validation_tests/constant-changed-buffer.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/constant.https.any.html?npu",
      "external/wpt/webnn/validation_tests/constant.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/conv2d.https.any.html?npu",
      "external/wpt/webnn/validation_tests/conv2d.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/convTranspose2d.https.any.html?npu",
      "external/wpt/webnn/validation_tests/convTranspose2d.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/createContext.https.any.html?npu",
      "external/wpt/webnn/validation_tests/createContext.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/destroyContext.https.any.html?npu",
      "external/wpt/webnn/validation_tests/destroyContext.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/destroyGraph.https.any.html?npu",
      "external/wpt/webnn/validation_tests/destroyGraph.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/elementwise-binary.https.any.html?npu",
      "external/wpt/webnn/validation_tests/elementwise-binary.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/elementwise-logical.https.any.html?npu",
      "external/wpt/webnn/validation_tests/elementwise-logical.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/elementwise-unary.https.any.html?npu",
      "external/wpt/webnn/validation_tests/elementwise-unary.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/elu.https.any.html?npu",
      "external/wpt/webnn/validation_tests/elu.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/expand.https.any.html?npu",
      "external/wpt/webnn/validation_tests/expand.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/gather.https.any.html?npu",
      "external/wpt/webnn/validation_tests/gather.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/gatherElements.https.any.html?npu",
      "external/wpt/webnn/validation_tests/gatherElements.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/gelu.https.any.html?npu",
      "external/wpt/webnn/validation_tests/gelu.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/gemm.https.any.html?npu",
      "external/wpt/webnn/validation_tests/gemm.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/gru.https.any.html?npu",
      "external/wpt/webnn/validation_tests/gru.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/gruCell.https.any.html?npu",
      "external/wpt/webnn/validation_tests/gruCell.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/hardSigmoid.https.any.html?npu",
      "external/wpt/webnn/validation_tests/hardSigmoid.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/hardSwish.https.any.html?npu",
      "external/wpt/webnn/validation_tests/hardSwish.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/input.https.any.html?npu",
      "external/wpt/webnn/validation_tests/input.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/instanceNormalization.https.any.html?npu",
      "external/wpt/webnn/validation_tests/instanceNormalization.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/invalid-rank.https.any.html?npu",
      "external/wpt/webnn/validation_tests/invalid-rank.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/layerNormalization.https.any.html?npu",
      "external/wpt/webnn/validation_tests/layerNormalization.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/leakyRelu.https.any.html?npu",
      "external/wpt/webnn/validation_tests/leakyRelu.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/linear.https.any.html?npu",
      "external/wpt/webnn/validation_tests/linear.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/lstm.https.any.html?npu",
      "external/wpt/webnn/validation_tests/lstm.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/lstmCell.https.any.html?npu",
      "external/wpt/webnn/validation_tests/lstmCell.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/matmul.https.any.html?npu",
      "external/wpt/webnn/validation_tests/matmul.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/pad.https.any.html?npu",
      "external/wpt/webnn/validation_tests/pad.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/pooling-and-reduction-keep-dims.https.any.html?npu",
      "external/wpt/webnn/validation_tests/pooling-and-reduction-keep-dims.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/pooling.https.any.html?npu",
      "external/wpt/webnn/validation_tests/pooling.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/prelu.https.any.html?npu",
      "external/wpt/webnn/validation_tests/prelu.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/reduction.https.any.html?npu",
      "external/wpt/webnn/validation_tests/reduction.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/relu.https.any.html?npu",
      "external/wpt/webnn/validation_tests/relu.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/resample2d.https.any.html?npu",
      "external/wpt/webnn/validation_tests/resample2d.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/reshape.https.any.html?npu",
      "external/wpt/webnn/validation_tests/reshape.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/sigmoid.https.any.html?npu",
      "external/wpt/webnn/validation_tests/sigmoid.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/slice.https.any.html?npu",
      "external/wpt/webnn/validation_tests/slice.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/softmax.https.any.html?npu",
      "external/wpt/webnn/validation_tests/softmax.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/softplus.https.any.html?npu",
      "external/wpt/webnn/validation_tests/softplus.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/softsign.https.any.html?npu",
      "external/wpt/webnn/validation_tests/softsign.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/split.https.any.html?npu",
      "external/wpt/webnn/validation_tests/split.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/tanh.https.any.html?npu",
      "external/wpt/webnn/validation_tests/tanh.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/transpose.https.any.html?npu",
      "external/wpt/webnn/validation_tests/transpose.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/triangular.https.any.html?npu",
      "external/wpt/webnn/validation_tests/triangular.https.any.worker.html?npu",
      "external/wpt/webnn/validation_tests/where.https.any.html?npu",
      "external/wpt/webnn/validation_tests/where.https.any.worker.html?npu"
    ],
    "exclusive_tests": "ALL",
    "args": ["--enable-features=WebMachineLearningNeuralNetwork"],
    "expires": "Jun 1, 2025",
    "owners": [
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ]
  },
  {
    "prefix": "unload-allowed",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "http/tests/devtools/sources/debugger/skip-pause-during-navigation.js",
      "http/tests/history/history-replace-updates-current-item.html",
      "http/tests/inspector-protocol/permissions-policy.js",
      "http/tests/navigation/history-back-across-form-submission-to-fragment.html",
      "http/tests/navigation/image-css-load-in-subframe-unload-handler.html",
      "http/tests/navigation/redirect-on-back-updates-history-item.html",
      "http/tests/navigation/redirect-on-reload-updates-history-item.html",
      "http/tests/navigation/targeted-navigation-in-unload-handler.html",
      "http/tests/security/isolatedWorld/context-destroy.html",
      "http/tests/security/window-events-clear-domain.html",
      "http/tests/security/window-events-clear-port.html",
      "http/tests/security/window-events-pass.html",
      "http/tests/sendbeacon/beacon-detached-no-crash.html",
      "external/wpt/battery-status/no-leak-on-detached-use.https.html",
      "external/wpt/document-picture-in-picture/clears-session-on-close.https.html",
      "external/wpt/fetch/api/basic/keepalive.any.js",
      "external/wpt/fetch/api/cors/cors-keepalive.any.js",
      "external/wpt/fetch/api/redirect/redirect-keepalive.any.js",
      "external/wpt/fetch/metadata/unload.https.sub.html",
      "external/wpt/html/browsers/browsing-the-web/back-forward-cache/events.html",
      "external/wpt/html/browsers/browsing-the-web/unloading-documents/001.html",
      "external/wpt/html/browsers/browsing-the-web/unloading-documents/002.html",
      "external/wpt/html/browsers/browsing-the-web/unloading-documents/003.html",
      "external/wpt/html/browsers/browsing-the-web/unloading-documents/004.html",
      "external/wpt/html/browsers/browsing-the-web/unloading-documents/005.html",
      "external/wpt/html/browsers/browsing-the-web/unloading-documents/unload/004.html",
      "external/wpt/html/browsers/browsing-the-web/unloading-documents/unload/007.html",
      "external/wpt/html/browsers/browsing-the-web/unloading-documents/unload/009.html",
      "external/wpt/html/browsers/browsing-the-web/unloading-documents/unload/unload-main-frame-cross-origin.window.js",
      "external/wpt/html/browsers/browsing-the-web/unloading-documents/unload/unload-main-frame-same-origin.window.js",
      "external/wpt/html/browsers/history/the-history-interface/traverse_the_history_unload_1.html",
      "external/wpt/html/browsers/the-window-object/BarProp.window.js",
      "external/wpt/html/browsers/the-window-object/open-close/close_unload.html",
      "external/wpt/html/infrastructure/urls/base-url/document-base-url-window-initiator-is-not-opener.https.window.js",
      "external/wpt/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-exception-vs-return-origin.sub.window.js",
      "external/wpt/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-exception-vs-return-xml.window.js",
      "external/wpt/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-side-effects-ignore-opens-during-unload.window.js",
      "external/wpt/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/ignore-opens-during-unload.window.js",
      "external/wpt/html/webappapis/scripting/events/event-handler-attributes-body-window.html",
      "external/wpt/html/webappapis/scripting/events/event-handler-attributes-frameset-window.html",
      "external/wpt/html/webappapis/scripting/events/event-handler-attributes-windowless-body.html",
      "external/wpt/navigation-api/navigate-event/replaceState-in-unload-then-remove-iframe.html",
      "external/wpt/navigation-timing/nested-unload-timing.html",
      "external/wpt/permissions-policy/experimental-features/unload-allowed-by-default.tentative.window.js",
      "external/wpt/permissions-policy/experimental-features/unload-disallowed-subframe.tentative.window.js",
      "external/wpt/screen-details/getScreenDetails.tentative.https.window.js",
      "wpt_internal/geolocation-api/disconnected-frame-permission-denied.https.html",
      "wpt_internal/geolocation-api/disconnected-frame.https.html",
      "wpt_internal/presentation/presentation-receiver-terminate-connection.https.html",
      "wpt_internal/speech/scripted/speechrecognition-no-crash-detached.html"
     ],
    "args": ["--disable-features=DeprecateUnload"],
    "expires": "Jun 1, 2025",
    "owners": ["[email protected]", "[email protected]"]
  },
  {
    "prefix": "import-assertions-enabled",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/html/semantics/scripting-1/the-script-element/css-module",
      "external/wpt/html/semantics/scripting-1/the-script-element/import-attributes",
      "external/wpt/html/semantics/scripting-1/the-script-element/json-module",
      "external/wpt/html/semantics/scripting-1/the-script-element/module/dynamic-import/microtasks/css-import-in-worker.any.js",
      "external/wpt/html/semantics/scripting-1/the-script-element/module/dynamic-import/microtasks/with-import-assertions.any.js",
      "http/tests/inspector-protocol/css/constructed-stylesheet-source-url.js"
    ],
    "exclusive_tests": "ALL",
    "args": ["--js-flags=--harmony-import-assertions"],
    "expires": "Aug 1, 2024",
    "owners": ["[email protected]"]
  },
  "select-parser-relaxation is needed in addition to",
  "stylable-select-disabled because we might launch parser changes first.",
  {
    "prefix": "select-parser-relaxation",
    "platforms": ["Linux"],
    "bases": [
      "accessibility/aria-hidden-select.html",
      "accessibility/native-select-activedescendant.html",
      "accessibility/role-attribute.html",
      "fast/events/select-element.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-native-computed-style.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-native-horizontal.optional.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-native-vertical.optional.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-none-horizontal.optional.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-none-vertical-lr.optional.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-none-vertical-rl.optional.html",
      "external/wpt/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection.html",
      "external/wpt/html/semantics/forms/the-select-element",
      "external/wpt/html/syntax/parsing",
      "fast/forms/color-scheme/select",
      "fast/forms/select",
      "fast/forms/select-popup",
      "fast/parser/input-textarea-inside-select-element.html",
      "fast/parser/inselect-tokenization.html",
      "html5lib/generated"
    ],
    "args": ["--enable-features=SelectParserRelaxation",
             "--disable-features=StylableSelect"],
    "expires": "Oct 1, 2024",
    "owners": ["[email protected]", "[email protected]"]
  },
  {
    "prefix": "stylable-select-disabled",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "accessibility/aria-hidden-select.html",
      "accessibility/native-select-activedescendant.html",
      "accessibility/role-attribute.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-native-computed-style.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-native-horizontal.optional.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-native-vertical.optional.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-none-horizontal.optional.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-none-vertical-lr.optional.html",
      "external/wpt/css/css-writing-modes/forms/select-appearance-none-vertical-rl.optional.html",
      "external/wpt/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection.html",
      "external/wpt/html/semantics/forms/the-select-element",
      "external/wpt/html/semantics/forms/the-selectlist-element",
      "external/wpt/html/syntax/parsing",
      "fast/forms/color-scheme/select",
      "fast/forms/select",
      "fast/forms/select-popup",
      "fast/parser/input-textarea-inside-select-element.html",
      "fast/parser/inselect-tokenization.html",
      "html5lib/generated"
    ],
    "args": ["--disable-features=StylableSelect,SelectParserRelaxation"],
    "expires": "Oct 1, 2024",
    "owners": ["[email protected]", "[email protected]"]
  },
  "css-custom-state-deprecated-syntax-enabled is the configuration that is",
  "currently shipping to stable.",
  {
    "prefix": "css-custom-state-only-deprecated-syntax",
    "platforms": ["Linux", "Mac", "Win"],
    "args": ["--enable-features=CSSCustomStateDeprecatedSyntax",
             "--disable-features=CSSCustomStateNewSyntax"],
    "expires": "Dec 1, 2024",
    "owners": ["[email protected]", "[email protected]"],
    "bases": [
      "external/wpt/custom-elements/state"
    ]
  },
  {
    "prefix": "css-custom-state-only-new-syntax",
    "platforms": ["Linux", "Mac", "Win"],
    "args": ["--disable-features=CSSCustomStateDeprecatedSyntax",
             "--enable-features=CSSCustomStateNewSyntax"],
    "expires": "Dec 1, 2024",
    "owners": ["[email protected]", "[email protected]"],
    "bases": [
      "external/wpt/custom-elements/state"
    ]
  },
  {
    "prefix": "prefers-default-scrollbar-styles",
    "platforms": ["Linux"],
    "exclusive_tests": ["scrollbars/prefers-default-scrollbar-styles"],
    "bases": [
      "fast/forms/basic-inputs.html",
      "fast/forms/input-value.html",
      "fast/forms/placeholder-position.html",
      "fast/forms/color-scheme",
      "fast/forms/datalist/datalist-fallback-content.html",
      "fast/forms/fieldset/fieldset-align.html",
      "fast/forms/password",
      "fast/forms/search",
      "fast/forms/select-popup",
      "fast/forms/time/time-picker-appearance-12-AM.html",
      "scrollbars/prefers-default-scrollbar-styles"],
    "args": ["--enable-blink-features=PreferDefaultScrollbarStyles",
             "--blink-settings=prefersDefaultScrollbarStyles=true"],
    "expires": "Feb 1, 2025",
    "owners": ["[email protected]", "[email protected]"]
  },
  {
    "prefix": "popover-hover-disabled",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/html/semantics/popovers/popover-css-properties.tentative.html",
      "external/wpt/html/semantics/popovers/popover-target-action-hover.tentative.html"
    ],
    "args": ["--disable-blink-features=HTMLPopoverActionHover"],
    "expires": "Feb 1, 2025"
  },
  {
    "prefix": "disable-css-line-clamp",
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/css/css-overflow/line-clamp",
      "external/wpt/css/css-overflow/parsing",
      "fast/overflow"
    ],
    "args": [
      "--disable-blink-features=CSSLineClamp"
    ],
    "owners": ["[email protected]"]
  },
  {
    "prefix": "skip-preload-scanning",
    "platforms": [
      "Linux",
      "Mac",
      "Win"
    ],
    "bases": [
      "http/tests/skip-preload-scanning"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=SkipPreloadScanning"
    ],
    "expires": "Jan 14, 2025",
    "owners": [
      "[email protected]"
    ]
  },
  {
    "prefix": "document-picture-in-picture-user-activation",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/document-picture-in-picture/propagate-user-activation-from-opener.https.html",
      "external/wpt/document-picture-in-picture/propagate-user-activation-to-opener.https.html"
    ],
    "exclusive_tests": "ALL",
    "args": ["--enable-blink-features=DocumentPictureInPictureUserActivation"],
    "expires": "Dec 1, 2024",
    "owners": ["[email protected]", "[email protected]"]
  },
  {
    "prefix": "keyboard-focusable-scrollers-opt-out",
    "owners": ["[email protected]"],
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "shadow-dom/focus-navigation/focus-navigation-scroller-delegatesFocus.html",
      "shadow-dom/focus-navigation/focus-navigation-scroller-interactive-child.html",
      "shadow-dom/focus-navigation/focus-navigation-scroller-tabindex.html",
      "shadow-dom/focus-navigation/focus-scroller-layout-update.html"
    ],
    "args": [
      "--enable-blink-features=KeyboardFocusableScrollers",
      "--enable-blink-features=KeyboardFocusableScrollersOptOut"
    ],
    "expires": "May 1, 2025"
  },
  {
    "prefix": "shadow-realm-enabled",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": [
      "external/wpt/service-workers/service-worker/shadowrealm-promise-rejection.https.html"
    ],
    "exclusive_tests": "ALL",
    "args": ["--js-flags=--harmony-shadow-realm"],
    "expires": "May 23, 2026",
    "owners": [
      "[email protected]",
      "[email protected]"
    ]
  },{
    "prefix": "select-option-accessibility-target-size-disabled",
    "platforms": ["Linux", "Win"],
    "bases": [
      "fast/forms/select-popup/popup-menu-accessibility-minimum-target-size.html",
      "fast/forms/select-popup/popup-menu-appearance.html",
      "fast/forms/select-popup/popup-menu-appearance-single-option.html",
      "fast/forms/select-popup/popup-menu-appearance-long.html",
      "fast/forms/select-popup/popup-menu-appearance-zero-font-size.html",
      "fast/forms/select-popup/popup-menu-appearance-transform.html"
    ],
    "args": ["--disable-features=SelectOptionAccessibilityTargetSize"],
    "expires": "Jun 1, 2025",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },
  {
    "prefix": "force-taller-select-popup-disabled",
    "platforms": ["Linux", "Win"],
    "bases": [
      "fast/forms/select-popup/popup-menu-accessibility-minimum-target-size.html",
      "fast/forms/select-popup/popup-menu-appearance.html",
      "fast/forms/select-popup/popup-menu-appearance-single-option.html",
      "fast/forms/select-popup/popup-menu-appearance-long.html",
      "fast/forms/select-popup/popup-menu-appearance-zero-font-size.html",
      "fast/forms/select-popup/popup-menu-appearance-transform.html"
    ],
    "args": ["--disable-features=ForceTallerSelectPopup"],
    "expires": "Jun 1, 2025",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },
  {
    "prefix": "both-taller-select-popup-options-disabled",
    "platforms": ["Linux", "Win"],
    "bases": [
      "fast/forms/select-popup/popup-menu-accessibility-minimum-target-size.html",
      "fast/forms/select-popup/popup-menu-appearance.html",
      "fast/forms/select-popup/popup-menu-appearance-single-option.html",
      "fast/forms/select-popup/popup-menu-appearance-long.html",
      "fast/forms/select-popup/popup-menu-appearance-zero-font-size.html",
      "fast/forms/select-popup/popup-menu-appearance-transform.html"
    ],
    "args": ["--disable-features=SelectOptionAccessibilityTargetSize,ForceTallerSelectPopup"],
    "expires": "Jun 1, 2025",
    "owners": ["[email protected]", "[email protected]", "[email protected]"]
  },
  {
    "prefix": "document-isolation-policy",
    "platforms": [
      "Linux"
    ],
    "bases": [
      "external/wpt/html/document-isolation-policy"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-features=DocumentIsolationPolicy"
    ],
    "expires": "Nov 16, 2024",
    "owners": [
      "[email protected]"
    ]
  },
  {
    "prefix": "css-mixins",
    "platforms": ["Linux"],
    "bases": ["wpt_internal/css/css-mixins"],
    "exclusive_tests": "ALL",
    "args": ["--enable-blink-features=CSSMixins"],
    "owners": ["[email protected]"],
    "expires": "Jan 1, 2025"
  },
  {
    "prefix": "advanced-attr",
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/css/css-values/attr-color-invalid-cast.html",
      "external/wpt/css/css-values/attr-color-valid.html",
      "external/wpt/css/css-values/attr-container-style-query.html",
      "external/wpt/css/css-values/attr-in-max.html",
      "external/wpt/css/css-values/attr-invalidation.html",
      "external/wpt/css/css-values/attr-length-invalid-cast.html",
      "external/wpt/css/css-values/attr-length-valid.html",
      "external/wpt/css/css-values/attr-length-valid-zero.html",
      "external/wpt/css/css-values/attr-length-valid-zero-nofallback.html",
      "external/wpt/css/css-values/attr-pseudo-elem-invalidation.html",
      "external/wpt/css/css-values/attr-px-invalid-cast.html",
      "external/wpt/css/css-values/attr-px-valid.html",
      "external/wpt/css/css-values/attr-all-types.html"
    ],
    "exclusive_tests": "ALL",
    "args": [
      "--enable-blink-features=CSSAdvancedAttrFunction"
    ],
    "expires": "Jan 1, 2025",
    "owners": ["[email protected]"]
  },
  {
    "prefix": "css-relative-currentcolor-disabled",
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/css/css-color/relative-currentcolor-a98rgb-01.html",
      "external/wpt/css/css-color/relative-currentcolor-displayp3-01.html",
      "external/wpt/css/css-color/relative-currentcolor-hsl-01.html",
      "external/wpt/css/css-color/relative-currentcolor-hsl-02.html",
      "external/wpt/css/css-color/relative-currentcolor-hwb-01.html",
      "external/wpt/css/css-color/relative-currentcolor-lab-01.html",
      "external/wpt/css/css-color/relative-currentcolor-lch-01.html",
      "external/wpt/css/css-color/relative-currentcolor-oklab-01.html",
      "external/wpt/css/css-color/relative-currentcolor-oklch-01.html",
      "external/wpt/css/css-color/relative-currentcolor-prophoto-01.html",
      "external/wpt/css/css-color/relative-currentcolor-rec2020-01.html",
      "external/wpt/css/css-color/relative-currentcolor-rec2020-02.html",
      "external/wpt/css/css-color/relative-currentcolor-rgb-01.html",
      "external/wpt/css/css-color/relative-currentcolor-rgb-02.html",
      "external/wpt/css/css-color/relative-currentcolor-xyzd50-01.html",
      "external/wpt/css/css-color/relative-currentcolor-xyzd65-01.html",
      "external/wpt/css/css-color/parsing/color-computed-relative-color.html",
      "external/wpt/css/css-color/parsing/color-invalid-relative-color.html",
      "external/wpt/css/css-color/parsing/color-valid-relative-color.html",
      "external/wpt/css/css-color/parsing/relative-color-out-of-gamut.html"
    ],
    "args": ["--disable-blink-features=CSSRelativeColorSupportsCurrentcolor"],
    "owners": ["[email protected]"],
    "expires": "Jan 1, 2025"
  },
  {
    "prefix": "partitioned-popins-disabled",
    "platforms": ["Linux", "Mac", "Win"],
    "bases": ["external/wpt/partitioned-popins/"],
    "args": ["--disable-blink-features=PartitionedPopins"],
    "owners": ["[email protected]", "[email protected]"],
    "expires": "Sep 1, 2025"
  },
  {
    "prefix": "sanitizer-api",
    "platforms": ["Linux"],
    "bases": [ "external/wpt/sanitizer-api/" ],
    "args": [ "--enable-features=SanitizerAPI" ],
    "expires": "Jul 18, 2025",
    "owners": ["[email protected]"],
    "exclusive_tests": "ALL"
  },
  {
    "prefix": "float16array-enabled",
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/FileAPI/blob/Blob-constructor.any.js",
      "external/wpt/IndexedDB/idb-binary-key-roundtrip.htm",
      "external/wpt/IndexedDB/structured-clone.any.js",
      "external/wpt/WebCryptoAPI/getRandomValues.any.js",
      "external/wpt/compression/decompression-buffersource.tentative.any.js",
      "external/wpt/encoding/encodeInto.any.js",
      "external/wpt/fetch/api/basic/request-headers.any.js",
      "external/wpt/fetch/api/basic/request-upload.any.js",
      "external/wpt/fetch/api/response/response-clone.any.js",
      "external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-simple-success.https.html",
      "external/wpt/websockets/Send-binary-arraybufferview-float16.any.js",
      "external/wpt/workers/semantics/interface-objects/001.worker.js",
      "external/wpt/workers/semantics/interface-objects/003.any.js",
      "external/wpt/xhr/send-data-sharedarraybuffer.any.js"
    ],
    "args": ["--js-flags=--js-float16array"],
    "owners": ["[email protected]"],
    "expires": "Jan 1, 2025"
  },
  {
    "prefix": "at-property-string-syntax",
    "platforms": ["Linux"],
    "bases": [
      "external/wpt/css/css-properties-values-api/at-property.html",
      "external/wpt/css/css-properties-values-api/register-property-syntax-parsing.html"
    ],
    "args": [
      "--disable-blink-features=CSSAtPropertyStringSyntax"
    ],
    "expires": "Jan 1, 2025",
    "owners": ["[email protected]"]
  }
]