Skip to content

Conversation

@arihant2math
Copy link
Contributor

@arihant2math arihant2math commented Nov 15, 2025

Fixes a major source of intermittency in IndexedDB: the dispatching of the complete event. This ensures that all requests are processed before it is fired.

Fixes: #39162
Fixes: #39221
... and likely many more.

@arihant2math arihant2math added the T-linux-wpt Do a try run of the WPT label Nov 15, 2025
@github-actions github-actions bot removed the T-linux-wpt Do a try run of the WPT label Nov 15, 2025
@github-actions
Copy link

🔨 Triggering try run (#19385970811) for Linux (WPT)

@github-actions
Copy link

Test results for linux-wpt from try job (#19385970811):

Flaky unexpected result (50)
  • OK /IndexedDB/idbfactory-open-request-success.any.html
    • PASS [expected FAIL] subtest: Properties of IDBOpenDBRequest during successful IDBFactory open()
  • OK /IndexedDB/idbfactory-open-request-success.any.worker.html
    • PASS [expected FAIL] subtest: Properties of IDBOpenDBRequest during successful IDBFactory open()
  • OK /IndexedDB/idbfactory_open.any.html
    • FAIL [expected PASS] subtest: Calling open() with version argument 1.5 should not throw.

      assert_equals: version expected 1 but got 9007199254740991
      

  • OK /_mozilla/mozilla/getBoundingClientRect.html (#39668)
    • FAIL [expected PASS] subtest: getBoundingClientRect 1

      assert_equals: expected 62 but got 60.35
      

  • ERROR [expected OK] /_mozilla/mozilla/img_find_non_sibling_map.html
  • OK /_mozilla/webxr/create_session.https.html
    • FAIL [expected PASS] subtest: create_session

      can't access property "simulateDeviceConnection", navigator.xr.test is undefined
      

  • OK /_mozilla/webxr/obtain_frame.https.html
    • FAIL [expected PASS] subtest: obtain_frame

      promise_test: Unhandled rejection with value: object "TypeError: can't access property "simulateDeviceConnection", navigator.xr.test is undefined"
      

  • ERROR [expected TIMEOUT] /_mozilla/webxr/sessionavailable.https.html
  • CRASH [expected OK] /_webgl/conformance/glsl/bugs/sampler-struct-function-arg.html
  • CRASH [expected OK] /_webgl/conformance/glsl/constructors/glsl-construct-ivec4.html
  • CRASH [expected OK] /_webgl/conformance/glsl/functions/glsl-function-min-gentype.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/mat/mat_009_to_016.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/mat/mat_033_to_040.html
  • CRASH [expected OK] /_webgl/conformance/rendering/clear-after-copyTexImage2D.html
  • CRASH [expected OK] /_webgl/conformance/rendering/draw-arrays-out-of-bounds.html
  • CRASH [expected OK] /_webgl/conformance/rendering/draw-with-changing-start-vertex-bug.html
  • CRASH [expected ERROR] /_webgl/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
  • CRASH [expected OK] /_webgl/conformance/textures/canvas_sub_rectangle/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
  • OK /_webgl/conformance/textures/misc/texture-upload-size.html (#21770)
    • PASS [expected FAIL] subtest: WebGL test #45
    • PASS [expected FAIL] subtest: WebGL test #47
    • PASS [expected FAIL] subtest: WebGL test #49
    • PASS [expected FAIL] subtest: WebGL test #51
    • FAIL [expected PASS] subtest: WebGL test #53

      assert_true: Texture was smaller than the expected size 2x2 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #55

      assert_true: getError expected: INVALID_VALUE. Was NO_ERROR : when calling texSubImage2D with the same texture upload with offset 1, 1 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #57

      assert_true: Texture was smaller than the expected size 2x2 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #59

      assert_true: getError expected: INVALID_VALUE. Was NO_ERROR : when calling texSubImage2D with the same texture upload with offset 1, 1 expected true got false
      

    • PASS [expected FAIL] subtest: WebGL test #61
    • PASS [expected FAIL] subtest: WebGL test #63
    • And 10 more unexpected results...
  • CRASH [expected OK] /_webgl/conformance/uniforms/uniform-samplers-test.html (#24504)
  • OK /css/css-cascade/layer-font-face-override.html (#35935)
    • FAIL [expected PASS] subtest: @font-face override update with appended sheet 1

      assert_equals: expected "80px" but got "38.3166666666667px"
      

    • FAIL [expected PASS] subtest: @font-face override update with appended sheet 2

      assert_equals: expected "80px" but got "38.3166666666667px"
      

  • OK /css/css-fonts/generic-family-keywords-001.html (#37467)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(nastaliq)
  • OK /css/css-fonts/generic-family-keywords-003.html (#38994)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted monospace (drawing text in a canvas)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted system-ui (drawing text in a canvas)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(fangsong) (drawing text in a canvas)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(khmer-mul) (drawing text in a canvas)
  • OK /custom-elements/form-associated/ElementInternals-setFormValue.html (#29174)
    • PASS [expected FAIL] subtest: Single value - empty name exists
  • OK /fetch/api/credentials/cookies.any.html
    • FAIL [expected PASS] subtest: Include mode: 1 cookie

      assert_equals: Request include cookie(s) expected "a=1" but got "a=1; domain-attribute-matches-host=0"
      

    • FAIL [expected PASS] subtest: Include mode: 2 cookies

      assert_equals: Request include cookie(s) expected "b=2; c=3" but got "b=2; c=3; domain-attribute-matches-host=0"
      

    • FAIL [expected PASS] subtest: Omit mode: no cookie is stored

      assert_false: Request does not have cookie(s) expected false got true
      

    • FAIL [expected PASS] subtest: Same-origin mode: 1 cookie

      assert_equals: Request include cookie(s) expected "a=1" but got "a=1; domain-attribute-matches-host=0"
      

    • FAIL [expected PASS] subtest: Same-origin mode: 2 cookies

      assert_equals: Request include cookie(s) expected "b=2; c=3" but got "b=2; c=3; domain-attribute-matches-host=0"
      

  • CRASH [expected OK] /fetch/connection-pool/network-partition-key.html
  • OK /fetch/content-length/api-and-duplicate-headers.any.html (#35873)
    • FAIL [expected PASS] subtest: fetch() and duplicate Content-Length/Content-Type headers

      promise_test: Unhandled rejection with value: object "TypeError: Network error occurred"
      

  • OK /fetch/fetch-later/permissions-policy/deferred-fetch-allowed-by-permissions-policy.https.window.html (#40478)
    • FAIL [expected PASS] subtest: Permissions policy header: "deferred-fetch=*" allows fetchLater() in the top-level document.

      assert_equals: Number of sent beacons does not match expected count: expected 1 but got 0
      

  • ERROR /fetch/metadata/generated/serviceworker.https.sub.html (#36247)
    • FAIL [expected PASS] subtest: sec-fetch-site - Same origin, no options - registration

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • CRASH [expected OK] /fetch/security/embedded-credentials.tentative.sub.html
  • OK /html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/iframe-nosrc.html (#34819)
    • PASS [expected FAIL] subtest: link click
  • OK /html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-iframe-contentWindow.html (#28681)
    • FAIL [expected PASS] subtest: load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank'

      assert_unreached: load should not be fired Reached unreachable code
      

  • OK /html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-cross-origin.sub.window.html (#29056)
    • PASS [expected FAIL] subtest: Cross-origin navigation started from unload handler must be ignored
  • OK /html/browsers/history/the-history-interface/traverse_the_history_5.html (#21383)
    • PASS [expected FAIL] subtest: Multiple history traversals, last would be aborted
  • CRASH [expected OK] /html/browsers/the-window-object/open-close/creating_browsing_context_test_01.html (#29046)
  • TIMEOUT [expected OK] /html/interaction/focus/the-autofocus-attribute/autofocus-dialog.html (#29087)
    • TIMEOUT [expected FAIL] subtest: <dialog>-contained autofocus element gets focused when the dialog is shown

      Test timed out
      

  • TIMEOUT [expected OK] /html/interaction/focus/the-autofocus-attribute/document-with-fragment-empty.html (#28259)
    • TIMEOUT [expected FAIL] subtest: Autofocus elements in top-level browsing context's documents with empty fragments should work.

      Test timed out
      

  • TIMEOUT [expected OK] /html/interaction/focus/the-autofocus-attribute/update-the-rendering.html (#24145)
    • TIMEOUT [expected FAIL] subtest: "Flush autofocus candidates" should be happen before a scroll event and animation frame callbacks

      Test timed out
      

  • ERROR [expected OK] /html/semantics/embedded-content/media-elements/event_timeupdate_noautoplay.html (#25046)
  • TIMEOUT [expected OK] /html/semantics/embedded-content/media-elements/src_object_blob.html (#40340)
    • TIMEOUT [expected PASS] subtest: HTMLMediaElement.srcObject blob

      Test timed out
      

  • OK /html/semantics/forms/form-submission-0/jsurl-form-submit.tentative.html (#36489)
    • PASS [expected FAIL] subtest: Verifies that form submissions scheduled inside javascript: urls take precedence over the javascript: url's return value.
  • OK [expected CRASH] /html/semantics/forms/the-fieldset-element/disabled-003.html (#31730, #39631)
  • CRASH [expected OK] /html/webappapis/scripting/reporterror.any.worker.html
  • OK /navigation-timing/test-navigation-type-reload.html (#33334)
    • PASS [expected FAIL] subtest: Reload domComplete > Original domComplete
    • PASS [expected FAIL] subtest: Reload domContentLoadedEventEnd > Original domContentLoadedEventEnd
    • PASS [expected FAIL] subtest: Reload domContentLoadedEventStart > Original domContentLoadedEventStart
    • PASS [expected FAIL] subtest: Reload fetchStart > Original fetchStart
    • PASS [expected FAIL] subtest: Reload loadEventEnd > Original loadEventEnd
    • PASS [expected FAIL] subtest: Reload loadEventStart > Original loadEventStart
  • CRASH [expected OK] /trusted-types/Element-setAttribute-setAttributeNS-sinks.tentative.html
  • CRASH [expected OK] /trusted-types/get-trusted-types-compliant-attribute-value.html
  • TIMEOUT /trusted-types/trusted-types-navigation.html?06-10 (#37920)
    • PASS [expected FAIL] subtest: Navigate a frame via anchor with javascript:-urls in report-only mode.
  • CRASH [expected OK] /wasm/webapi/esm-integration/wasm-to-wasm-link-error.tentative.html
  • CRASH [expected OK] /wasm/webapi/esm-integration/worklet-import-source-phase.tentative.https.html
  • OK /webxr/xrSession_features_deviceSupport.https.html (#24357)
    • FAIL [expected PASS] subtest: Immersive XRSession requests with no supported device should reject

      assert_unreached: Should have rejected: undefined Reached unreachable code
      

Stable unexpected results that are known to be intermittent (33)
  • OK /FileAPI/url/url-with-fetch.any.worker.html (#21517)
    • FAIL [expected PASS] subtest: Revoke blob URL after calling fetch, fetch should succeed

      promise_test: Unhandled rejection with value: object "TypeError: Network error occurred"
      

  • OK /IndexedDB/delete-request-queue.any.html (#39162)
    • PASS [expected FAIL] subtest: Deletes are processed as a FIFO queue
  • OK /IndexedDB/delete-request-queue.any.worker.html (#39221)
    • PASS [expected FAIL] subtest: Deletes are processed as a FIFO queue
  • OK /IndexedDB/idbcursor-continuePrimaryKey-exceptions.any.html (#39277)
    • PASS [expected FAIL] subtest: IDBCursor continuePrimaryKey() on object store cursor
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_delete.any.html (#38904)
    • PASS [expected TIMEOUT] subtest: delete() removes record (inline keys)
    • FAIL [expected PASS] subtest: delete() key doesn't match any records

      assert_unreached: unexpected open.success event Reached unreachable code
      

    • PASS [expected TIMEOUT] subtest: Object store's key path is an object attribute
    • PASS [expected TIMEOUT] subtest: delete() removes record (out-of-line keys)
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_delete.any.worker.html (#39069)
    • PASS [expected TIMEOUT] subtest: delete() removes record (inline keys)
    • FAIL [expected PASS] subtest: delete() key doesn't match any records

      assert_unreached: unexpected open.success event Reached unreachable code
      

    • PASS [expected TIMEOUT] subtest: Object store's key path is an object attribute
    • PASS [expected TIMEOUT] subtest: delete() removes record (out-of-line keys)
  • OK /IndexedDB/idbobjectstore_get.any.html (#38942)
    • FAIL [expected PASS] subtest: Attempts to retrieve a record that doesn't exist

      assert_unreached: unexpected open.success event Reached unreachable code
      

  • OK /IndexedDB/idbobjectstore_get.any.worker.html (#38852)
    • FAIL [expected PASS] subtest: Attempts to retrieve a record that doesn't exist

      assert_unreached: unexpected open.success event Reached unreachable code
      

  • OK /IndexedDB/idbobjectstore_getAll.any.worker.html (#39400)
    • PASS [expected FAIL] subtest: Get all values with transaction.commit()
  • OK [expected TIMEOUT] /IndexedDB/idbrequest-onupgradeneeded.any.html (#38895)
    • PASS [expected FAIL] subtest: indexedDB.delete called from upgradeneeded handler
    • FAIL [expected TIMEOUT] subtest: transaction oncomplete ordering relative to open request onsuccess

      assert_array_equals: lengths differ, expected array ["Upgrade", "Upgrade transaction complete", "Open Success"] length 3, got ["Upgrade", "Upgrade transaction complete", "Open Success", "Upgrade transaction complete"] length 4
      

  • OK [expected TIMEOUT] /IndexedDB/idbrequest-onupgradeneeded.any.worker.html (#38971)
    • PASS [expected FAIL] subtest: indexedDB.delete called from upgradeneeded handler
    • FAIL [expected TIMEOUT] subtest: transaction oncomplete ordering relative to open request onsuccess

      assert_array_equals: lengths differ, expected array ["Upgrade", "Upgrade transaction complete", "Open Success"] length 3, got ["Upgrade", "Upgrade transaction complete", "Open Success", "Upgrade transaction complete"] length 4
      

  • OK /IndexedDB/key-conversion-exceptions.any.html (#39305)
    • PASS [expected FAIL] subtest: IDBCursor update() method with throwing/invalid keys
  • FAIL [expected PASS] /_mozilla/mozilla/sslfail.html (#10760)
  • TIMEOUT [expected OK] /_mozilla/mozilla/window_resize_event.html (#36741)
    • TIMEOUT [expected PASS] subtest: Popup onresize event fires after resizeTo

      Test timed out
      

  • TIMEOUT /content-security-policy/inheritance/location-reload.html (#38983)
    • PASS [expected FAIL] subtest: location.reload() of empty iframe.
  • OK /cookies/value/value-ctl.html (#40338)
    • PASS [expected FAIL] subtest: Cookie with %x0 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x1 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x2 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x3 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x4 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x5 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x6 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x7 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x8 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %xa in value is rejected (DOM).
    • And 22 more unexpected results...
  • OK /css/css-cascade/layer-cssom-order-reverse.html (#36094)
    • PASS [expected FAIL] subtest: Delete layer invalidates @font-face
  • OK /fetch/api/response/response-stream-with-broken-then.any.html (#35419)
    • PASS [expected FAIL] subtest: Attempt to inject {done: false, value: bye} via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject value: undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject 8.2 via Object.prototype.then.
    • PASS [expected FAIL] subtest: intercepting arraybuffer to text conversion via Object.prototype.then should not be possible
  • OK /fetch/metadata/generated/css-font-face.https.sub.tentative.html (#32732)
    • FAIL [expected PASS] subtest: sec-fetch-storage-access - Cross-site

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • OK /fetch/metadata/generated/css-font-face.sub.tentative.html (#34624)
    • PASS [expected FAIL] subtest: sec-fetch-storage-access - Not sent to non-trustworthy same-site destination
    • FAIL [expected PASS] subtest: sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • TIMEOUT /fetch/metadata/generated/css-images.sub.tentative.html (#29047)
    • TIMEOUT [expected PASS] subtest: background-image sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination

      Test timed out
      

  • OK /fetch/metadata/generated/element-img-environment-change.https.sub.html (#30111)
    • FAIL [expected PASS] subtest: sec-fetch-site - Same site, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Origin -> Same Origin, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-mode - no attributes
    • PASS [expected FAIL] subtest: sec-fetch-user - no attributes
  • OK /fetch/metadata/generated/element-img-environment-change.sub.html (#30111)
    • FAIL [expected PASS] subtest: sec-fetch-mode - Not sent to non-trustworthy same-origin destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-dest - Not sent to non-trustworthy same-origin destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-user - Not sent to non-trustworthy same-origin destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-user - Not sent to non-trustworthy cross-site destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-site - HTTPS downgrade-upgrade, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • OK [expected ERROR] /focus/focus-event-after-switching-iframes.sub.html (#40368)
  • OK /html/browsers/browsing-the-web/navigating-across-documents/refresh/same-document-refresh.html (#34597)
    • FAIL [expected PASS] subtest: Same-Document Referrer from Refresh

      assert_equals: original page loads expected "http://web-platform.test:8000/html/browsers/browsing-the-web/navigating-across-documents/refresh/resources/refresh-with-section.sub.html?url=%23section" but got "http://web-platform.test:8000/html/browsers/browsing-the-web/navigating-across-documents/refresh/resources/refresh-with-section.sub.html?url=%23section#section"
      

  • OK /html/browsers/windows/embedded-opener-remove-frame.html (#23867)
    • FAIL [expected PASS] subtest: opener of discarded auxiliary browsing context

      assert_object_equals: property "get" expected function "function opener() {
          [native code]
      }" got function "function opener() {
          [native code]
      }"
      

  • OK /html/semantics/forms/form-submission-0/text-plain.window.html (#28687)
    • PASS [expected FAIL] subtest: text/plain: 0x00 in value (formdata event)
  • OK /html/semantics/forms/form-submission-0/urlencoded2.window.html (#28687)
    • PASS [expected FAIL] subtest: application/x-www-form-urlencoded: 0x00 in name (normal form)
    • PASS [expected FAIL] subtest: application/x-www-form-urlencoded: 0x00 in value (formdata event)
    • PASS [expected FAIL] subtest: application/x-www-form-urlencoded: backslash in name (formdata event)
  • OK /preload/preload-error.sub.html (#37177)
    • PASS [expected FAIL] subtest: success (fetch): main
    • PASS [expected FAIL] subtest: 404 (fetch): main
    • PASS [expected FAIL] subtest: CORS (fetch): main
  • OK [expected TIMEOUT] /preload/preload-resource-match.https.html (#38088)
    • FAIL [expected PASS] subtest: Loading style (same-origin) with link (same-origin) should reuse the preloaded response

      assert_equals: https://web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&content=.cls%20%7B%20%7D&uid=04c85ddd-e179-486a-ad24-3f736a6847fd&0b4d245a-d5b9-4004-8c33-5b5677e8e110 expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (no-cors) with link (no-cors) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&content=.cls%20%7B%20%7D&uid=04c85ddd-e179-486a-ad24-3f736a6847fd&4ddfc95e-b99a-43ea-81c2-86a81a2398a9 expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (anonymous) with link (anonymous) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&content=.cls%20%7B%20%7D&uid=04c85ddd-e179-486a-ad24-3f736a6847fd&2ce54348-74d8-44fa-8c61-666f40fda9cf expected 1 but got 2
      

    • PASS [expected TIMEOUT] subtest: Loading style (use-credentials) with link (anonymous) should discard the preloaded response
    • FAIL [expected NOTRUN] subtest: Loading style (use-credentials) with link (use-credentials) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&content=.cls%20%7B%20%7D&uid=04c85ddd-e179-486a-ad24-3f736a6847fd&19bd1d41-d97e-4eeb-affa-18e6afd4580c expected 1 but got 2
      

  • TIMEOUT [expected OK] /trusted-types/trusted-types-navigation.html?26-30 (#38807)
    • TIMEOUT [expected FAIL] subtest: Navigate a window via form-submission with javascript:-urls in report-only mode.

      Test timed out
      

    • NOTRUN [expected PASS] subtest: Navigate a window via form-submission with javascript:-urls w/ default policy in report-only mode.
    • NOTRUN [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in enforcing mode.
    • NOTRUN [expected PASS] subtest: Navigate a frame via form-submission with javascript:-urls w/ default policy in enforcing mode.
  • TIMEOUT /trusted-types/trusted-types-navigation.html?31-35 (#38034)
    • TIMEOUT [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in report-only mode.

      Test timed out
      

    • NOTRUN [expected TIMEOUT] subtest: Navigate a frame via form-submission with javascript:-urls w/ default policy in report-only mode.
  • OK [expected ERROR] /webxr/render_state_update.https.html (#27535)
Stable unexpected results (35)
  • OK [expected TIMEOUT] /IndexedDB/blob-composite-blob-reads.any.html
    • PASS [expected TIMEOUT] subtest: Composite Blob Handling: Many blobs: fetch-blob-url
    • PASS [expected NOTRUN] subtest: Composite Blob Handling: Many blobs: direct
  • OK [expected TIMEOUT] /IndexedDB/blob-composite-blob-reads.any.worker.html
    • PASS [expected TIMEOUT] subtest: Composite Blob Handling: Many blobs: fetch-blob-url
    • PASS [expected NOTRUN] subtest: Composite Blob Handling: Many blobs: direct
  • OK [expected TIMEOUT] /IndexedDB/blob-contenttype.any.html
    • PASS [expected TIMEOUT] subtest: Ensure that content type round trips when reading blob data
  • OK [expected TIMEOUT] /IndexedDB/blob-contenttype.any.worker.html
    • PASS [expected TIMEOUT] subtest: Ensure that content type round trips when reading blob data
  • OK [expected TIMEOUT] /IndexedDB/blob-valid-after-deletion.any.html
    • PASS [expected TIMEOUT] subtest: Blobs stay alive after their records are deleted.
  • OK [expected TIMEOUT] /IndexedDB/blob-valid-after-deletion.any.worker.html
    • PASS [expected TIMEOUT] subtest: Blobs stay alive after their records are deleted.
  • OK [expected TIMEOUT] /IndexedDB/error-attributes.any.html
    • FAIL [expected TIMEOUT] subtest: IDBRequest and IDBTransaction error properties should be DOMExceptions

      assert_unreached: transaction should not complete Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/error-attributes.any.worker.html
    • FAIL [expected TIMEOUT] subtest: IDBRequest and IDBTransaction error properties should be DOMExceptions

      assert_unreached: transaction should not complete Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/file_support.sub.html
    • FAIL [expected TIMEOUT] subtest: Saves and loads back File objects from IndexedDB

      assert_true: expected true got false
      

  • OK [expected TIMEOUT] /IndexedDB/fire-error-event-exception.any.html
    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first error event listener on request, transaction active in second

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • And 7 more unexpected results...
  • OK [expected TIMEOUT] /IndexedDB/fire-error-event-exception.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first error event listener on request, transaction active in second

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • And 7 more unexpected results...
  • OK [expected TIMEOUT] /IndexedDB/fire-success-event-exception.any.html
    • FAIL [expected TIMEOUT] subtest: Exception in success event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first success event listener, tx active in second

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/fire-success-event-exception.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Exception in success event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first success event listener, tx active in second

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK /IndexedDB/idbdatabase-createObjectStore-exception-order.any.html
    • FAIL [expected PASS] subtest: IDBDatabase.createObjectStore exception order: TransactionInactiveError vs. SyntaxError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-createObjectStore-exception-order.any.worker.html
    • FAIL [expected PASS] subtest: IDBDatabase.createObjectStore exception order: TransactionInactiveError vs. SyntaxError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-deleteObjectStore-exception-order.any.html
    • FAIL [expected PASS] subtest: IDBDatabase.deleteObjectStore exception order: TransactionInactiveError vs. NotFoundError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-deleteObjectStore-exception-order.any.worker.html
    • FAIL [expected PASS] subtest: IDBDatabase.deleteObjectStore exception order: TransactionInactiveError vs. NotFoundError

      The object is in an invalid state.
      

  • ERROR [expected TIMEOUT] /IndexedDB/idbobjectstore_createIndex.any.worker.html
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_getKey.any.html
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - range
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_getKey.any.worker.html
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - range
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_abort.any.html
    • PASS [expected FAIL] subtest: Abort during auto-committing should throw InvalidStateError.
    • PASS [expected TIMEOUT] subtest: Abort on completed transaction should throw InvalidStateError.
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_abort.any.worker.html
    • PASS [expected FAIL] subtest: Abort during auto-committing should throw InvalidStateError.
    • PASS [expected TIMEOUT] subtest: Abort on completed transaction should throw InvalidStateError.
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_objectStoreNames.any.html
    • PASS [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after commit
    • FAIL [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after abort

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_objectStoreNames.any.worker.html
    • PASS [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after commit
    • FAIL [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after abort

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-large.any.html
    • FAIL [expected TIMEOUT] subtest: 250 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-large.any.worker.html
    • FAIL [expected TIMEOUT] subtest: 250 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-small.any.html
    • FAIL [expected TIMEOUT] subtest: 1 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 10 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 100 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-small.any.worker.html
    • FAIL [expected TIMEOUT] subtest: 1 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 10 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 100 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/keypath-special-identifiers.any.html
    • PASS [expected TIMEOUT] subtest: Type: String, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Array, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: size
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: type
  • OK [expected TIMEOUT] /IndexedDB/keypath-special-identifiers.any.worker.html
    • PASS [expected TIMEOUT] subtest: Type: String, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Array, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: size
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: type
  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-ordering.any.html
    • FAIL [expected TIMEOUT] subtest: Verify Indexed DB transactions are ordered per spec

      assert_array_equals: expected property 0 to be 1 but got 2 (expected array [1, 2] got [2, 1])
      

  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-ordering.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Verify Indexed DB transactions are ordered per spec

      assert_array_equals: expected property 0 to be 1 but got 2 (expected array [1, 2] got [2, 1])
      

  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-within-database.any.html
    • PASS [expected TIMEOUT] subtest: Check that read-only transactions within a database can run in parallel.
  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-within-database.any.worker.html
    • PASS [expected TIMEOUT] subtest: Check that read-only transactions within a database can run in parallel.
  • ERROR [expected OK] /html/infrastructure/common-dom-interfaces/collections/domstringlist.html

@github-actions
Copy link

⚠️ Try run (#19385970811) failed.

@arihant2math arihant2math added the T-linux-wpt Do a try run of the WPT label Nov 15, 2025
@github-actions github-actions bot removed the T-linux-wpt Do a try run of the WPT label Nov 15, 2025
@github-actions
Copy link

🔨 Triggering try run (#19386386666) for Linux (WPT)

@github-actions
Copy link

Test results for linux-wpt from try job (#19386386666):

Flaky unexpected result (43)
  • OK /IndexedDB/idbfactory-open-request-success.any.html
    • PASS [expected FAIL] subtest: Properties of IDBOpenDBRequest during successful IDBFactory open()
  • OK /IndexedDB/idbfactory-open-request-success.any.worker.html
    • PASS [expected FAIL] subtest: Properties of IDBOpenDBRequest during successful IDBFactory open()
  • OK /IndexedDB/idbfactory_open.any.html
    • FAIL [expected PASS] subtest: Calling open() with version argument 1.5 should not throw.

      assert_equals: version expected 1 but got 9007199254740991
      

  • OK /_mozilla/webxr/obtain_frame.https.html
    • FAIL [expected PASS] subtest: obtain_frame

      promise_test: Unhandled rejection with value: object "TypeError: can't access property "simulateDeviceConnection", navigator.xr.test is undefined"
      

  • CRASH [expected OK] /_webgl/conformance/ogles/GL/build/build_065_to_072.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/functions/functions_081_to_088.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html
  • CRASH [expected OK] /_webgl/conformance/renderbuffers/framebuffer-test.html
  • CRASH [expected OK] /_webgl/conformance/renderbuffers/stencil-renderbuffer-initialization.html
  • CRASH [expected ERROR] /_webgl/conformance/rendering/clear-default-framebuffer-with-scissor-test.html
  • CRASH [expected OK] /_webgl/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_byte.html
  • OK /_webgl/conformance/textures/misc/texture-upload-size.html (#21770)
    • PASS [expected FAIL] subtest: WebGL test #45
    • PASS [expected FAIL] subtest: WebGL test #47
    • PASS [expected FAIL] subtest: WebGL test #49
    • PASS [expected FAIL] subtest: WebGL test #51
    • FAIL [expected PASS] subtest: WebGL test #53

      assert_true: Texture was smaller than the expected size 2x2 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #55

      assert_true: getError expected: INVALID_VALUE. Was NO_ERROR : when calling texSubImage2D with the same texture upload with offset 1, 1 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #57

      assert_true: Texture was smaller than the expected size 2x2 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #59

      assert_true: getError expected: INVALID_VALUE. Was NO_ERROR : when calling texSubImage2D with the same texture upload with offset 1, 1 expected true got false
      

    • PASS [expected FAIL] subtest: WebGL test #61
    • PASS [expected FAIL] subtest: WebGL test #63
    • And 10 more unexpected results...
  • CRASH [expected OK] /_webgl/conformance2/textures/misc/npot-video-sizing.html
  • OK /content-security-policy/frame-ancestors/frame-ancestors-path-ignored.window.html (#36468)
    • PASS [expected FAIL] subtest: A 'frame-ancestors' CSP directive with a URL that includes a path should be ignored.
  • OK /cookiestore/cookieStore_getAll_set_creation_url.https.any.html
    • FAIL [expected PASS] subtest: cookieStore.set and cookieStore.getAll use the creation url

      assert_equals: expected 1 but got 2
      

  • CRASH [expected OK] /cookiestore/idlharness.https.any.worker.html
  • OK /css/css-fonts/generic-family-keywords-001.html (#37467)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(nastaliq)
  • OK /css/css-fonts/variations/at-font-face-font-matching.html (#20684)
    • FAIL [expected PASS] subtest: Matching font-stretch: '110%' should prefer '105%' over '100%'

      assert_equals: Unexpected font on test element expected 487 but got 532
      

  • OK /custom-elements/form-associated/ElementInternals-setFormValue.html (#29174)
    • PASS [expected FAIL] subtest: Single value - empty name exists
    • PASS [expected FAIL] subtest: Single value - Non-empty name exists
    • PASS [expected FAIL] subtest: Newline normalization - \r\n in value (urlencoded)
  • OK /fetch/content-length/api-and-duplicate-headers.any.worker.html (#35197)
    • FAIL [expected PASS] subtest: fetch() and duplicate Content-Length/Content-Type headers

      promise_test: Unhandled rejection with value: object "TypeError: Network error occurred"
      

  • ERROR [expected TIMEOUT] /html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-initial-navigation.html (#40387)
  • OK /html/browsers/browsing-the-web/navigating-across-documents/005.html (#27062)
    • FAIL [expected PASS] subtest: Link with onclick navigation and href navigation

      assert_equals: expected "href" but got "click"
      

  • OK /html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin-fragment.html (#20768)
    • FAIL [expected PASS] subtest: Tests that a fragment navigation in the unload handler will not block the initial navigation

      assert_equals: expected "" but got "#fragment"
      

  • OK /html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.html (#29049)
    • PASS [expected FAIL] subtest: Same-origin navigation started from unload handler must be ignored
  • OK /html/browsers/windows/browsing-context-names/duplicate-name-order.html (#34623)
    • PASS [expected FAIL] subtest: Duplicate name lookup order
  • OK /html/browsers/windows/embedded-opener-remove-frame.html (#23867)
    • FAIL [expected PASS] subtest: opener of discarded auxiliary browsing context

      assert_object_equals: property "get" expected function "function opener() {
          [native code]
      }" got function "function opener() {
          [native code]
      }"
      

  • CRASH [expected OK] /html/dom/documents/dom-tree-accessors/nameditem-03.html
  • OK /html/dom/documents/resource-metadata-management/document-cookie.html
    • FAIL [expected PASS] subtest: document has no cookie

      assert_equals: expected "" but got "domain-attribute-matches-host=0"
      

    • FAIL [expected PASS] subtest: document.cookie

      assert_equals: expected "" but got "domain-attribute-matches-host=0"
      

    • FAIL [expected PASS] subtest: document.cookie 1

      assert_equals: expected "a=b" but got "a=b; domain-attribute-matches-host=0"
      

    • FAIL [expected PASS] subtest: document.cookie 2

      assert_equals: expected "" but got "a=b; domain-attribute-matches-host=0"
      

  • TIMEOUT [expected OK] /html/interaction/focus/the-autofocus-attribute/update-the-rendering.html (#24145)
    • TIMEOUT [expected FAIL] subtest: "Flush autofocus candidates" should be happen before a scroll event and animation frame callbacks

      Test timed out
      

  • OK /html/semantics/embedded-content/the-iframe-element/iframe-loading-lazy-nav-location-assign.html (#32863)
    • FAIL [expected PASS] subtest: Navigating iframe loading='lazy' before it is loaded: location.assign

      uncaught exception: Error: assert_equals: expected "http://web-platform.test:8000/html/semantics/embedded-content/the-iframe-element/support/blank.htm?nav" but got "http://web-platform.test:8000/html/semantics/embedded-content/the-iframe-element/support/blank.htm?src"
      

  • OK /html/semantics/embedded-content/the-iframe-element/iframe-loading-lazy-nav-location-replace-set-src.html (#32697)
    • PASS [expected FAIL] subtest: Navigating iframe loading='lazy' and then setting src: location.replace
  • OK [expected CRASH] /html/semantics/forms/the-fieldset-element/disabled-003.html (#31730, #39631)
  • OK [expected ERROR] /html/user-activation/no-activation-thru-escape-key.html (#40343)
  • OK /navigation-timing/test-navigation-type-reload.html (#33334)
    • PASS [expected FAIL] subtest: Reload domComplete > Original domComplete
    • PASS [expected FAIL] subtest: Reload domContentLoadedEventEnd > Original domContentLoadedEventEnd
    • PASS [expected FAIL] subtest: Reload domContentLoadedEventStart > Original domContentLoadedEventStart
    • PASS [expected FAIL] subtest: Reload fetchStart > Original fetchStart
    • PASS [expected FAIL] subtest: Reload loadEventEnd > Original loadEventEnd
    • PASS [expected FAIL] subtest: Reload loadEventStart > Original loadEventStart
  • OK /preload/preload-xhr.html (#39092)
    • FAIL [expected PASS] subtest: Make an XHR request immediately after creating link rel=preload.

      assert_equals: resources/dummy.xml?token=2afe1749-beb3-4839-9f3f-4e8c0aba73bc expected 1 but got 0
      

  • CRASH [expected OK] /trusted-types/Element-setAttribute-setAttributeNS-sinks.tentative.html
  • CRASH [expected OK] /trusted-types/eval-csp-no-tt.html
  • TIMEOUT /trusted-types/trusted-types-navigation.html?06-10 (#37920)
    • TIMEOUT [expected FAIL] subtest: Navigate a frame via anchor with javascript:-urls in report-only mode.

      Test timed out
      

    • NOTRUN [expected TIMEOUT] subtest: Navigate a frame via anchor with javascript:-urls w/ default policy in report-only mode.
  • OK /webaudio/the-audio-api/the-audiobuffersourcenode-interface/sub-sample-buffer-stitching.html (#22849)
    • FAIL [expected PASS] subtest: buffer-stitching-2

      assert_approx_equals: Stitched sine‑wave buffers at sample rate 43800 sample[32139] |5.500544887983491e-40 - -0.8484253287315369| = 0.8484253287315369 > 0.0038986 expected -0.8484253287315369 +/- 0.0038986 but got 5.500544887983491e-40
      

  • OK [expected TIMEOUT] /webstorage/localstorage-about-blank-3P-iframe-opens-3P-window.partitioned.html (#29053)
    • PASS [expected TIMEOUT] subtest: StorageKey: test 3P about:blank window opened from a 3P iframe
  • OK [expected ERROR] /webxr/render_state_update.https.html (#27535)
  • ERROR [expected OK] /workers/baseurl/alpha/sharedworker-in-worker.html (#21315)
Stable unexpected results that are known to be intermittent (36)
  • OK /IndexedDB/delete-request-queue.any.html (#39162)
    • PASS [expected FAIL] subtest: Deletes are processed as a FIFO queue
  • OK /IndexedDB/delete-request-queue.any.worker.html (#39221)
    • PASS [expected FAIL] subtest: Deletes are processed as a FIFO queue
  • OK /IndexedDB/idbcursor-continuePrimaryKey-exceptions.any.html (#39277)
    • PASS [expected FAIL] subtest: IDBCursor continuePrimaryKey() on object store cursor
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_delete.any.html (#38904)
    • PASS [expected TIMEOUT] subtest: delete() removes record (inline keys)
    • FAIL [expected PASS] subtest: delete() key doesn't match any records

      assert_unreached: unexpected open.success event Reached unreachable code
      

    • PASS [expected TIMEOUT] subtest: Object store's key path is an object attribute
    • PASS [expected TIMEOUT] subtest: delete() removes record (out-of-line keys)
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_delete.any.worker.html (#39069)
    • PASS [expected TIMEOUT] subtest: delete() removes record (inline keys)
    • FAIL [expected PASS] subtest: delete() key doesn't match any records

      assert_unreached: unexpected open.success event Reached unreachable code
      

    • PASS [expected TIMEOUT] subtest: Object store's key path is an object attribute
    • PASS [expected TIMEOUT] subtest: delete() removes record (out-of-line keys)
  • OK /IndexedDB/idbobjectstore_get.any.html (#38942)
    • FAIL [expected PASS] subtest: Attempts to retrieve a record that doesn't exist

      assert_unreached: unexpected open.success event Reached unreachable code
      

  • OK /IndexedDB/idbobjectstore_get.any.worker.html (#38852)
    • FAIL [expected PASS] subtest: Attempts to retrieve a record that doesn't exist

      assert_unreached: unexpected open.success event Reached unreachable code
      

  • OK /IndexedDB/idbobjectstore_getAll.any.html (#39276)
    • PASS [expected FAIL] subtest: Get all values with transaction.commit()
  • OK /IndexedDB/idbobjectstore_getAll.any.worker.html (#39400)
    • PASS [expected FAIL] subtest: Get all values with transaction.commit()
  • OK [expected TIMEOUT] /IndexedDB/idbrequest-onupgradeneeded.any.html (#38895)
    • PASS [expected FAIL] subtest: indexedDB.delete called from upgradeneeded handler
    • FAIL [expected TIMEOUT] subtest: transaction oncomplete ordering relative to open request onsuccess

      assert_array_equals: lengths differ, expected array ["Upgrade", "Upgrade transaction complete", "Open Success"] length 3, got ["Upgrade", "Upgrade transaction complete", "Open Success", "Upgrade transaction complete"] length 4
      

  • OK [expected TIMEOUT] /IndexedDB/idbrequest-onupgradeneeded.any.worker.html (#38971)
    • PASS [expected FAIL] subtest: indexedDB.delete called from upgradeneeded handler
    • FAIL [expected TIMEOUT] subtest: transaction oncomplete ordering relative to open request onsuccess

      assert_array_equals: lengths differ, expected array ["Upgrade", "Upgrade transaction complete", "Open Success"] length 3, got ["Upgrade", "Upgrade transaction complete", "Open Success", "Upgrade transaction complete"] length 4
      

  • OK /IndexedDB/key-conversion-exceptions.any.html (#39305)
    • PASS [expected FAIL] subtest: IDBCursor update() method with throwing/invalid keys
  • FAIL [expected PASS] /_mozilla/mozilla/sslfail.html (#10760)
  • TIMEOUT [expected OK] /_mozilla/mozilla/window_resize_event.html (#36741)
    • TIMEOUT [expected PASS] subtest: Popup onresize event fires after resizeTo

      Test timed out
      

  • TIMEOUT /content-security-policy/inheritance/location-reload.html (#38983)
    • PASS [expected FAIL] subtest: location.reload() of empty iframe.
  • OK /cookies/value/value-ctl.html (#40338)
    • PASS [expected FAIL] subtest: Cookie with %x0 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x1 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x2 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x3 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x4 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x5 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x6 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x7 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x8 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %xa in value is rejected (DOM).
    • And 22 more unexpected results...
  • TIMEOUT [expected OK] /credential-management/credentialscontainer-frame-basics.https.html (#39430)
    • TIMEOUT [expected FAIL] subtest: navigator.credentials should be undefined in documents generated from data: URLs.

      Test timed out
      

  • OK /css/css-fonts/generic-family-keywords-003.html (#38994)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted sans-serif (drawing text in a canvas)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted monospace (drawing text in a canvas)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(kai) (drawing text in a canvas)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(khmer-mul) (drawing text in a canvas)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(nastaliq) (drawing text in a canvas)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted ui-monospace (drawing text in a canvas)
  • OK /fetch/api/response/response-stream-with-broken-then.any.html (#35419)
    • PASS [expected FAIL] subtest: Attempt to inject {done: false, value: bye} via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject value: undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject 8.2 via Object.prototype.then.
    • PASS [expected FAIL] subtest: intercepting arraybuffer to text conversion via Object.prototype.then should not be possible
  • OK /fetch/metadata/generated/css-font-face.https.sub.tentative.html (#32732)
    • FAIL [expected PASS] subtest: sec-fetch-storage-access - Cross-site

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • OK /fetch/metadata/generated/css-font-face.sub.tentative.html (#34624)
    • PASS [expected FAIL] subtest: sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination
    • FAIL [expected PASS] subtest: sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • OK /fetch/metadata/generated/element-img-environment-change.https.sub.html (#30111)
    • FAIL [expected PASS] subtest: sec-fetch-site - Same site, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Origin -> Same-Site -> Same-Origin redirect, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Cross-Site -> Same-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Origin -> Same Origin, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Origin -> Cross-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Site -> Same-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-mode - attributes: crossorigin
    • PASS [expected FAIL] subtest: sec-fetch-mode - attributes: crossorigin=use-credentials
  • OK /fetch/metadata/generated/element-img-environment-change.sub.html (#30111)
    • PASS [expected FAIL] subtest: sec-fetch-site - Not sent to non-trustworthy cross-site destination, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-mode - Not sent to non-trustworthy cross-site destination, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-dest - Not sent to non-trustworthy cross-site destination, no attributes
    • FAIL [expected PASS] subtest: sec-fetch-user - Not sent to non-trustworthy same-origin destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • PASS [expected FAIL] subtest: sec-fetch-user - Not sent to non-trustworthy same-site destination, no attributes
    • FAIL [expected PASS] subtest: sec-fetch-user - Not sent to non-trustworthy cross-site destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-site - HTTPS downgrade-upgrade, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • OK [expected ERROR] /focus/focus-event-after-switching-iframes.sub.html (#40368)
  • OK /html/browsers/history/the-history-interface/traverse_the_history_3.html (#21383)
    • FAIL [expected PASS] subtest: Multiple history traversals, last would be aborted

      assert_array_equals: Pages opened during history navigation expected property 1 to be 3 but got 1 (expected array [6, 3] got [6, 1])
      

  • TIMEOUT [expected OK] /html/semantics/embedded-content/media-elements/src_object_blob.html (#40340)
    • TIMEOUT [expected PASS] subtest: HTMLMediaElement.srcObject blob

      Test timed out
      

  • CRASH [expected OK] /html/semantics/forms/form-submission-0/form-submit-iframe-then-location-navigate.html (#29634)
  • OK /html/semantics/forms/form-submission-0/multipart-formdata.window.html (#28725)
    • PASS [expected FAIL] subtest: multipart/form-data: Basic test (formdata event)
  • OK /html/semantics/forms/form-submission-0/text-plain.window.html (#28687)
    • PASS [expected FAIL] subtest: text/plain: Basic File test (normal form)
  • OK /html/semantics/forms/form-submission-0/urlencoded2.window.html (#28687)
    • FAIL [expected PASS] subtest: application/x-www-form-urlencoded: Basic test (formdata event)

      assert_equals: expected "basic=test" but got ""
      

    • PASS [expected FAIL] subtest: application/x-www-form-urlencoded: Basic File test (normal form)
    • PASS [expected FAIL] subtest: application/x-www-form-urlencoded: \r\n in name (formdata event)
  • OK /html/webappapis/user-prompts/print-during-unload.html (#35944)
    • PASS [expected FAIL] subtest: print() during unload
  • OK /preload/preload-error.sub.html (#37177)
    • PASS [expected FAIL] subtest: success (fetch): main
  • OK /preload/preload-invalid-resources.html (#39091)
    • PASS [expected FAIL] subtest: Preloading an invalid image (invalid data) should preload and not re-fetch
  • OK [expected TIMEOUT] /preload/preload-resource-match.https.html (#38088)
    • FAIL [expected PASS] subtest: Loading style (same-origin) with link (same-origin) should reuse the preloaded response

      assert_equals: https://web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&content=.cls%20%7B%20%7D&uid=2f550549-1c30-4c56-988a-1a746cb96795&2fdf90c1-3538-4e86-b277-5e35d43b638c expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (no-cors) with link (no-cors) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&content=.cls%20%7B%20%7D&uid=2f550549-1c30-4c56-988a-1a746cb96795&4a97ab87-4301-4862-84f6-1a3549f39338 expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (anonymous) with link (anonymous) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&content=.cls%20%7B%20%7D&uid=2f550549-1c30-4c56-988a-1a746cb96795&541c2bb4-792c-4131-a0a6-225076f9e03d expected 1 but got 2
      

    • PASS [expected TIMEOUT] subtest: Loading style (use-credentials) with link (anonymous) should discard the preloaded response
    • FAIL [expected NOTRUN] subtest: Loading style (use-credentials) with link (use-credentials) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&content=.cls%20%7B%20%7D&uid=2f550549-1c30-4c56-988a-1a746cb96795&7168f28f-ee65-4482-b8c4-0e24800d8560 expected 1 but got 2
      

  • TIMEOUT [expected OK] /trusted-types/trusted-types-navigation.html?26-30 (#38807)
    • TIMEOUT [expected FAIL] subtest: Navigate a window via form-submission with javascript:-urls in report-only mode.

      Test timed out
      

    • NOTRUN [expected PASS] subtest: Navigate a window via form-submission with javascript:-urls w/ default policy in report-only mode.
    • NOTRUN [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in enforcing mode.
    • NOTRUN [expected PASS] subtest: Navigate a frame via form-submission with javascript:-urls w/ default policy in enforcing mode.
  • OK [expected TIMEOUT] /trusted-types/trusted-types-navigation.html?31-35 (#38034)
    • PASS [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in report-only mode.
    • PASS [expected TIMEOUT] subtest: Navigate a frame via form-submission with javascript:-urls w/ default policy in report-only mode.
    • FAIL [expected NOTRUN] subtest: Navigate a window via form-submission with javascript:-urls w/ a default policy throwing an exception in enforcing mode.

      promise_test: Unhandled rejection with value: "Unexpected message received: \"No securitypolicyviolation reported!\""
      

    • FAIL [expected NOTRUN] subtest: Navigate a window via form-submission with javascript:-urls w/ a default policy throwing an exception in report-only mode.

      promise_test: Unhandled rejection with value: "Unexpected message received: \"No securitypolicyviolation reported!\""
      

    • FAIL [expected NOTRUN] subtest: Navigate a window via form-submission with javascript:-urls w/ a default policy making the URL invalid in enforcing mode.

      promise_test: Unhandled rejection with value: "Unexpected message received: \"No securitypolicyviolation reported!\""
      

Stable unexpected results (35)
  • OK [expected TIMEOUT] /IndexedDB/blob-composite-blob-reads.any.html
    • PASS [expected TIMEOUT] subtest: Composite Blob Handling: Many blobs: fetch-blob-url
    • PASS [expected NOTRUN] subtest: Composite Blob Handling: Many blobs: direct
  • OK [expected TIMEOUT] /IndexedDB/blob-composite-blob-reads.any.worker.html
    • PASS [expected TIMEOUT] subtest: Composite Blob Handling: Many blobs: fetch-blob-url
    • PASS [expected NOTRUN] subtest: Composite Blob Handling: Many blobs: direct
  • OK [expected TIMEOUT] /IndexedDB/blob-contenttype.any.html
    • PASS [expected TIMEOUT] subtest: Ensure that content type round trips when reading blob data
  • OK [expected TIMEOUT] /IndexedDB/blob-contenttype.any.worker.html
    • PASS [expected TIMEOUT] subtest: Ensure that content type round trips when reading blob data
  • OK [expected TIMEOUT] /IndexedDB/blob-valid-after-deletion.any.html
    • PASS [expected TIMEOUT] subtest: Blobs stay alive after their records are deleted.
  • OK [expected TIMEOUT] /IndexedDB/blob-valid-after-deletion.any.worker.html
    • PASS [expected TIMEOUT] subtest: Blobs stay alive after their records are deleted.
  • OK [expected TIMEOUT] /IndexedDB/error-attributes.any.html
    • FAIL [expected TIMEOUT] subtest: IDBRequest and IDBTransaction error properties should be DOMExceptions

      assert_unreached: transaction should not complete Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/error-attributes.any.worker.html
    • FAIL [expected TIMEOUT] subtest: IDBRequest and IDBTransaction error properties should be DOMExceptions

      assert_unreached: transaction should not complete Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/file_support.sub.html
    • FAIL [expected TIMEOUT] subtest: Saves and loads back File objects from IndexedDB

      assert_true: expected true got false
      

  • OK [expected TIMEOUT] /IndexedDB/fire-error-event-exception.any.html
    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first error event listener on request, transaction active in second

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • And 7 more unexpected results...
  • OK [expected TIMEOUT] /IndexedDB/fire-error-event-exception.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first error event listener on request, transaction active in second

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • And 7 more unexpected results...
  • OK [expected TIMEOUT] /IndexedDB/fire-success-event-exception.any.html
    • FAIL [expected TIMEOUT] subtest: Exception in success event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first success event listener, tx active in second

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/fire-success-event-exception.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Exception in success event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first success event listener, tx active in second

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK /IndexedDB/idbdatabase-createObjectStore-exception-order.any.html
    • FAIL [expected PASS] subtest: IDBDatabase.createObjectStore exception order: TransactionInactiveError vs. SyntaxError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-createObjectStore-exception-order.any.worker.html
    • FAIL [expected PASS] subtest: IDBDatabase.createObjectStore exception order: TransactionInactiveError vs. SyntaxError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-deleteObjectStore-exception-order.any.html
    • FAIL [expected PASS] subtest: IDBDatabase.deleteObjectStore exception order: TransactionInactiveError vs. NotFoundError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-deleteObjectStore-exception-order.any.worker.html
    • FAIL [expected PASS] subtest: IDBDatabase.deleteObjectStore exception order: TransactionInactiveError vs. NotFoundError

      The object is in an invalid state.
      

  • ERROR [expected TIMEOUT] /IndexedDB/idbobjectstore_createIndex.any.worker.html
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_getKey.any.html
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - range
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_getKey.any.worker.html
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - range
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_abort.any.html
    • PASS [expected FAIL] subtest: Abort during auto-committing should throw InvalidStateError.
    • PASS [expected TIMEOUT] subtest: Abort on completed transaction should throw InvalidStateError.
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_abort.any.worker.html
    • PASS [expected FAIL] subtest: Abort during auto-committing should throw InvalidStateError.
    • PASS [expected TIMEOUT] subtest: Abort on completed transaction should throw InvalidStateError.
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_objectStoreNames.any.html
    • PASS [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after commit
    • FAIL [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after abort

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_objectStoreNames.any.worker.html
    • PASS [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after commit
    • FAIL [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after abort

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-large.any.html
    • FAIL [expected TIMEOUT] subtest: 250 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-large.any.worker.html
    • FAIL [expected TIMEOUT] subtest: 250 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-small.any.html
    • FAIL [expected TIMEOUT] subtest: 1 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 10 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 100 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-small.any.worker.html
    • FAIL [expected TIMEOUT] subtest: 1 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 10 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 100 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/keypath-special-identifiers.any.html
    • PASS [expected TIMEOUT] subtest: Type: String, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Array, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: size
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: type
  • OK [expected TIMEOUT] /IndexedDB/keypath-special-identifiers.any.worker.html
    • PASS [expected TIMEOUT] subtest: Type: String, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Array, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: size
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: type
  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-ordering.any.html
    • FAIL [expected TIMEOUT] subtest: Verify Indexed DB transactions are ordered per spec

      assert_array_equals: expected property 0 to be 1 but got 2 (expected array [1, 2] got [2, 1])
      

  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-ordering.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Verify Indexed DB transactions are ordered per spec

      assert_array_equals: expected property 0 to be 1 but got 2 (expected array [1, 2] got [2, 1])
      

  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-within-database.any.html
    • PASS [expected TIMEOUT] subtest: Check that read-only transactions within a database can run in parallel.
  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-within-database.any.worker.html
    • PASS [expected TIMEOUT] subtest: Check that read-only transactions within a database can run in parallel.
  • ERROR [expected OK] /html/infrastructure/common-dom-interfaces/collections/domstringlist.html

@github-actions
Copy link

⚠️ Try run (#19386386666) failed.

@arihant2math
Copy link
Contributor Author

Still very intermittent.

@arihant2math
Copy link
Contributor Author

Re-opening as I think this shows some promise.

@arihant2math arihant2math reopened this Nov 16, 2025
@arihant2math arihant2math added the T-linux-wpt Do a try run of the WPT label Nov 16, 2025
@github-actions github-actions bot removed the T-linux-wpt Do a try run of the WPT label Nov 16, 2025
@github-actions
Copy link

🔨 Triggering try run (#19398575562) for Linux (WPT)

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
@arihant2math
Copy link
Contributor Author

I'm getting a few regressions due to assert_unreached: unexpected open.success event Reached unreachable code, but it seems to be mostly stable.

@arihant2math arihant2math marked this pull request as ready for review November 16, 2025 02:09
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Nov 16, 2025
@github-actions
Copy link

Test results for linux-wpt from try job (#19398575562):

Flaky unexpected result (36)
  • OK /FileAPI/url/url-with-fetch.any.html (#21517)
    • FAIL [expected PASS] subtest: Revoke blob URL after calling fetch, fetch should succeed

      promise_test: Unhandled rejection with value: object "TypeError: Network error occurred"
      

  • OK /IndexedDB/idbfactory-open-request-success.any.html
    • PASS [expected FAIL] subtest: Properties of IDBOpenDBRequest during successful IDBFactory open()
  • OK /IndexedDB/idbfactory-open-request-success.any.worker.html
    • PASS [expected FAIL] subtest: Properties of IDBOpenDBRequest during successful IDBFactory open()
  • OK /IndexedDB/idbfactory_open.any.html
    • FAIL [expected PASS] subtest: Calling open() with version argument 1.5 should not throw.

      assert_equals: version expected 1 but got 9007199254740991
      

  • OK /_mozilla/mozilla/getBoundingClientRect.html (#39668)
    • FAIL [expected PASS] subtest: getBoundingClientRect 1

      assert_equals: expected 62 but got 60.35
      

  • OK /_mozilla/webxr/create_session.https.html
    • FAIL [expected PASS] subtest: create_session

      can't access property "simulateDeviceConnection", navigator.xr.test is undefined
      

  • OK /_mozilla/webxr/obtain_frame.https.html
    • FAIL [expected PASS] subtest: obtain_frame

      promise_test: Unhandled rejection with value: object "TypeError: can't access property "simulateDeviceConnection", navigator.xr.test is undefined"
      

  • ERROR [expected TIMEOUT] /_mozilla/webxr/sessionavailable.https.html
  • CRASH [expected OK] /_webgl/conformance/glsl/bugs/nested-sequence-operator.html
  • CRASH [expected OK] /_webgl/conformance/glsl/bugs/struct-constructor-highp-bug.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/functions/functions_049_to_056.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html
  • CRASH [expected OK] /_webgl/conformance/rendering/canvas-alpha-bug.html
  • CRASH [expected OK] /_webgl/conformance/rendering/framebuffer-texture-switch.html
  • OK /content-security-policy/frame-ancestors/frame-ancestors-path-ignored.window.html (#36468)
    • PASS [expected FAIL] subtest: A 'frame-ancestors' CSP directive with a URL that includes a path should be ignored.
  • OK /cookiestore/cookieStore_getAll_set_creation_url.https.any.html
    • FAIL [expected PASS] subtest: cookieStore.set and cookieStore.getAll use the creation url

      assert_equals: expected 1 but got 2
      

  • TIMEOUT /fetch/metadata/generated/css-images.sub.tentative.html (#29047)
    • TIMEOUT [expected PASS] subtest: background-image sec-fetch-dest - Not sent to non-trustworthy same-site destination

      Test timed out
      

  • ERROR /fetch/metadata/generated/serviceworker.https.sub.html (#36247)
    • FAIL [expected PASS] subtest: sec-fetch-site - Same origin, no options - registration

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • OK [expected ERROR] /focus/focus-event-after-switching-iframes.sub.html (#40368)
  • OK /html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin-fragment.html (#20768)
    • FAIL [expected PASS] subtest: Tests that a fragment navigation in the unload handler will not block the initial navigation

      assert_equals: expected "" but got "#fragment"
      

  • OK /html/browsers/history/the-history-interface/traverse_the_history_5.html (#21383)
    • PASS [expected FAIL] subtest: Multiple history traversals, last would be aborted
  • TIMEOUT [expected OK] /html/interaction/focus/the-autofocus-attribute/autofocus-dialog.html (#29087)
    • TIMEOUT [expected FAIL] subtest: &lt;dialog&gt;-contained autofocus element gets focused when the dialog is shown

      Test timed out
      

  • TIMEOUT [expected OK] /html/interaction/focus/the-autofocus-attribute/update-the-rendering.html (#24145)
    • TIMEOUT [expected FAIL] subtest: "Flush autofocus candidates" should be happen before a scroll event and animation frame callbacks

      Test timed out
      

  • OK /html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-2.html (#39703)
    • FAIL [expected PASS] subtest: Meta refresh of the original iframe is not blocked if moved into a sandboxed iframe

      uncaught exception: Error: assert_unreached: The iframe into which the meta was moved must not refresh Reached unreachable code
      

  • OK /html/semantics/forms/form-submission-0/jsurl-form-submit.tentative.html (#36489)
    • PASS [expected FAIL] subtest: Verifies that form submissions scheduled inside javascript: urls take precedence over the javascript: url's return value.
  • OK [expected CRASH] /html/semantics/forms/the-fieldset-element/disabled-003.html (#31730, #39631)
  • OK /html/webappapis/user-prompts/print-during-unload.html (#35944)
    • PASS [expected FAIL] subtest: print() during unload
  • OK /preload/prefetch-document.html (#37210)
    • FAIL [expected PASS] subtest: different-site document prefetch with 'as=document' should not be consumed

      assert_equals: expected 2 but got 1
      

  • OK /preload/preload-error.sub.html (#37177)
    • PASS [expected FAIL] subtest: success (fetch): main
    • PASS [expected FAIL] subtest: 404 (fetch): main
    • PASS [expected FAIL] subtest: CORS (fetch): main
  • OK /preload/preload-invalid-resources.html (#39091)
    • PASS [expected FAIL] subtest: Preloading an invalid image (invalid data) should preload and not re-fetch
  • CRASH [expected OK] /trusted-types/Node-multiple-arguments.html
  • TIMEOUT /trusted-types/trusted-types-navigation.html?06-10 (#37920)
    • TIMEOUT [expected FAIL] subtest: Navigate a frame via anchor with javascript:-urls in report-only mode.

      Test timed out
      

    • NOTRUN [expected TIMEOUT] subtest: Navigate a frame via anchor with javascript:-urls w/ default policy in report-only mode.
  • CRASH [expected OK] /upgrade-insecure-requests/gen/srcdoc-inherit.meta/unset/sharedworker-import.https.html
  • CRASH [expected OK] /webaudio/the-audio-api/the-audioparam-interface/audioparam-default-value.window.html
  • CRASH [expected OK] /webxr/xrBoundedReferenceSpace_updates.https.html
  • ERROR [expected OK] /workers/baseurl/alpha/sharedworker-in-worker.html (#21315)
Stable unexpected results that are known to be intermittent (32)
  • OK /IndexedDB/delete-request-queue.any.html (#39162)
    • PASS [expected FAIL] subtest: Deletes are processed as a FIFO queue
  • OK /IndexedDB/delete-request-queue.any.worker.html (#39221)
    • PASS [expected FAIL] subtest: Deletes are processed as a FIFO queue
  • OK /IndexedDB/idbcursor-continuePrimaryKey-exceptions.any.html (#39277)
    • PASS [expected FAIL] subtest: IDBCursor continuePrimaryKey() on object store cursor
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_delete.any.html (#38904)
    • PASS [expected TIMEOUT] subtest: delete() removes record (inline keys)
    • FAIL [expected PASS] subtest: delete() key doesn't match any records

      assert_unreached: unexpected open.success event Reached unreachable code
      

    • PASS [expected TIMEOUT] subtest: Object store's key path is an object attribute
    • PASS [expected TIMEOUT] subtest: delete() removes record (out-of-line keys)
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_delete.any.worker.html (#39069)
    • PASS [expected TIMEOUT] subtest: delete() removes record (inline keys)
    • FAIL [expected PASS] subtest: delete() key doesn't match any records

      assert_unreached: unexpected open.success event Reached unreachable code
      

    • PASS [expected TIMEOUT] subtest: Object store's key path is an object attribute
    • PASS [expected TIMEOUT] subtest: delete() removes record (out-of-line keys)
  • OK /IndexedDB/idbobjectstore_get.any.html (#38942)
    • FAIL [expected PASS] subtest: Attempts to retrieve a record that doesn't exist

      assert_unreached: unexpected open.success event Reached unreachable code
      

  • OK /IndexedDB/idbobjectstore_get.any.worker.html (#38852)
    • FAIL [expected PASS] subtest: Attempts to retrieve a record that doesn't exist

      assert_unreached: unexpected open.success event Reached unreachable code
      

  • OK /IndexedDB/idbobjectstore_getAll.any.html (#39276)
    • PASS [expected FAIL] subtest: Get upper excluded
    • PASS [expected FAIL] subtest: Get lower excluded
    • PASS [expected FAIL] subtest: Get all values with transaction.commit()
  • OK /IndexedDB/idbobjectstore_getAll.any.worker.html (#39400)
    • PASS [expected FAIL] subtest: Get upper excluded
    • PASS [expected FAIL] subtest: Get lower excluded
    • PASS [expected FAIL] subtest: Get all values with transaction.commit()
  • OK [expected TIMEOUT] /IndexedDB/idbrequest-onupgradeneeded.any.html (#38895)
    • PASS [expected FAIL] subtest: indexedDB.delete called from upgradeneeded handler
    • FAIL [expected TIMEOUT] subtest: transaction oncomplete ordering relative to open request onsuccess

      assert_array_equals: lengths differ, expected array ["Upgrade", "Upgrade transaction complete", "Open Success"] length 3, got ["Upgrade", "Upgrade transaction complete", "Open Success", "Upgrade transaction complete"] length 4
      

  • OK [expected TIMEOUT] /IndexedDB/idbrequest-onupgradeneeded.any.worker.html (#38971)
    • PASS [expected FAIL] subtest: indexedDB.delete called from upgradeneeded handler
    • FAIL [expected TIMEOUT] subtest: transaction oncomplete ordering relative to open request onsuccess

      assert_array_equals: lengths differ, expected array ["Upgrade", "Upgrade transaction complete", "Open Success"] length 3, got ["Upgrade", "Upgrade transaction complete", "Open Success", "Upgrade transaction complete"] length 4
      

  • OK /IndexedDB/key-conversion-exceptions.any.html (#39305)
    • PASS [expected FAIL] subtest: IDBCursor update() method with throwing/invalid keys
  • FAIL [expected PASS] /_mozilla/mozilla/sslfail.html (#10760)
  • TIMEOUT [expected OK] /_mozilla/mozilla/window_resize_event.html (#36741)
    • TIMEOUT [expected PASS] subtest: Popup onresize event fires after resizeTo

      Test timed out
      

  • OK /cookies/value/value-ctl.html (#40338)
    • PASS [expected FAIL] subtest: Cookie with %x0 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x1 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x2 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x3 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x4 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x5 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x6 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x7 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x8 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %xa in value is rejected (DOM).
    • And 22 more unexpected results...
  • OK /css/css-fonts/generic-family-keywords-001.html (#37467)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(fangsong)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(khmer-mul)
  • OK /fetch/api/response/response-stream-with-broken-then.any.html (#35419)
    • PASS [expected FAIL] subtest: Attempt to inject {done: false, value: bye} via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject value: undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject 8.2 via Object.prototype.then.
    • PASS [expected FAIL] subtest: intercepting arraybuffer to text conversion via Object.prototype.then should not be possible
  • OK /fetch/metadata/generated/css-font-face.https.sub.tentative.html (#32732)
    • PASS [expected FAIL] subtest: sec-fetch-storage-access - Same site
  • OK /fetch/metadata/generated/element-img-environment-change.https.sub.html (#30111)
    • PASS [expected FAIL] subtest: sec-fetch-site - Cross-Site -&gt; Same Origin, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Cross-Site -&gt; Cross-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Origin -&gt; Cross-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Site -&gt; Same-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-mode - attributes: crossorigin
    • PASS [expected FAIL] subtest: sec-fetch-mode - attributes: crossorigin=use-credentials
    • PASS [expected FAIL] subtest: sec-fetch-user - no attributes
    • PASS [expected FAIL] subtest: sec-fetch-storage-access - Same site, no attributes
  • OK /fetch/metadata/generated/element-img-environment-change.sub.html (#30111)
    • PASS [expected FAIL] subtest: sec-fetch-site - Not sent to non-trustworthy cross-site destination, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-mode - Not sent to non-trustworthy cross-site destination, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-dest - Not sent to non-trustworthy cross-site destination, no attributes
  • TIMEOUT [expected CRASH] /fetch/metadata/window-open.https.sub.html (#40339)
    • PASS [expected TIMEOUT] subtest: Same-origin window, user-activated
  • OK /html/browsers/browsing-the-web/navigating-across-documents/refresh/same-document-refresh.html (#34597)
    • FAIL [expected PASS] subtest: Same-Document Referrer from Refresh

      assert_equals: original page loads expected "http://web-platform.test:8000/html/browsers/browsing-the-web/navigating-across-documents/refresh/resources/refresh-with-section.sub.html?url=%23section" but got "http://web-platform.test:8000/html/browsers/browsing-the-web/navigating-across-documents/refresh/resources/refresh-with-section.sub.html?url=%23section#section"
      

  • OK /html/browsers/history/the-history-interface/traverse_the_history_4.html (#21383)
    • PASS [expected FAIL] subtest: Multiple history traversals, last would be aborted
  • TIMEOUT [expected OK] /html/semantics/embedded-content/media-elements/src_object_blob.html (#40340)
    • TIMEOUT [expected PASS] subtest: HTMLMediaElement.srcObject blob

      Test timed out
      

  • OK /html/semantics/forms/form-submission-0/multipart-formdata.window.html (#28725)
    • PASS [expected FAIL] subtest: multipart/form-data: Basic test (formdata event)
    • PASS [expected FAIL] subtest: multipart/form-data: \r\n in value (formdata event)
    • PASS [expected FAIL] subtest: multipart/form-data: double quote in value (formdata event)
  • OK /html/semantics/forms/form-submission-0/text-plain.window.html (#28687)
    • FAIL [expected PASS] subtest: text/plain: Basic test (formdata event)

      assert_equals: expected "basic=test\r\n" but got ""
      

  • OK /html/semantics/forms/form-submission-0/urlencoded2.window.html (#28687)
    • FAIL [expected PASS] subtest: application/x-www-form-urlencoded: Basic test (formdata event)

      assert_equals: expected "basic=test" but got ""
      

  • OK /navigation-timing/test-navigation-type-reload.html (#33334)
    • PASS [expected FAIL] subtest: Reload domComplete &gt; Original domComplete
    • PASS [expected FAIL] subtest: Reload domContentLoadedEventEnd &gt; Original domContentLoadedEventEnd
    • PASS [expected FAIL] subtest: Reload domContentLoadedEventStart &gt; Original domContentLoadedEventStart
    • PASS [expected FAIL] subtest: Reload domInteractive &gt; Original domInteractive
    • PASS [expected FAIL] subtest: Reload fetchStart &gt; Original fetchStart
    • PASS [expected FAIL] subtest: Reload loadEventEnd &gt; Original loadEventEnd
    • PASS [expected FAIL] subtest: Reload loadEventStart &gt; Original loadEventStart
  • OK [expected TIMEOUT] /preload/preload-resource-match.https.html (#38088)
    • FAIL [expected PASS] subtest: Loading style (same-origin) with link (same-origin) should reuse the preloaded response

      assert_equals: https://web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=d1b7fc80-9f6a-4593-be3c-43977cf7408f&amp;73311c73-1996-434b-99e7-6e2434e4e6d0 expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (no-cors) with link (no-cors) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=d1b7fc80-9f6a-4593-be3c-43977cf7408f&amp;fd6a1e90-c691-42fa-896a-402bc88897aa expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (anonymous) with link (anonymous) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=d1b7fc80-9f6a-4593-be3c-43977cf7408f&amp;5ab7ee1e-9a2f-46a2-b22a-42eacfc68f25 expected 1 but got 2
      

    • PASS [expected TIMEOUT] subtest: Loading style (use-credentials) with link (anonymous) should discard the preloaded response
    • FAIL [expected NOTRUN] subtest: Loading style (use-credentials) with link (use-credentials) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=d1b7fc80-9f6a-4593-be3c-43977cf7408f&amp;64b5ec62-9a52-4fd1-96b2-608aa0a542ce expected 1 but got 2
      

  • TIMEOUT [expected OK] /trusted-types/trusted-types-navigation.html?01-05 (#38975)
    • TIMEOUT [expected PASS] subtest: Navigate a window via anchor with javascript:-urls in report-only mode.

      Test timed out
      

    • NOTRUN [expected PASS] subtest: Navigate a window via anchor with javascript:-urls w/ default policy in report-only mode.
    • NOTRUN [expected PASS] subtest: Navigate a frame via anchor with javascript:-urls in enforcing mode.
  • OK /trusted-types/trusted-types-navigation.html?26-30 (#38807)
    • PASS [expected FAIL] subtest: Navigate a window via form-submission with javascript:-urls in report-only mode.
    • PASS [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in enforcing mode.
  • TIMEOUT /trusted-types/trusted-types-navigation.html?31-35 (#38034)
    • TIMEOUT [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in report-only mode.

      Test timed out
      

    • NOTRUN [expected TIMEOUT] subtest: Navigate a frame via form-submission with javascript:-urls w/ default policy in report-only mode.
Stable unexpected results (35)
  • OK [expected TIMEOUT] /IndexedDB/blob-composite-blob-reads.any.html
    • PASS [expected TIMEOUT] subtest: Composite Blob Handling: Many blobs: fetch-blob-url
    • PASS [expected NOTRUN] subtest: Composite Blob Handling: Many blobs: direct
  • OK [expected TIMEOUT] /IndexedDB/blob-composite-blob-reads.any.worker.html
    • PASS [expected TIMEOUT] subtest: Composite Blob Handling: Many blobs: fetch-blob-url
    • PASS [expected NOTRUN] subtest: Composite Blob Handling: Many blobs: direct
  • OK [expected TIMEOUT] /IndexedDB/blob-contenttype.any.html
    • PASS [expected TIMEOUT] subtest: Ensure that content type round trips when reading blob data
  • OK [expected TIMEOUT] /IndexedDB/blob-contenttype.any.worker.html
    • PASS [expected TIMEOUT] subtest: Ensure that content type round trips when reading blob data
  • OK [expected TIMEOUT] /IndexedDB/blob-valid-after-deletion.any.html
    • PASS [expected TIMEOUT] subtest: Blobs stay alive after their records are deleted.
  • OK [expected TIMEOUT] /IndexedDB/blob-valid-after-deletion.any.worker.html
    • PASS [expected TIMEOUT] subtest: Blobs stay alive after their records are deleted.
  • OK [expected TIMEOUT] /IndexedDB/error-attributes.any.html
    • FAIL [expected TIMEOUT] subtest: IDBRequest and IDBTransaction error properties should be DOMExceptions

      assert_unreached: transaction should not complete Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/error-attributes.any.worker.html
    • FAIL [expected TIMEOUT] subtest: IDBRequest and IDBTransaction error properties should be DOMExceptions

      assert_unreached: transaction should not complete Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/file_support.sub.html
    • FAIL [expected TIMEOUT] subtest: Saves and loads back File objects from IndexedDB

      assert_true: expected true got false
      

  • OK [expected TIMEOUT] /IndexedDB/fire-error-event-exception.any.html
    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first error event listener on request, transaction active in second

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • And 7 more unexpected results...
  • OK [expected TIMEOUT] /IndexedDB/fire-error-event-exception.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first error event listener on request, transaction active in second

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • And 7 more unexpected results...
  • OK [expected TIMEOUT] /IndexedDB/fire-success-event-exception.any.html
    • FAIL [expected TIMEOUT] subtest: Exception in success event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first success event listener, tx active in second

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/fire-success-event-exception.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Exception in success event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first success event listener, tx active in second

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK /IndexedDB/idbdatabase-createObjectStore-exception-order.any.html
    • FAIL [expected PASS] subtest: IDBDatabase.createObjectStore exception order: TransactionInactiveError vs. SyntaxError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-createObjectStore-exception-order.any.worker.html
    • FAIL [expected PASS] subtest: IDBDatabase.createObjectStore exception order: TransactionInactiveError vs. SyntaxError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-deleteObjectStore-exception-order.any.html
    • FAIL [expected PASS] subtest: IDBDatabase.deleteObjectStore exception order: TransactionInactiveError vs. NotFoundError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-deleteObjectStore-exception-order.any.worker.html
    • FAIL [expected PASS] subtest: IDBDatabase.deleteObjectStore exception order: TransactionInactiveError vs. NotFoundError

      The object is in an invalid state.
      

  • ERROR [expected TIMEOUT] /IndexedDB/idbobjectstore_createIndex.any.worker.html
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_getKey.any.html
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - range
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_getKey.any.worker.html
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - range
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_abort.any.html
    • PASS [expected FAIL] subtest: Abort during auto-committing should throw InvalidStateError.
    • PASS [expected TIMEOUT] subtest: Abort on completed transaction should throw InvalidStateError.
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_abort.any.worker.html
    • PASS [expected FAIL] subtest: Abort during auto-committing should throw InvalidStateError.
    • PASS [expected TIMEOUT] subtest: Abort on completed transaction should throw InvalidStateError.
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_objectStoreNames.any.html
    • PASS [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after commit
    • FAIL [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after abort

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_objectStoreNames.any.worker.html
    • PASS [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after commit
    • FAIL [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after abort

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-large.any.html
    • FAIL [expected TIMEOUT] subtest: 250 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-large.any.worker.html
    • FAIL [expected TIMEOUT] subtest: 250 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-small.any.html
    • FAIL [expected TIMEOUT] subtest: 1 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 10 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 100 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-small.any.worker.html
    • FAIL [expected TIMEOUT] subtest: 1 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 10 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 100 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/keypath-special-identifiers.any.html
    • PASS [expected TIMEOUT] subtest: Type: String, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Array, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: size
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: type
  • OK [expected TIMEOUT] /IndexedDB/keypath-special-identifiers.any.worker.html
    • PASS [expected TIMEOUT] subtest: Type: String, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Array, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: size
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: type
  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-ordering.any.html
    • FAIL [expected TIMEOUT] subtest: Verify Indexed DB transactions are ordered per spec

      assert_array_equals: expected property 0 to be 1 but got 2 (expected array [1, 2] got [2, 1])
      

  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-ordering.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Verify Indexed DB transactions are ordered per spec

      assert_array_equals: expected property 0 to be 1 but got 2 (expected array [1, 2] got [2, 1])
      

  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-within-database.any.html
    • PASS [expected TIMEOUT] subtest: Check that read-only transactions within a database can run in parallel.
  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-within-database.any.worker.html
    • PASS [expected TIMEOUT] subtest: Check that read-only transactions within a database can run in parallel.
  • ERROR [expected OK] /html/infrastructure/common-dom-interfaces/collections/domstringlist.html

@github-actions
Copy link

⚠️ Try run (#19398575562) failed.

@arihant2math arihant2math added the T-linux-wpt Do a try run of the WPT label Nov 16, 2025
@github-actions github-actions bot removed the T-linux-wpt Do a try run of the WPT label Nov 16, 2025
@github-actions
Copy link

🔨 Triggering try run (#19399007616) for Linux (WPT)

@arihant2math arihant2math requested a review from jdm November 16, 2025 02:25
@github-actions
Copy link

Test results for linux-wpt from try job (#19399007616):

Flaky unexpected result (54)
  • OK /IndexedDB/idbfactory-open-request-success.any.html
    • PASS [expected FAIL] subtest: Properties of IDBOpenDBRequest during successful IDBFactory open()
  • OK /IndexedDB/idbfactory-open-request-success.any.worker.html
    • PASS [expected FAIL] subtest: Properties of IDBOpenDBRequest during successful IDBFactory open()
  • OK /IndexedDB/idbfactory_open.any.html
    • FAIL [expected PASS] subtest: Calling open() with version argument 1.5 should not throw.

      assert_equals: version expected 1 but got 9007199254740991
      

  • OK /_mozilla/webxr/create_session.https.html
    • FAIL [expected PASS] subtest: create_session

      can't access property "simulateDeviceConnection", navigator.xr.test is undefined
      

  • ERROR [expected TIMEOUT] /_mozilla/webxr/sessionavailable.https.html
  • CRASH [expected OK] /_webgl/conformance/attribs/gl-bindAttribLocation-matrix.html
  • CRASH [expected OK] /_webgl/conformance/glsl/constructors/glsl-construct-ivec4.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/mat/mat_009_to_016.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/struct/struct_025_to_032.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html
  • CRASH [expected ERROR] /_webgl/conformance/rendering/clear-default-framebuffer-with-scissor-test.html
  • CRASH [expected OK] /_webgl/conformance/rendering/draw-arrays-out-of-bounds.html
  • CRASH [expected ERROR] /_webgl/conformance/rendering/draw-webgl-to-canvas-2d-repeatedly.html
  • CRASH [expected OK] /_webgl/conformance/rendering/many-draw-calls.html
  • CRASH [expected OK] /_webgl/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
  • CRASH [expected OK] /_webgl/conformance/textures/misc/copy-tex-image-2d-formats.html
  • OK /_webgl/conformance/textures/misc/texture-upload-size.html (#21770)
    • PASS [expected FAIL] subtest: WebGL test #45
    • PASS [expected FAIL] subtest: WebGL test #47
    • PASS [expected FAIL] subtest: WebGL test #49
    • PASS [expected FAIL] subtest: WebGL test #51
    • FAIL [expected PASS] subtest: WebGL test #53

      assert_true: Texture was smaller than the expected size 2x2 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #55

      assert_true: getError expected: INVALID_VALUE. Was NO_ERROR : when calling texSubImage2D with the same texture upload with offset 1, 1 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #57

      assert_true: Texture was smaller than the expected size 2x2 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #59

      assert_true: getError expected: INVALID_VALUE. Was NO_ERROR : when calling texSubImage2D with the same texture upload with offset 1, 1 expected true got false
      

    • PASS [expected FAIL] subtest: WebGL test #61
    • PASS [expected FAIL] subtest: WebGL test #63
    • And 6 more unexpected results...
  • CRASH [expected OK] /_webgl/conformance/uniforms/no-over-optimization-on-uniform-array-06.html
  • CRASH [expected OK] /_webgl/conformance2/extensions/oes-shader-multisample-interpolation.html
  • CRASH [expected OK] /_webgl/conformance2/wasm/readpixels-2gb-in-4gb-wasm-memory.html
  • TIMEOUT /content-security-policy/inheritance/location-reload.html (#38983)
    • PASS [expected FAIL] subtest: location.reload() of empty iframe.
  • OK /cookiestore/cookieStore_getAll_set_creation_url.https.any.html
    • FAIL [expected PASS] subtest: cookieStore.set and cookieStore.getAll use the creation url

      assert_equals: expected 1 but got 2
      

  • OK /css/css-animations/event-order.tentative.html (#39000)
    • PASS [expected FAIL] subtest: Same events on pseudo-elements follow the prescribed order
  • FAIL [expected PASS] /css/css-backgrounds/background-size-042.html
  • OK /css/css-fonts/generic-family-keywords-003.html (#38994)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(fangsong) (drawing text in a canvas)
  • CRASH [expected OK] /fetch/api/policies/referrer-origin-service-worker.https.html
  • TIMEOUT [expected OK] /fetch/api/redirect/redirect-keepalive.https.any.html (#32153)
    • TIMEOUT [expected PASS] subtest: [keepalive][iframe][load] mixed content redirect; setting up

      Test timed out
      

  • TIMEOUT [expected CRASH] /fetch/metadata/window-open.https.sub.html (#40339)
  • ERROR [expected TIMEOUT] /html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-initial-navigation.html (#40387)
  • CRASH [expected OK] /html/browsers/the-window-object/window-open-defaults.window.html
  • CRASH [expected OK] /html/browsers/windows/browsing-context-names/choose-default-001.html
  • CRASH [expected TIMEOUT] /html/browsers/windows/clear-window-name.https.html
  • OK /html/browsers/windows/embedded-opener-remove-frame.html (#23867)
    • FAIL [expected PASS] subtest: opener of discarded auxiliary browsing context

      assert_object_equals: property "get" expected function "function opener() {
          [native code]
      }" got function "function opener() {
          [native code]
      }"
      

  • OK /html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-1.html (#39694)
    • PASS [expected FAIL] subtest: Meta refresh is blocked by the allow-scripts sandbox flag at its creation time, not when refresh comes due
  • OK /html/semantics/embedded-content/media-elements/audio_loop_seek_to_eos.html
    • FAIL [expected PASS] subtest: seeking to the end of looping audio

      promise_test: Unhandled rejection with value: object "TypeError: this argument is not a finite floating-point value"
      

  • TIMEOUT [expected OK] /html/semantics/embedded-content/media-elements/src_object_blob.html (#40340)
    • TIMEOUT [expected PASS] subtest: HTMLMediaElement.srcObject blob

      Test timed out
      

  • OK [expected CRASH] /html/semantics/forms/the-fieldset-element/disabled-003.html (#31730, #39631)
  • OK [expected ERROR] /html/semantics/forms/the-input-element/click-user-gesture.html (#40512)
  • TIMEOUT [expected ERROR] /html/semantics/links/links-created-by-a-and-area-elements/target_blank_implicit_noopener_base.html (#40347)
  • TIMEOUT [expected OK] /html/semantics/scripting-1/the-script-element/execution-timing/002.html
  • OK /html/semantics/scripting-1/the-script-element/execution-timing/077.html (#22139)
    • FAIL [expected PASS] subtest: adding several types of scripts through the DOM and removing some of them confuses scheduler

      assert_array_equals: expected property 1 to be "Script #1 ran" but got "Script #3 ran" (expected array ["Script #2 ran", "Script #1 ran", "Script #3 ran", "Script #4 ran"] got ["Script #2 ran", "Script #3 ran", "Script #4 ran", "Script #1 ran"])
      

  • OK /html/webappapis/user-prompts/print-during-unload.html (#35944)
    • PASS [expected FAIL] subtest: print() during unload
  • CRASH [expected OK] /mimesniff/sniffing/html.window.html (#40471)
  • OK /navigation-timing/test-navigation-type-reload.html (#33334)
    • PASS [expected FAIL] subtest: Reload domContentLoadedEventEnd &gt; Original domContentLoadedEventEnd
  • FAIL [expected PASS] /png/apng/fcTL-blend-source-solid.html
  • FAIL [expected PASS] /png/apng/fcTL-dispose-previous-first.html
  • CRASH [expected TIMEOUT] /preload/link-header-modulepreload.html
  • CRASH [expected OK] /trusted-types/Node-multiple-arguments.html
  • CRASH [expected OK] /trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests-noNamesGiven.html
  • CRASH [expected OK] /trusted-types/get-trusted-types-compliant-attribute-value.html
  • CRASH [expected TIMEOUT] /wasm/webapi/invalid-code.any.worker.html
  • OK [expected ERROR] /webxr/render_state_update.https.html (#27535)
  • ERROR [expected OK] /workers/baseurl/alpha/sharedworker-in-worker.html (#21315)
Stable unexpected results that are known to be intermittent (35)
  • OK /IndexedDB/delete-request-queue.any.html (#39162)
    • PASS [expected FAIL] subtest: Deletes are processed as a FIFO queue
  • OK /IndexedDB/delete-request-queue.any.worker.html (#39221)
    • PASS [expected FAIL] subtest: Deletes are processed as a FIFO queue
  • OK /IndexedDB/idbcursor-continuePrimaryKey-exceptions.any.html (#39277)
    • PASS [expected FAIL] subtest: IDBCursor continuePrimaryKey() on object store cursor
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_delete.any.html (#38904)
    • PASS [expected TIMEOUT] subtest: delete() removes record (inline keys)
    • FAIL [expected PASS] subtest: delete() key doesn't match any records

      assert_unreached: unexpected open.success event Reached unreachable code
      

    • PASS [expected TIMEOUT] subtest: Object store's key path is an object attribute
    • PASS [expected TIMEOUT] subtest: delete() removes record (out-of-line keys)
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_delete.any.worker.html (#39069)
    • PASS [expected TIMEOUT] subtest: delete() removes record (inline keys)
    • FAIL [expected PASS] subtest: delete() key doesn't match any records

      assert_unreached: unexpected open.success event Reached unreachable code
      

    • PASS [expected TIMEOUT] subtest: Object store's key path is an object attribute
    • PASS [expected TIMEOUT] subtest: delete() removes record (out-of-line keys)
  • OK /IndexedDB/idbobjectstore_get.any.html (#38942)
    • FAIL [expected PASS] subtest: Attempts to retrieve a record that doesn't exist

      assert_unreached: unexpected open.success event Reached unreachable code
      

  • OK /IndexedDB/idbobjectstore_get.any.worker.html (#38852)
    • FAIL [expected PASS] subtest: Attempts to retrieve a record that doesn't exist

      assert_unreached: unexpected open.success event Reached unreachable code
      

  • OK /IndexedDB/idbobjectstore_getAll.any.html (#39276)
    • PASS [expected FAIL] subtest: Get upper excluded
    • PASS [expected FAIL] subtest: Get lower excluded
    • PASS [expected FAIL] subtest: Get all values with transaction.commit()
  • OK /IndexedDB/idbobjectstore_getAll.any.worker.html (#39400)
    • PASS [expected FAIL] subtest: Get upper excluded
    • PASS [expected FAIL] subtest: Get lower excluded
    • PASS [expected FAIL] subtest: Get all values with transaction.commit()
  • OK [expected TIMEOUT] /IndexedDB/idbrequest-onupgradeneeded.any.html (#38895)
    • PASS [expected FAIL] subtest: indexedDB.delete called from upgradeneeded handler
    • FAIL [expected TIMEOUT] subtest: transaction oncomplete ordering relative to open request onsuccess

      assert_array_equals: lengths differ, expected array ["Upgrade", "Upgrade transaction complete", "Open Success"] length 3, got ["Upgrade", "Upgrade transaction complete", "Open Success", "Upgrade transaction complete"] length 4
      

  • OK [expected TIMEOUT] /IndexedDB/idbrequest-onupgradeneeded.any.worker.html (#38971)
    • PASS [expected FAIL] subtest: indexedDB.delete called from upgradeneeded handler
    • FAIL [expected TIMEOUT] subtest: transaction oncomplete ordering relative to open request onsuccess

      assert_array_equals: lengths differ, expected array ["Upgrade", "Upgrade transaction complete", "Open Success"] length 3, got ["Upgrade", "Upgrade transaction complete", "Open Success", "Upgrade transaction complete"] length 4
      

  • OK /IndexedDB/key-conversion-exceptions.any.html (#39305)
    • PASS [expected FAIL] subtest: IDBCursor update() method with throwing/invalid keys
  • FAIL [expected PASS] /_mozilla/mozilla/sslfail.html (#10760)
  • TIMEOUT [expected OK] /_mozilla/mozilla/window_resize_event.html (#36741)
    • TIMEOUT [expected PASS] subtest: Popup onresize event fires after resizeTo

      Test timed out
      

  • OK /cookies/value/value-ctl.html (#40338)
    • PASS [expected FAIL] subtest: Cookie with %x0 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x1 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x2 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x3 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x4 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x5 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x6 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x7 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x8 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %xa in value is rejected (DOM).
    • And 22 more unexpected results...
  • OK /css/css-cascade/layer-font-face-override.html (#35935)
    • FAIL [expected PASS] subtest: @font-face override update with appended sheet 1

      assert_equals: expected "80px" but got "38.3166666666667px"
      

    • FAIL [expected PASS] subtest: @font-face override update with appended sheet 2

      assert_equals: expected "80px" but got "38.3166666666667px"
      

  • OK /fetch/api/response/response-stream-with-broken-then.any.html (#35419)
    • PASS [expected FAIL] subtest: Attempt to inject {done: false, value: bye} via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject value: undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject 8.2 via Object.prototype.then.
    • PASS [expected FAIL] subtest: intercepting arraybuffer to text conversion via Object.prototype.then should not be possible
  • CRASH [expected OK] /fetch/metadata/generated/element-iframe.https.sub.html (#40341)
  • OK /fetch/metadata/generated/element-img-environment-change.https.sub.html (#30111)
    • FAIL [expected PASS] subtest: sec-fetch-site - Same site, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • PASS [expected FAIL] subtest: sec-fetch-site - Cross-Site -&gt; Same Origin, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Cross-Site -&gt; Cross-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Origin -&gt; Same-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Site -&gt; Cross-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-mode - attributes: crossorigin=anonymous
  • OK /fetch/metadata/generated/element-img-environment-change.sub.html (#30111)
    • PASS [expected FAIL] subtest: sec-fetch-site - Not sent to non-trustworthy cross-site destination, no attributes
    • FAIL [expected PASS] subtest: sec-fetch-mode - Not sent to non-trustworthy same-origin destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-dest - Not sent to non-trustworthy same-origin destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-site - HTTPS downgrade-upgrade, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • OK [expected ERROR] /focus/focus-event-after-switching-iframes.sub.html (#40368)
  • OK /html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-iframe-contentWindow.html (#28681)
    • FAIL [expected PASS] subtest: load &amp; pageshow events do not fire on contentWindow of &lt;iframe&gt; element created with src=''

      assert_unreached: load should not be fired Reached unreachable code
      

  • OK /html/browsers/browsing-the-web/navigating-across-documents/replace-before-load/a-click.html (#28697)
    • PASS [expected FAIL] subtest: aElement.click() before the load event must NOT replace
  • OK /html/browsers/history/the-history-interface/traverse_the_history_3.html (#21383)
    • FAIL [expected PASS] subtest: Multiple history traversals, last would be aborted

      assert_array_equals: Pages opened during history navigation expected property 1 to be 3 but got 2 (expected array [6, 3] got [6, 2])
      

  • OK /html/browsers/history/the-history-interface/traverse_the_history_4.html (#21383)
    • PASS [expected FAIL] subtest: Multiple history traversals, last would be aborted
  • OK /html/browsers/history/the-history-interface/traverse_the_history_5.html (#21383)
    • PASS [expected FAIL] subtest: Multiple history traversals, last would be aborted
  • TIMEOUT /html/interaction/focus/the-autofocus-attribute/supported-elements.html (#24145)
    • FAIL [expected TIMEOUT] subtest: Element with tabindex should support autofocus

      assert_equals: expected "SPAN" but got "BODY"
      

    • TIMEOUT [expected NOTRUN] subtest: Non-HTMLElement should not support autofocus

      Test timed out
      

  • TIMEOUT [expected OK] /html/interaction/focus/the-autofocus-attribute/update-the-rendering.html (#24145)
    • TIMEOUT [expected FAIL] subtest: "Flush autofocus candidates" should be happen before a scroll event and animation frame callbacks

      Test timed out
      

  • OK /html/semantics/forms/form-submission-0/multipart-formdata.window.html (#28725)
    • PASS [expected FAIL] subtest: multipart/form-data: Basic test (formdata event)
    • PASS [expected FAIL] subtest: multipart/form-data: 0x00 in value (formdata event)
    • PASS [expected FAIL] subtest: multipart/form-data: single quote in name (normal form)
  • OK /html/semantics/forms/form-submission-0/urlencoded2.window.html (#28687)
    • FAIL [expected PASS] subtest: application/x-www-form-urlencoded: Basic test (formdata event)

      assert_equals: expected "basic=test" but got ""
      

    • PASS [expected FAIL] subtest: application/x-www-form-urlencoded: Basic File test (formdata event)
    • PASS [expected FAIL] subtest: application/x-www-form-urlencoded: 0x00 in value (formdata event)
  • OK /preload/prefetch-document.html (#37210)
    • FAIL [expected PASS] subtest: different-site document prefetch with 'as=document' should not be consumed

      assert_equals: expected 2 but got 1
      

  • OK /preload/preload-error.sub.html (#37177)
    • PASS [expected FAIL] subtest: 404 (fetch): main
    • PASS [expected FAIL] subtest: CORS (fetch): main
  • OK [expected TIMEOUT] /preload/preload-resource-match.https.html (#38088)
    • FAIL [expected PASS] subtest: Loading style (same-origin) with link (same-origin) should reuse the preloaded response

      assert_equals: https://web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=ff87afda-f6f5-453f-9400-21e0a3f89d5b&amp;515ab33a-4ee0-48d7-92b0-5b65b8905bb3 expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (no-cors) with link (no-cors) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=ff87afda-f6f5-453f-9400-21e0a3f89d5b&amp;6bd2a2c3-0663-4ce5-8ede-9a4863bb9e5b expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (anonymous) with link (anonymous) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=ff87afda-f6f5-453f-9400-21e0a3f89d5b&amp;f24b86bd-2dd8-4c94-a2a2-b7be67859d1f expected 1 but got 2
      

    • PASS [expected TIMEOUT] subtest: Loading style (use-credentials) with link (anonymous) should discard the preloaded response
    • FAIL [expected NOTRUN] subtest: Loading style (use-credentials) with link (use-credentials) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=ff87afda-f6f5-453f-9400-21e0a3f89d5b&amp;941515a8-b1fc-4907-affa-1c6e3d9ceb9e expected 1 but got 2
      

  • OK /trusted-types/trusted-types-navigation.html?26-30 (#38807)
    • PASS [expected FAIL] subtest: Navigate a window via form-submission with javascript:-urls in report-only mode.
    • PASS [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in enforcing mode.
  • TIMEOUT /trusted-types/trusted-types-navigation.html?31-35 (#38034)
    • PASS [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in report-only mode.
Stable unexpected results (35)
  • OK [expected TIMEOUT] /IndexedDB/blob-composite-blob-reads.any.html
    • PASS [expected TIMEOUT] subtest: Composite Blob Handling: Many blobs: fetch-blob-url
    • PASS [expected NOTRUN] subtest: Composite Blob Handling: Many blobs: direct
  • OK [expected TIMEOUT] /IndexedDB/blob-composite-blob-reads.any.worker.html
    • PASS [expected TIMEOUT] subtest: Composite Blob Handling: Many blobs: fetch-blob-url
    • PASS [expected NOTRUN] subtest: Composite Blob Handling: Many blobs: direct
  • OK [expected TIMEOUT] /IndexedDB/blob-contenttype.any.html
    • PASS [expected TIMEOUT] subtest: Ensure that content type round trips when reading blob data
  • OK [expected TIMEOUT] /IndexedDB/blob-contenttype.any.worker.html
    • PASS [expected TIMEOUT] subtest: Ensure that content type round trips when reading blob data
  • OK [expected TIMEOUT] /IndexedDB/blob-valid-after-deletion.any.html
    • PASS [expected TIMEOUT] subtest: Blobs stay alive after their records are deleted.
  • OK [expected TIMEOUT] /IndexedDB/blob-valid-after-deletion.any.worker.html
    • PASS [expected TIMEOUT] subtest: Blobs stay alive after their records are deleted.
  • OK [expected TIMEOUT] /IndexedDB/error-attributes.any.html
    • FAIL [expected TIMEOUT] subtest: IDBRequest and IDBTransaction error properties should be DOMExceptions

      assert_unreached: transaction should not complete Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/error-attributes.any.worker.html
    • FAIL [expected TIMEOUT] subtest: IDBRequest and IDBTransaction error properties should be DOMExceptions

      assert_unreached: transaction should not complete Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/file_support.sub.html
    • FAIL [expected TIMEOUT] subtest: Saves and loads back File objects from IndexedDB

      assert_true: expected true got false
      

  • OK [expected TIMEOUT] /IndexedDB/fire-error-event-exception.any.html
    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first error event listener on request, transaction active in second

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • And 7 more unexpected results...
  • OK [expected TIMEOUT] /IndexedDB/fire-error-event-exception.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on request, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second error event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first error event listener on request, transaction active in second

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event handler on transaction, with preventDefault

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in error event listener on transaction

      assert_unreached: transaction should abort Reached unreachable code
      

    • And 7 more unexpected results...
  • OK [expected TIMEOUT] /IndexedDB/fire-success-event-exception.any.html
    • FAIL [expected TIMEOUT] subtest: Exception in success event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first success event listener, tx active in second

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/fire-success-event-exception.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Exception in success event handler on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener ("handleEvent" lookup) on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in success event listener (non-callable "handleEvent") on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in second success event listener on request

      assert_unreached: transaction should abort Reached unreachable code
      

    • FAIL [expected TIMEOUT] subtest: Exception in first success event listener, tx active in second

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK /IndexedDB/idbdatabase-createObjectStore-exception-order.any.html
    • FAIL [expected PASS] subtest: IDBDatabase.createObjectStore exception order: TransactionInactiveError vs. SyntaxError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-createObjectStore-exception-order.any.worker.html
    • FAIL [expected PASS] subtest: IDBDatabase.createObjectStore exception order: TransactionInactiveError vs. SyntaxError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-deleteObjectStore-exception-order.any.html
    • FAIL [expected PASS] subtest: IDBDatabase.deleteObjectStore exception order: TransactionInactiveError vs. NotFoundError

      The object is in an invalid state.
      

  • OK /IndexedDB/idbdatabase-deleteObjectStore-exception-order.any.worker.html
    • FAIL [expected PASS] subtest: IDBDatabase.deleteObjectStore exception order: TransactionInactiveError vs. NotFoundError

      The object is in an invalid state.
      

  • ERROR [expected TIMEOUT] /IndexedDB/idbobjectstore_createIndex.any.worker.html
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_getKey.any.html
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - range
  • OK [expected TIMEOUT] /IndexedDB/idbobjectstore_getKey.any.worker.html
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - basic - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key path - key - no match
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator - range
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - key
    • PASS [expected TIMEOUT] subtest: IDBObjectStore.getKey() - key generator and key path - range
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_abort.any.html
    • PASS [expected FAIL] subtest: Abort during auto-committing should throw InvalidStateError.
    • PASS [expected TIMEOUT] subtest: Abort on completed transaction should throw InvalidStateError.
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_abort.any.worker.html
    • PASS [expected FAIL] subtest: Abort during auto-committing should throw InvalidStateError.
    • PASS [expected TIMEOUT] subtest: Abort on completed transaction should throw InvalidStateError.
  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_objectStoreNames.any.html
    • PASS [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after commit
    • FAIL [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after abort

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/idbtransaction_objectStoreNames.any.worker.html
    • PASS [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after commit
    • FAIL [expected TIMEOUT] subtest: IDBTransaction.objectStoreNames - value after abort

      assert_unreached: transaction should abort Reached unreachable code
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-large.any.html
    • FAIL [expected TIMEOUT] subtest: 250 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-large.any.worker.html
    • FAIL [expected TIMEOUT] subtest: 250 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-small.any.html
    • FAIL [expected TIMEOUT] subtest: 1 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 10 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 100 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/interleaved-cursors-small.any.worker.html
    • FAIL [expected TIMEOUT] subtest: 1 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 10 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

    • FAIL [expected NOTRUN] subtest: 100 cursors

      promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
      

  • OK [expected TIMEOUT] /IndexedDB/keypath-special-identifiers.any.html
    • PASS [expected TIMEOUT] subtest: Type: String, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Array, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: size
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: type
  • OK [expected TIMEOUT] /IndexedDB/keypath-special-identifiers.any.worker.html
    • PASS [expected TIMEOUT] subtest: Type: String, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Array, identifier: length
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: size
    • PASS [expected TIMEOUT] subtest: Type: Blob, identifier: type
  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-ordering.any.html
    • FAIL [expected TIMEOUT] subtest: Verify Indexed DB transactions are ordered per spec

      assert_array_equals: expected property 0 to be 1 but got 2 (expected array [1, 2] got [2, 1])
      

  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-ordering.any.worker.html
    • FAIL [expected TIMEOUT] subtest: Verify Indexed DB transactions are ordered per spec

      assert_array_equals: expected property 0 to be 1 but got 2 (expected array [1, 2] got [2, 1])
      

  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-within-database.any.html
    • PASS [expected TIMEOUT] subtest: Check that read-only transactions within a database can run in parallel.
  • OK [expected TIMEOUT] /IndexedDB/transaction-scheduling-within-database.any.worker.html
    • PASS [expected TIMEOUT] subtest: Check that read-only transactions within a database can run in parallel.
  • ERROR [expected OK] /html/infrastructure/common-dom-interfaces/collections/domstringlist.html

@github-actions
Copy link

⚠️ Try run (#19399007616) failed.

Copy link
Member

@jdm jdm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense!

@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Nov 16, 2025
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Nov 16, 2025
@arihant2math arihant2math added the T-linux-wpt Do a try run of the WPT label Nov 16, 2025
@github-actions github-actions bot removed the T-linux-wpt Do a try run of the WPT label Nov 16, 2025
@github-actions
Copy link

🔨 Triggering try run (#19400387410) for Linux (WPT)

@github-actions
Copy link

Test results for linux-wpt from try job (#19400387410):

Flaky unexpected result (53)
  • OK /FileAPI/url/url-with-fetch.any.html (#21517)
    • FAIL [expected PASS] subtest: Revoke blob URL after calling fetch, fetch should succeed

      promise_test: Unhandled rejection with value: object "TypeError: Network error occurred"
      

  • OK /IndexedDB/idbfactory_open.any.html
    • FAIL [expected PASS] subtest: Calling open() with version argument 1.5 should not throw.

      assert_equals: version expected 1 but got 9007199254740991
      

  • OK /IndexedDB/transaction-scheduling-rw-scopes.any.html
    • PASS [expected FAIL] subtest: Check that scope restrictions on read-write transactions are enforced.
  • OK /_mozilla/mozilla/getBoundingClientRect.html (#39668)
    • FAIL [expected PASS] subtest: getBoundingClientRect 1

      assert_equals: expected 62 but got 60.35
      

  • TIMEOUT [expected OK] /_mozilla/mozilla/img_placeholder_load.html (#38830)
    • TIMEOUT [expected PASS] subtest: Loading a placeholder image should trigger an error on the img element

      Test timed out
      

  • CRASH [expected PASS] /_mozilla/shadow-dom/move-element-with-ua-shadow-tree-crash.html (#39473)
  • OK /_mozilla/webxr/create_session.https.html
    • FAIL [expected PASS] subtest: create_session

      can't access property "simulateDeviceConnection", navigator.xr.test is undefined
      

  • OK /_mozilla/webxr/obtain_frame.https.html
    • FAIL [expected PASS] subtest: obtain_frame

      promise_test: Unhandled rejection with value: object "TypeError: can't access property "simulateDeviceConnection", navigator.xr.test is undefined"
      

  • ERROR [expected TIMEOUT] /_mozilla/webxr/sessionavailable.https.html
  • CRASH [expected OK] /_webgl/conformance/glsl/functions/glsl-function-distance.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/vec/vec_017_to_018.html
  • CRASH [expected OK] /_webgl/conformance/state/gl-getstring.html
  • CRASH [expected OK] /_webgl/conformance/textures/image/tex-2d-alpha-alpha-unsigned_byte.html
  • CRASH [expected OK] /_webgl/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_byte.html
  • CRASH [expected OK] /_webgl/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_byte.html
  • CRASH [expected OK] /_webgl/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
  • CRASH [expected OK] /_webgl/conformance2/glsl3/no-attribute-vertex-shader.html
  • OK /content-security-policy/frame-ancestors/frame-ancestors-path-ignored.window.html (#36468)
    • PASS [expected FAIL] subtest: A 'frame-ancestors' CSP directive with a URL that includes a path should be ignored.
  • FAIL [expected PASS] /css/css-backgrounds/background-size-042.html
  • OK /css/css-fonts/generic-family-keywords-003.html (#38994)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(fangsong) (drawing text in a canvas)
  • OK /custom-elements/form-associated/ElementInternals-setFormValue.html (#29174)
    • PASS [expected FAIL] subtest: Single value - empty name exists
    • PASS [expected FAIL] subtest: Null value should submit nothing
  • OK /fetch/api/cors/cors-cookies.any.html
    • FAIL [expected PASS] subtest: Include mode: 1 cookie

      assert_equals: Request includes cookie(s) expected "a=1" but got "a=1; domain-attribute-host-with-leading-period=0"
      

    • FAIL [expected PASS] subtest: Include mode: local cookies are not sent with remote request

      assert_false: Request should have no cookie expected false got true
      

    • FAIL [expected PASS] subtest: Include mode: remote cookies are not sent with local request

      assert_false: Request should have no cookie expected false got true
      

    • FAIL [expected PASS] subtest: Include mode: remote cookies are not sent with other remote request

      assert_false: Request should have no cookie expected false got true
      

  • OK /fetch/fetch-later/new-window.https.window.html (#32036)
    • FAIL [expected PASS] subtest: A same-origin window[target=''][features=''] can trigger fetchLater.

      assert_equals: Number of sent beacons does not match expected count: expected 1 but got 0
      

    • FAIL [expected PASS] subtest: A same-origin window[target=''][features='popup'] can trigger fetchLater.

      assert_equals: Number of sent beacons does not match expected count: expected 1 but got 0
      

    • FAIL [expected PASS] subtest: A same-origin window[target='_blank'][features=''] can trigger fetchLater.

      assert_equals: Number of sent beacons does not match expected count: expected 1 but got 0
      

    • FAIL [expected PASS] subtest: A same-origin window[target='_blank'][features='popup'] can trigger fetchLater.

      assert_equals: Number of sent beacons does not match expected count: expected 1 but got 0
      

  • OK /fetch/fetch-later/permissions-policy/deferred-fetch-allowed-by-permissions-policy.https.window.html (#40478)
    • FAIL [expected PASS] subtest: Permissions policy header: "deferred-fetch=*" allows fetchLater() in the top-level document.

      assert_equals: Number of sent beacons does not match expected count: expected 1 but got 0
      

  • OK /fetch/fetch-later/send-on-discard/not-send-after-abort.https.window.html
    • FAIL [expected PASS] subtest: A discarded document does not send an already aborted fetchLater request.

      assert_equals: Number of sent beacons does not match expected count: expected 1 but got 0
      

  • TIMEOUT [expected CRASH] /html/anonymous-iframe/indexeddb.tentative.https.window.html (#39254)
  • OK /html/browsers/browsing-the-web/navigating-across-documents/005.html (#27062)
    • FAIL [expected PASS] subtest: Link with onclick navigation and href navigation

      assert_equals: expected "href" but got "click"
      

  • OK /html/browsers/browsing-the-web/navigating-across-documents/refresh/same-document-refresh.html (#34597)
    • FAIL [expected PASS] subtest: Same-Document Referrer from Refresh

      assert_equals: original page loads expected "http://web-platform.test:8000/html/browsers/browsing-the-web/navigating-across-documents/refresh/resources/refresh-with-section.sub.html?url=%23section" but got "http://web-platform.test:8000/html/browsers/browsing-the-web/navigating-across-documents/refresh/resources/refresh-with-section.sub.html?url=%23section#section"
      

  • OK /html/browsers/browsing-the-web/navigating-across-documents/replace-before-load/a-click.html (#28697)
    • PASS [expected FAIL] subtest: aElement.click() before the load event must NOT replace
  • CRASH [expected OK] /html/browsers/the-window-object/open-close/open-features-tokenization-width-height.html
  • OK /html/browsers/windows/browsing-context-names/duplicate-name-order.html (#34623)
    • PASS [expected FAIL] subtest: Duplicate name lookup order
  • OK /html/browsers/windows/embedded-opener-remove-frame.html (#23867)
    • FAIL [expected PASS] subtest: opener of discarded auxiliary browsing context

      assert_object_equals: property "get" expected function "function opener() {
          [native code]
      }" got function "function opener() {
          [native code]
      }"
      

  • TIMEOUT [expected OK] /html/interaction/focus/the-autofocus-attribute/update-the-rendering.html (#24145)
    • TIMEOUT [expected FAIL] subtest: "Flush autofocus candidates" should be happen before a scroll event and animation frame callbacks

      Test timed out
      

  • OK /html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-1.html (#39694)
    • PASS [expected FAIL] subtest: Meta refresh is blocked by the allow-scripts sandbox flag at its creation time, not when refresh comes due
  • ERROR [expected OK] /html/semantics/embedded-content/media-elements/event_timeupdate_noautoplay.html (#25046)
  • OK /html/semantics/forms/form-submission-0/jsurl-form-submit.tentative.html (#36489)
    • PASS [expected FAIL] subtest: Verifies that form submissions scheduled inside javascript: urls take precedence over the javascript: url's return value.
  • OK [expected CRASH] /html/semantics/forms/the-fieldset-element/disabled-003.html (#31730, #39631)
  • OK [expected ERROR] /html/semantics/forms/the-input-element/click-user-gesture.html (#40512)
  • CRASH [expected TIMEOUT] /html/semantics/links/links-created-by-a-and-area-elements/target_blank_implicit_noopener.html
  • TIMEOUT [expected ERROR] /html/semantics/links/links-created-by-a-and-area-elements/target_blank_implicit_noopener_base.html (#40347)
  • OK [expected ERROR] /html/user-activation/no-activation-thru-escape-key.html (#40343)
  • OK /navigation-timing/test-navigation-type-reload.html (#33334)
    • PASS [expected FAIL] subtest: Reload domComplete &gt; Original domComplete
    • PASS [expected FAIL] subtest: Reload domContentLoadedEventEnd &gt; Original domContentLoadedEventEnd
    • PASS [expected FAIL] subtest: Reload domContentLoadedEventStart &gt; Original domContentLoadedEventStart
    • PASS [expected FAIL] subtest: Reload fetchStart &gt; Original fetchStart
    • PASS [expected FAIL] subtest: Reload loadEventEnd &gt; Original loadEventEnd
    • PASS [expected FAIL] subtest: Reload loadEventStart &gt; Original loadEventStart
  • FAIL [expected PASS] /png/apng/fcTL-dispose-previous.html
  • OK /preload/preload-xhr.html (#39092)
    • FAIL [expected PASS] subtest: Make an XHR request immediately after creating link rel=preload.

      assert_equals: resources/dummy.xml?token=9576d899-c560-4c33-881c-581a17d27e17 expected 1 but got 0
      

  • ERROR [expected OK] /resource-timing/cors-preflight.any.html (#28694)
  • CRASH [expected OK] /trusted-types/block-string-assignment-to-Document-parseHTMLUnsafe.html
  • CRASH [expected OK] /trusted-types/eval-function-constructor.html
  • CRASH [expected TIMEOUT] /trusted-types/should-trusted-type-policy-creation-be-blocked-by-csp-002.html
  • TIMEOUT /trusted-types/trusted-types-navigation.html?06-10 (#37920)
    • PASS [expected FAIL] subtest: Navigate a frame via anchor with javascript:-urls in report-only mode.
  • CRASH [expected OK] /trusted-types/trusted-types-reporting-for-Document-execCommand.html
  • TIMEOUT [expected OK] /webidl/ecmascript-binding/class-string-interface.any.html
  • ERROR [expected OK] /workers/baseurl/alpha/import-in-moduleworker.html (#21315)
  • ERROR [expected OK] /workers/baseurl/alpha/sharedworker-in-worker.html (#21315)
Stable unexpected results that are known to be intermittent (25)
  • TIMEOUT /FileAPI/url/url-in-tags-revoke.window.html (#19978)
    • TIMEOUT [expected PASS] subtest: Fetching a blob URL immediately before revoking it works in &lt;script&gt; tags.

      Test timed out
      

  • OK /IndexedDB/idbobjectstore_getAll.any.worker.html (#39400)
    • PASS [expected FAIL] subtest: Get all values with transaction.commit()
  • FAIL [expected PASS] /_mozilla/mozilla/sslfail.html (#10760)
  • TIMEOUT [expected OK] /_mozilla/mozilla/window_resize_event.html (#36741)
    • TIMEOUT [expected PASS] subtest: Popup onresize event fires after resizeTo

      Test timed out
      

  • OK /_webgl/conformance/textures/misc/texture-upload-size.html (#21770)
    • PASS [expected FAIL] subtest: WebGL test #45
    • PASS [expected FAIL] subtest: WebGL test #47
    • PASS [expected FAIL] subtest: WebGL test #49
    • PASS [expected FAIL] subtest: WebGL test #51
  • OK /cookies/value/value-ctl.html (#40338)
    • PASS [expected FAIL] subtest: Cookie with %x0 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x1 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x2 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x3 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x4 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x5 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x6 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x7 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x8 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %xa in value is rejected (DOM).
    • And 22 more unexpected results...
  • OK /css/css-cascade/layer-font-face-override.html (#35935)
    • FAIL [expected PASS] subtest: @font-face override update with appended sheet 1

      assert_equals: expected "80px" but got "41.45px"
      

  • OK /fetch/api/response/response-stream-with-broken-then.any.html (#35419)
    • PASS [expected FAIL] subtest: Attempt to inject {done: false, value: bye} via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject value: undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject 8.2 via Object.prototype.then.
    • PASS [expected FAIL] subtest: intercepting arraybuffer to text conversion via Object.prototype.then should not be possible
  • OK /fetch/metadata/generated/css-font-face.https.sub.tentative.html (#32732)
    • PASS [expected FAIL] subtest: sec-fetch-user
  • OK /fetch/metadata/generated/element-img-environment-change.https.sub.html (#30111)
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Origin -&gt; Same-Site -&gt; Same-Origin redirect, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Cross-Site -&gt; Same-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Origin -&gt; Same Origin, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Origin -&gt; Cross-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Site -&gt; Same-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-mode - attributes: crossorigin
    • PASS [expected FAIL] subtest: sec-fetch-mode - attributes: crossorigin=use-credentials
    • PASS [expected FAIL] subtest: sec-fetch-user - no attributes
    • PASS [expected FAIL] subtest: sec-fetch-storage-access - Same site, no attributes
  • OK /fetch/metadata/generated/element-img-environment-change.sub.html (#30111)
    • FAIL [expected PASS] subtest: sec-fetch-mode - Not sent to non-trustworthy same-origin destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • PASS [expected FAIL] subtest: sec-fetch-mode - Not sent to non-trustworthy cross-site destination, no attributes
    • FAIL [expected PASS] subtest: sec-fetch-dest - Not sent to non-trustworthy same-origin destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-user - Not sent to non-trustworthy cross-site destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-site - HTTPS downgrade-upgrade, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • ERROR /fetch/metadata/generated/serviceworker.https.sub.html (#36247)
    • FAIL [expected PASS] subtest: sec-fetch-site - Same origin, no options - registration

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • OK /html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.html (#29049)
    • PASS [expected FAIL] subtest: Same-origin navigation started from unload handler must be ignored
  • OK /html/browsers/history/the-history-interface/traverse_the_history_3.html (#21383)
    • FAIL [expected PASS] subtest: Multiple history traversals, last would be aborted

      assert_array_equals: Pages opened during history navigation expected property 1 to be 3 but got 2 (expected array [6, 3] got [6, 2])
      

  • OK /html/browsers/history/the-history-interface/traverse_the_history_5.html (#21383)
    • PASS [expected FAIL] subtest: Multiple history traversals, last would be aborted
  • TIMEOUT [expected OK] /html/interaction/focus/the-autofocus-attribute/document-with-fragment-empty.html (#28259)
    • TIMEOUT [expected FAIL] subtest: Autofocus elements in top-level browsing context's documents with empty fragments should work.

      Test timed out
      

  • OK /html/semantics/forms/form-submission-0/multipart-formdata.window.html (#28725)
    • PASS [expected FAIL] subtest: multipart/form-data: \n in value (formdata event)
    • PASS [expected FAIL] subtest: multipart/form-data: \r\n in value (normal form)
    • PASS [expected FAIL] subtest: multipart/form-data: single quote in value (formdata event)
  • OK /html/semantics/forms/form-submission-0/text-plain.window.html (#28687)
    • PASS [expected FAIL] subtest: text/plain: \r\n in name (normal form)
    • PASS [expected FAIL] subtest: text/plain: backslash in filename (formdata event)
  • OK /html/semantics/forms/form-submission-0/urlencoded2.window.html (#28687)
    • PASS [expected FAIL] subtest: application/x-www-form-urlencoded: Basic File test (normal form)
  • OK /html/webappapis/user-prompts/print-during-unload.html (#35944)
    • PASS [expected FAIL] subtest: print() during unload
  • OK /preload/preload-error.sub.html (#37177)
    • PASS [expected FAIL] subtest: success (fetch): main
    • PASS [expected FAIL] subtest: CORS (fetch): main
  • OK [expected TIMEOUT] /preload/preload-resource-match.https.html (#38088)
    • FAIL [expected PASS] subtest: Loading style (same-origin) with link (same-origin) should reuse the preloaded response

      assert_equals: https://web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=914f94b3-c983-40e6-9405-a9b3b00f7060&amp;7718453f-3488-4db5-9695-31c88763edc0 expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (no-cors) with link (no-cors) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=914f94b3-c983-40e6-9405-a9b3b00f7060&amp;6be0cb52-af42-4b71-95cf-5889e3e91111 expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (anonymous) with link (anonymous) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=914f94b3-c983-40e6-9405-a9b3b00f7060&amp;dec38546-62d3-4543-a97f-57f5c87f332a expected 1 but got 2
      

    • PASS [expected TIMEOUT] subtest: Loading style (use-credentials) with link (anonymous) should discard the preloaded response
    • FAIL [expected NOTRUN] subtest: Loading style (use-credentials) with link (use-credentials) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=914f94b3-c983-40e6-9405-a9b3b00f7060&amp;befaba6b-2562-4100-8538-c3e0825928b8 expected 1 but got 2
      

  • TIMEOUT [expected OK] /trusted-types/trusted-types-navigation.html?26-30 (#38807)
    • TIMEOUT [expected FAIL] subtest: Navigate a window via form-submission with javascript:-urls in report-only mode.

      Test timed out
      

    • NOTRUN [expected PASS] subtest: Navigate a window via form-submission with javascript:-urls w/ default policy in report-only mode.
    • NOTRUN [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in enforcing mode.
    • NOTRUN [expected PASS] subtest: Navigate a frame via form-submission with javascript:-urls w/ default policy in enforcing mode.
  • TIMEOUT /trusted-types/trusted-types-navigation.html?31-35 (#38034)
    • TIMEOUT [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in report-only mode.

      Test timed out
      

    • NOTRUN [expected TIMEOUT] subtest: Navigate a frame via form-submission with javascript:-urls w/ default policy in report-only mode.
  • OK [expected ERROR] /webxr/render_state_update.https.html (#27535)
Stable unexpected results (1)
  • ERROR [expected OK] /html/infrastructure/common-dom-interfaces/collections/domstringlist.html

@github-actions
Copy link

⚠️ Try run (#19400387410) failed.

@arihant2math
Copy link
Contributor Author

Expectations updated.

@arihant2math arihant2math requested a review from jdm November 16, 2025 05:02
@jdm jdm added the T-linux-wpt Do a try run of the WPT label Nov 16, 2025
@github-actions github-actions bot removed the T-linux-wpt Do a try run of the WPT label Nov 16, 2025
@github-actions
Copy link

🔨 Triggering try run (#19400706154) for Linux (WPT)

@github-actions
Copy link

Test results for linux-wpt from try job (#19400706154):

Flaky unexpected result (39)
  • OK /IndexedDB/idbfactory_open.any.html
    • FAIL [expected PASS] subtest: Calling open() with version argument 1.5 should not throw.

      assert_equals: version expected 1 but got 9007199254740991
      

  • CRASH [expected PASS] /_mozilla/shadow-dom/move-element-with-ua-shadow-tree-crash.html (#39473)
  • OK /_mozilla/webxr/create_session.https.html
    • FAIL [expected PASS] subtest: create_session

      can't access property "simulateDeviceConnection", navigator.xr.test is undefined
      

  • ERROR [expected TIMEOUT] /_mozilla/webxr/sessionavailable.https.html
  • CRASH [expected OK] /_webgl/conformance/extensions/ext-texture-filter-anisotropic.html
  • CRASH [expected OK] /_webgl/conformance/ogles/GL/functions/functions_121_to_126.html
  • CRASH [expected OK] /_webgl/conformance/rendering/canvas-alpha-bug.html
  • CRASH [expected OK] /_webgl/conformance/textures/image_bitmap_from_image_data/tex-2d-alpha-alpha-unsigned_byte.html
  • OK /_webgl/conformance/textures/misc/texture-upload-size.html (#21770)
    • PASS [expected FAIL] subtest: WebGL test #45
    • PASS [expected FAIL] subtest: WebGL test #47
    • PASS [expected FAIL] subtest: WebGL test #49
    • PASS [expected FAIL] subtest: WebGL test #51
    • FAIL [expected PASS] subtest: WebGL test #53

      assert_true: Texture was smaller than the expected size 2x2 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #55

      assert_true: getError expected: INVALID_VALUE. Was NO_ERROR : when calling texSubImage2D with the same texture upload with offset 1, 1 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #57

      assert_true: Texture was smaller than the expected size 2x2 expected true got false
      

    • FAIL [expected PASS] subtest: WebGL test #59

      assert_true: getError expected: INVALID_VALUE. Was NO_ERROR : when calling texSubImage2D with the same texture upload with offset 1, 1 expected true got false
      

    • PASS [expected FAIL] subtest: WebGL test #61
    • PASS [expected FAIL] subtest: WebGL test #63
    • And 14 more unexpected results...
  • CRASH [expected OK] /_webgl/conformance2/extensions/ovr_multiview2_draw_buffers.html
  • CRASH [expected OK] /_webgl/conformance2/glsl3/array-assign-constructor.html
  • CRASH [expected OK] /_webgl/conformance2/glsl3/matrix-row-major.html
  • CRASH [expected OK] /_webgl/conformance2/wasm/buffersubdata-4gb-wasm-memory.html
  • OK /cookiestore/cookieStore_getAll_set_creation_url.https.any.html
    • FAIL [expected PASS] subtest: cookieStore.set and cookieStore.getAll use the creation url

      assert_equals: expected 1 but got 2
      

  • OK [expected TIMEOUT] /cookiestore/httponly_cookies.https.window.html
    • FAIL [expected TIMEOUT] subtest: HttpOnly cookies are not observed

      assert_equals: HttpOnly cookie we wrote using HTTP in cookie jar is invisible to script expected (undefined) undefined but got (string) "cspViolationReportCookie1=1"
      

    • FAIL [expected NOTRUN] subtest: HttpOnly cookies can not be set by document.cookie

      assert_equals: Trying to store an HttpOnly cookie with document.cookie fails expected "cookie1=value1; cookie3=value3" but got "HTTPONLY-cookie=value; cookie1=value1; cookie3=value3"
      

    • FAIL [expected NOTRUN] subtest: HttpOnly cookies can not be set by CookieStore

      assert_equals: httpOnly is not an option for CookieStore.set() expected "cookie1=value1; cookie2=value2; cookie3=value3" but got "HTTPONLY-cookie=value; cookie1=value1; cookie2=value2; cookie3=value3"
      

    • FAIL [expected NOTRUN] subtest: HttpOnly cookies are not deleted/overwritten

      assert_equals: HttpOnly cookie is not deleted expected (string) "HTTPONLY-cookie=value" but got (undefined) undefined
      

  • FAIL [expected PASS] /css/css-backgrounds/background-size-041.html
  • OK /css/css-fonts/variations/at-font-face-font-matching.html (#20684)
    • FAIL [expected PASS] subtest: Matching font-stretch: '110%' should prefer '105%' over '100%'

      assert_equals: Unexpected font on test element expected 487 but got 532
      

  • OK /css/css-fonts/variations/font-weight-matching.html (#38577)
    • FAIL [expected PASS] subtest: Test @font-face matching for weight 250

      assert_approx_equals: @font-face should be mapped to CSSTest Weights 800. expected 90 +/- 2 but got 180
      

    • FAIL [expected PASS] subtest: Test @font-face matching for weight 470

      assert_approx_equals: @font-face should be mapped to CSSTest Weights 300. expected 90 +/- 2 but got 180
      

    • FAIL [expected PASS] subtest: Test @font-face matching for weight 500

      assert_approx_equals: @font-face should be mapped to CSSTest Weights 300. expected 90 +/- 2 but got 180
      

  • OK /custom-elements/form-associated/ElementInternals-setFormValue.html (#29174)
    • PASS [expected FAIL] subtest: Single value - empty name exists
    • PASS [expected FAIL] subtest: Single value - Non-empty name exists
  • CRASH [expected ERROR] /encoding/encodeInto.any.serviceworker.html
  • OK /fetch/api/credentials/cookies.any.html
    • FAIL [expected PASS] subtest: Include mode: 1 cookie

      assert_equals: Request include cookie(s) expected "a=1" but got "a=1; domain-attribute-matches-host=0"
      

    • FAIL [expected PASS] subtest: Include mode: 2 cookies

      assert_equals: Request include cookie(s) expected "b=2; c=3" but got "b=2; c=3; domain-attribute-matches-host=0"
      

    • FAIL [expected PASS] subtest: Omit mode: no cookie is stored

      assert_false: Request does not have cookie(s) expected false got true
      

    • FAIL [expected PASS] subtest: Same-origin mode: 1 cookie

      assert_equals: Request include cookie(s) expected "a=1" but got "a=1; domain-attribute-matches-host=0"
      

    • FAIL [expected PASS] subtest: Same-origin mode: 2 cookies

      assert_equals: Request include cookie(s) expected "b=2; c=3" but got "b=2; c=3; domain-attribute-matches-host=0"
      

  • TIMEOUT /fetch/metadata/generated/css-images.sub.tentative.html (#29047)
    • TIMEOUT [expected PASS] subtest: background-image sec-fetch-dest - Not sent to non-trustworthy cross-site destination

      Test timed out
      

  • OK /html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.html (#29049)
    • PASS [expected FAIL] subtest: Same-origin navigation started from unload handler must be ignored
  • OK /html/browsers/browsing-the-web/navigating-across-documents/refresh/same-document-refresh.html (#34597)
    • FAIL [expected PASS] subtest: Same-Document Referrer from Refresh

      assert_equals: original page loads expected "http://web-platform.test:8000/html/browsers/browsing-the-web/navigating-across-documents/refresh/resources/refresh-with-section.sub.html?url=%23section" but got "http://web-platform.test:8000/html/browsers/browsing-the-web/navigating-across-documents/refresh/resources/refresh-with-section.sub.html?url=%23section#section"
      

  • OK /html/browsers/browsing-the-web/navigating-across-documents/replace-before-load/a-click.html (#28697)
    • PASS [expected FAIL] subtest: aElement.click() before the load event must NOT replace
  • OK /html/browsers/history/the-history-interface/traverse_the_history_4.html (#21383)
    • PASS [expected FAIL] subtest: Multiple history traversals, last would be aborted
  • CRASH [expected TIMEOUT] /html/browsers/windows/clear-window-name.https.html
  • OK /html/browsers/windows/embedded-opener-remove-frame.html (#23867)
    • FAIL [expected PASS] subtest: opener of discarded auxiliary browsing context

      assert_object_equals: property "get" expected function "function opener() {
          [native code]
      }" got function "function opener() {
          [native code]
      }"
      

  • TIMEOUT [expected OK] /html/semantics/embedded-content/media-elements/src_object_blob.html (#40340)
    • TIMEOUT [expected PASS] subtest: HTMLMediaElement.srcObject blob

      Test timed out
      

  • OK [expected CRASH] /html/semantics/forms/the-fieldset-element/disabled-003.html (#31730, #39631)
  • OK /html/semantics/scripting-1/the-script-element/execution-timing/077.html (#22139)
    • FAIL [expected PASS] subtest: adding several types of scripts through the DOM and removing some of them confuses scheduler

      assert_array_equals: expected property 1 to be "Script #1 ran" but got "Script #3 ran" (expected array ["Script #2 ran", "Script #1 ran", "Script #3 ran", "Script #4 ran"] got ["Script #2 ran", "Script #3 ran", "Script #4 ran", "Script #1 ran"])
      

  • OK /navigation-timing/test-navigation-type-reload.html (#33334)
    • PASS [expected FAIL] subtest: Reload domContentLoadedEventEnd &gt; Original domContentLoadedEventEnd
    • PASS [expected FAIL] subtest: Reload domInteractive &gt; Original domInteractive
  • OK /service-workers/service-worker/fetch-event.https.html (#36234)
    • PASS [expected FAIL] subtest: Service Worker falls back to network in fetch event with POST form
  • TIMEOUT [expected OK] /trusted-types/trusted-types-navigation.html?01-05 (#38975)
    • TIMEOUT [expected PASS] subtest: Navigate a window via anchor with javascript:-urls in report-only mode.

      Test timed out
      

    • NOTRUN [expected PASS] subtest: Navigate a window via anchor with javascript:-urls w/ default policy in report-only mode.
    • NOTRUN [expected PASS] subtest: Navigate a frame via anchor with javascript:-urls in enforcing mode.
  • CRASH [expected OK] /upgrade-insecure-requests/gen/iframe-blank-inherit.meta/unset/worklet-paint.https.html
  • CRASH [expected OK] /wasm/core/f32_bitwise.wast.js.html
  • CRASH [expected TIMEOUT] /wasm/webapi/empty-body.any.worker.html
  • CRASH [expected TIMEOUT] /webaudio/the-audio-api/the-audiocontext-interface/promise-methods-after-discard.html
  • ERROR [expected OK] /workers/baseurl/alpha/import-in-moduleworker.html (#21315)
Stable unexpected results that are known to be intermittent (29)
  • OK /IndexedDB/idbobjectstore_getAll.any.html (#39276)
    • PASS [expected FAIL] subtest: Get all values with transaction.commit()
  • OK /IndexedDB/idbobjectstore_getAll.any.worker.html (#39400)
    • PASS [expected FAIL] subtest: Get all values with transaction.commit()
  • OK /_mozilla/mozilla/getBoundingClientRect.html (#39668)
    • FAIL [expected PASS] subtest: getBoundingClientRect 1

      assert_equals: expected 62 but got 60.35
      

  • FAIL [expected PASS] /_mozilla/mozilla/sslfail.html (#10760)
  • TIMEOUT [expected OK] /_mozilla/mozilla/window_resize_event.html (#36741)
    • TIMEOUT [expected PASS] subtest: Popup onresize event fires after resizeTo

      Test timed out
      

  • TIMEOUT /content-security-policy/inheritance/location-reload.html (#38983)
    • PASS [expected FAIL] subtest: location.reload() of empty iframe.
  • OK /cookies/value/value-ctl.html (#40338)
    • PASS [expected FAIL] subtest: Cookie with %x0 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x1 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x2 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x3 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x4 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x5 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x6 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x7 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %x8 in value is rejected (DOM).
    • PASS [expected FAIL] subtest: Cookie with %xa in value is rejected (DOM).
    • And 22 more unexpected results...
  • OK /css/css-cascade/layer-font-face-override.html (#35935)
    • FAIL [expected PASS] subtest: @font-face override update with appended sheet 1

      assert_equals: expected "80px" but got "38.3166666666667px"
      

    • FAIL [expected PASS] subtest: @font-face override update with appended sheet 2

      assert_equals: expected "80px" but got "38.3166666666667px"
      

  • OK /css/css-fonts/generic-family-keywords-001.html (#37467)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(fangsong)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(kai)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(khmer-mul)
    • PASS [expected FAIL] subtest: @font-face matching for quoted and unquoted generic(nastaliq)
  • TIMEOUT [expected OK] /fetch/api/redirect/redirect-keepalive.https.any.html (#32153)
    • TIMEOUT [expected PASS] subtest: [keepalive][iframe][load] mixed content redirect; setting up

      Test timed out
      

  • OK /fetch/api/response/response-stream-with-broken-then.any.html (#35419)
    • PASS [expected FAIL] subtest: Attempt to inject {done: false, value: bye} via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject value: undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject undefined via Object.prototype.then.
    • PASS [expected FAIL] subtest: Attempt to inject 8.2 via Object.prototype.then.
    • PASS [expected FAIL] subtest: intercepting arraybuffer to text conversion via Object.prototype.then should not be possible
  • OK /fetch/metadata/generated/css-font-face.https.sub.tentative.html (#32732)
    • FAIL [expected PASS] subtest: sec-fetch-storage-access - Cross-site

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • OK /fetch/metadata/generated/css-font-face.sub.tentative.html (#34624)
    • PASS [expected FAIL] subtest: sec-fetch-storage-access - Not sent to non-trustworthy same-site destination
    • FAIL [expected PASS] subtest: sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • OK /fetch/metadata/generated/element-img-environment-change.https.sub.html (#30111)
    • PASS [expected FAIL] subtest: sec-fetch-site - Cross-Site -&gt; Same Origin, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Cross-Site -&gt; Cross-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Site -&gt; Same Origin, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-site - Same-Site -&gt; Cross-Site, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-mode - attributes: crossorigin
  • OK /fetch/metadata/generated/element-img-environment-change.sub.html (#30111)
    • PASS [expected FAIL] subtest: sec-fetch-site - Not sent to non-trustworthy cross-site destination, no attributes
    • FAIL [expected PASS] subtest: sec-fetch-mode - Not sent to non-trustworthy same-origin destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • PASS [expected FAIL] subtest: sec-fetch-mode - Not sent to non-trustworthy same-site destination, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-mode - Not sent to non-trustworthy cross-site destination, no attributes
    • PASS [expected FAIL] subtest: sec-fetch-dest - Not sent to non-trustworthy cross-site destination, no attributes
    • FAIL [expected PASS] subtest: sec-fetch-user - Not sent to non-trustworthy cross-site destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

    • FAIL [expected PASS] subtest: sec-fetch-site - HTTPS downgrade-upgrade, no attributes

      promise_test: Unhandled rejection with value: object "Error: Failed to query for recorded headers."
      

  • TIMEOUT [expected CRASH] /fetch/metadata/window-open.https.sub.html (#40339)
  • OK [expected ERROR] /focus/focus-event-after-switching-iframes.sub.html (#40368)
  • OK /html/browsers/browsing-the-web/navigating-across-documents/005.html (#27062)
    • FAIL [expected PASS] subtest: Link with onclick navigation and href navigation

      assert_equals: expected "href" but got "click"
      

  • OK /html/browsers/history/the-history-interface/traverse_the_history_3.html (#21383)
    • FAIL [expected PASS] subtest: Multiple history traversals, last would be aborted

      assert_array_equals: Pages opened during history navigation expected property 1 to be 3 but got 1 (expected array [6, 3] got [6, 1])
      

  • OK [expected TIMEOUT] /html/interaction/focus/the-autofocus-attribute/supported-elements.html (#24145)
    • FAIL [expected TIMEOUT] subtest: Element with tabindex should support autofocus

      assert_equals: expected "SPAN" but got "BODY"
      

    • PASS [expected NOTRUN] subtest: Non-HTMLElement should not support autofocus
    • FAIL [expected NOTRUN] subtest: Host element with delegatesFocus should support autofocus

      assert_equals: expected Element node &lt;div autofocus=""&gt;&lt;/div&gt; but got Element node &lt;body&gt;&lt;/body&gt;
      

    • FAIL [expected NOTRUN] subtest: Host element with delegatesFocus including no focusable descendants should be skipped

      assert_equals: expected Element node &lt;input autofocus=""&gt;&lt;/input&gt; but got Element node &lt;body&gt;&lt;div autofocus=""&gt;&lt;/div&gt;&lt;input autofocus=""&gt;&lt;/body&gt;
      

    • FAIL [expected NOTRUN] subtest: Area element should support autofocus

      promise_test: Unhandled rejection with value: object "TypeError: can't access property "appendChild", w.document.querySelector(...) is null"
      

  • TIMEOUT [expected OK] /html/interaction/focus/the-autofocus-attribute/update-the-rendering.html (#24145)
    • TIMEOUT [expected FAIL] subtest: "Flush autofocus candidates" should be happen before a scroll event and animation frame callbacks

      Test timed out
      

  • OK /html/semantics/forms/form-submission-0/multipart-formdata.window.html (#28725)
    • PASS [expected FAIL] subtest: multipart/form-data: Basic test (formdata event)
    • PASS [expected FAIL] subtest: multipart/form-data: 0x00 in value (formdata event)
    • PASS [expected FAIL] subtest: multipart/form-data: single quote in name (normal form)
    • PASS [expected FAIL] subtest: multipart/form-data: backslash in name (formdata event)
  • OK /html/semantics/forms/form-submission-0/text-plain.window.html (#28687)
    • FAIL [expected PASS] subtest: text/plain: Basic test (formdata event)

      assert_equals: expected "basic=test\r\n" but got ""
      

    • PASS [expected FAIL] subtest: text/plain: Basic File test (normal form)
    • PASS [expected FAIL] subtest: text/plain: 0x00 in value (normal form)
    • PASS [expected FAIL] subtest: text/plain: \r\n in name (normal form)
    • PASS [expected FAIL] subtest: text/plain: single quote in filename (normal form)
  • OK /html/semantics/forms/form-submission-0/urlencoded2.window.html (#28687)
    • FAIL [expected PASS] subtest: application/x-www-form-urlencoded: Basic test (formdata event)

      assert_equals: expected "basic=test" but got ""
      

    • PASS [expected FAIL] subtest: application/x-www-form-urlencoded: non-ASCII in filename (normal form)
  • OK /html/webappapis/user-prompts/print-during-unload.html (#35944)
    • PASS [expected FAIL] subtest: print() during unload
  • OK /preload/preload-error.sub.html (#37177)
    • PASS [expected FAIL] subtest: success (fetch): main
  • OK [expected TIMEOUT] /preload/preload-resource-match.https.html (#38088)
    • FAIL [expected PASS] subtest: Loading style (same-origin) with link (same-origin) should reuse the preloaded response

      assert_equals: https://web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=ae98f728-c4e7-43a3-baf1-705f876e3133&amp;c510c1f3-f1c6-4f41-982a-a530a05ae909 expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (no-cors) with link (no-cors) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=ae98f728-c4e7-43a3-baf1-705f876e3133&amp;489de2dd-e239-402a-95e0-b8f5c4058e97 expected 1 but got 2
      

    • FAIL [expected PASS] subtest: Loading style (anonymous) with link (anonymous) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=ae98f728-c4e7-43a3-baf1-705f876e3133&amp;484fe8a0-1b20-4386-aae8-8e30b94861e9 expected 1 but got 2
      

    • PASS [expected TIMEOUT] subtest: Loading style (use-credentials) with link (anonymous) should discard the preloaded response
    • FAIL [expected NOTRUN] subtest: Loading style (use-credentials) with link (use-credentials) should reuse the preloaded response

      assert_equals: https://www1.web-platform.test:8443/preload/resources/echo-with-cors.py?type=text%2Fcss&amp;content=.cls%20%7B%20%7D&amp;uid=ae98f728-c4e7-43a3-baf1-705f876e3133&amp;8233fa86-d275-4d66-96b6-456d8c8761b3 expected 1 but got 2
      

  • OK /trusted-types/trusted-types-navigation.html?26-30 (#38807)
    • PASS [expected FAIL] subtest: Navigate a window via form-submission with javascript:-urls in report-only mode.
    • PASS [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in enforcing mode.
  • OK [expected TIMEOUT] /trusted-types/trusted-types-navigation.html?31-35 (#38034)
    • PASS [expected FAIL] subtest: Navigate a frame via form-submission with javascript:-urls in report-only mode.
    • PASS [expected TIMEOUT] subtest: Navigate a frame via form-submission with javascript:-urls w/ default policy in report-only mode.
    • FAIL [expected NOTRUN] subtest: Navigate a window via form-submission with javascript:-urls w/ a default policy throwing an exception in enforcing mode.

      promise_test: Unhandled rejection with value: "Unexpected message received: \"No securitypolicyviolation reported!\""
      

    • FAIL [expected NOTRUN] subtest: Navigate a window via form-submission with javascript:-urls w/ a default policy throwing an exception in report-only mode.

      promise_test: Unhandled rejection with value: "Unexpected message received: \"No securitypolicyviolation reported!\""
      

    • FAIL [expected NOTRUN] subtest: Navigate a window via form-submission with javascript:-urls w/ a default policy making the URL invalid in enforcing mode.

      promise_test: Unhandled rejection with value: "Unexpected message received: \"No securitypolicyviolation reported!\""
      

Stable unexpected results (1)
  • ERROR [expected OK] /html/infrastructure/common-dom-interfaces/collections/domstringlist.html

@github-actions
Copy link

⚠️ Try run (#19400706154) failed.

@jdm jdm added this pull request to the merge queue Nov 16, 2025
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Nov 16, 2025
Merged via the queue into servo:main with commit 79d9615 Nov 16, 2025
111 of 113 checks passed
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Nov 16, 2025
@arihant2math arihant2math deleted the idb-intermitent branch November 16, 2025 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-awaiting-review There is new code that needs to be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Intermittent PASS in /IndexedDB/delete-request-queue.any.worker.html Intermittent failure in /IndexedDB/delete-request-queue.any.html

3 participants