diff options
Diffstat (limited to 'testing/web-platform/meta/html/semantics')
28 files changed, 146 insertions, 54 deletions
diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base-data.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base-data.html.ini index 859fbc431b..dfbc2021a4 100644 --- a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base-data.html.ini +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base-data.html.ini @@ -1,6 +1,14 @@ [base-data.html] [First <base> has a data: URL so fallback is used] - expected: FAIL + expected: + if not debug and (os == "linux") and not asan and not tsan: [PASS, FAIL] + if not debug and (os == "win"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "android"): [PASS, FAIL] [Dynamically inserted first <base> has a data: URL so fallback is used] - expected: FAIL + expected: + if not debug and (os == "linux") and not asan and not tsan: [PASS, FAIL] + if not debug and (os == "win"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "android"): [PASS, FAIL] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base-javascript.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base-javascript.html.ini index 0cd8cecf4f..46fad851e3 100644 --- a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base-javascript.html.ini +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base-javascript.html.ini @@ -1,6 +1,14 @@ [base-javascript.html] [First <base> has a javascript: URL so fallback is used] - expected: FAIL + expected: + if not debug and (os == "linux") and not asan and not tsan: [PASS, FAIL] + if not debug and (os == "win"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "android"): [PASS, FAIL] [Dynamically inserted first <base> has a javascript: URL so fallback is used] - expected: FAIL + expected: + if not debug and (os == "linux") and not asan and not tsan: [PASS, FAIL] + if not debug and (os == "win"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "android"): [PASS, FAIL] diff --git a/testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini b/testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini new file mode 100644 index 0000000000..88b760811d --- /dev/null +++ b/testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini @@ -0,0 +1,3 @@ +[iframe_sandbox_popups_escaping-1.html] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/sandbox-top-navigation-child-cross-origin-delivered.tentative.sub.window.js.ini b/testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/sandbox-top-navigation-child-cross-origin-delivered.tentative.sub.window.js.ini index 6c1ef5bb5e..dd34a3b747 100644 --- a/testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/sandbox-top-navigation-child-cross-origin-delivered.tentative.sub.window.js.ini +++ b/testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/sandbox-top-navigation-child-cross-origin-delivered.tentative.sub.window.js.ini @@ -1,5 +1,8 @@ [sandbox-top-navigation-child-cross-origin-delivered.tentative.sub.window.html] expected: - if (os == "linux") and not fission and debug and not swgl: [OK, CRASH] + if debug and (os == "linux") and fission: [OK, TIMEOUT] + if debug and (os == "linux") and not fission: [OK, CRASH] [A cross-origin frame with delivered sandbox flags can not navigate top] - expected: FAIL + expected: + if debug and (os == "linux") and fission: [FAIL, TIMEOUT] + FAIL diff --git a/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-data-url-to-https.html.ini b/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-data-url-to-https.html.ini index 669a2fce36..3bd071109c 100644 --- a/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-data-url-to-https.html.ini +++ b/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-data-url-to-https.html.ini @@ -1,3 +1,3 @@ [image-loading-lazy-data-url-to-https.html] expected: - if debug and (os == "linux") and not fission and not swgl: [PASS, FAIL] + if not fission and (os == "linux") and debug and not swgl: [PASS, FAIL] diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/native-popup-with-datalist.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/native-popup-with-datalist.tentative.html.ini new file mode 100644 index 0000000000..4663af098f --- /dev/null +++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/native-popup-with-datalist.tentative.html.ini @@ -0,0 +1,2 @@ +[native-popup-with-datalist.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/nested-options.tenative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/nested-options.tenative.html.ini new file mode 100644 index 0000000000..cccb9b6387 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/nested-options.tenative.html.ini @@ -0,0 +1,6 @@ +[nested-options.tenative.html] + [The HTML parser should disallow nested options in select datalist.] + expected: FAIL + + [Nested <options> should be listed in <select> IDLs.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-writing-mode-vertical-lr.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-writing-mode-vertical-lr.tentative.html.ini new file mode 100644 index 0000000000..3b64ad3a46 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-writing-mode-vertical-lr.tentative.html.ini @@ -0,0 +1,2 @@ +[select-appearance-writing-mode-vertical-lr.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-writing-mode-vertical-rl.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-writing-mode-vertical-rl.tentative.html.ini new file mode 100644 index 0000000000..a3843b0849 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-writing-mode-vertical-rl.tentative.html.ini @@ -0,0 +1,2 @@ +[select-appearance-writing-mode-vertical-rl.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-datalist-popover-behavior.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-datalist-popover-behavior.tentative.html.ini new file mode 100644 index 0000000000..468b6496e7 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-datalist-popover-behavior.tentative.html.ini @@ -0,0 +1,18 @@ +[select-datalist-popover-behavior.tentative.html] + [showPopover and hidePopover should work on the select datalist.] + expected: FAIL + + [showPicker should show the select datalist.] + expected: FAIL + + [preventDefault on beforetoggle should prevent the datalist from showing.] + expected: FAIL + + [showPopover on a disconnected datalist should throw an exception.] + expected: FAIL + + [Disconnecting while internally showing the datalist should not crash or show the popover.] + expected: FAIL + + [Disconnecting while internally hiding the datalist should not crash.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini index 1301bf9dc6..6f0966515d 100644 --- a/testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini +++ b/testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini @@ -1,6 +1,7 @@ prefs: [apz.zoom-to-focused-input.enabled:false] [interactive-content.html] expected: + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] if (os == "mac") and not debug: TIMEOUT if (os == "linux") and not debug: [TIMEOUT, OK] if (os == "android") and not debug: [OK, CRASH] @@ -11,15 +12,13 @@ prefs: [apz.zoom-to-focused-input.enabled:false] expected: if (os == "mac") and not debug: [NOTRUN, PASS] if (os == "linux") and not debug: NOTRUN - if (os == "android") and debug: [FAIL, PASS] - if (os == "android") and not debug: [PASS, FAIL] + if os == "android": [PASS, FAIL] [Clicking an <input type=number> doesn't open <details>] expected: if (os == "mac") and not debug: [NOTRUN, PASS] if (os == "linux") and not debug: NOTRUN - if (os == "android") and debug: [FAIL, PASS] - if (os == "android") and not debug: [PASS, FAIL] + if os == "android": [PASS, FAIL] [Clicking an <input type=color> doesn't open <details>] expected: @@ -44,6 +43,7 @@ prefs: [apz.zoom-to-focused-input.enabled:false] [Clicking a <video> doesn't open <details>] expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] if (os == "mac") and not debug: NOTRUN if (os == "linux") and not debug: NOTRUN @@ -65,7 +65,7 @@ prefs: [apz.zoom-to-focused-input.enabled:false] [Clicking in an <iframe> doesn't open <details>] expected: - if (os == "mac") and not debug: [NOTRUN, PASS, TIMEOUT] + if (os == "mac") and not debug: [TIMEOUT, PASS, NOTRUN] if (os == "linux") and not debug: [TIMEOUT, NOTRUN] [Clicking an <input type=password> doesn't open <details>] @@ -115,7 +115,7 @@ prefs: [apz.zoom-to-focused-input.enabled:false] [Clicking the content of an <embed> doesn't open <details>] expected: - if (os == "mac") and not debug: TIMEOUT + if (os == "mac") and not debug: [PASS, TIMEOUT] if (os == "linux") and not debug: [PASS, TIMEOUT] [Clicking an <input type=submit> doesn't open <details>] diff --git a/testing/web-platform/meta/html/semantics/invokers/interesttarget-anchor-event-dispatch.tentative.html.ini b/testing/web-platform/meta/html/semantics/invokers/interesttarget-anchor-event-dispatch.tentative.html.ini new file mode 100644 index 0000000000..c924420849 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/invokers/interesttarget-anchor-event-dispatch.tentative.html.ini @@ -0,0 +1,6 @@ +[interesttarget-anchor-event-dispatch.tentative.html] + [InterestEvent dispatches on anchor focus] + expected: FAIL + + [InterestEvent dispatches on anchor hover] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/invokers/interesttarget-area-event-dispatch.tentative.html.ini b/testing/web-platform/meta/html/semantics/invokers/interesttarget-area-event-dispatch.tentative.html.ini new file mode 100644 index 0000000000..205bf94760 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/invokers/interesttarget-area-event-dispatch.tentative.html.ini @@ -0,0 +1,6 @@ +[interesttarget-area-event-dispatch.tentative.html] + [InterestEvent dispatches on area focus] + expected: FAIL + + [InterestEvent dispatches on area hover] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/invokers/interesttarget-button-event-dispatch.tentative.html.ini b/testing/web-platform/meta/html/semantics/invokers/interesttarget-button-event-dispatch.tentative.html.ini index fc3a1dbcb1..979193c75d 100644 --- a/testing/web-platform/meta/html/semantics/invokers/interesttarget-button-event-dispatch.tentative.html.ini +++ b/testing/web-platform/meta/html/semantics/invokers/interesttarget-button-event-dispatch.tentative.html.ini @@ -5,12 +5,6 @@ [InterestEvent dispatches on button hover] expected: FAIL - [InterestEvent dispatches on anchor focus] - expected: FAIL - - [InterestEvent dispatches on anchor hover] - expected: FAIL - [event action is set to interestAction] expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/invokers/interesttarget-svg-a-event-dispatch.tentative.html.ini b/testing/web-platform/meta/html/semantics/invokers/interesttarget-svg-a-event-dispatch.tentative.html.ini new file mode 100644 index 0000000000..4f94ff56be --- /dev/null +++ b/testing/web-platform/meta/html/semantics/invokers/interesttarget-svg-a-event-dispatch.tentative.html.ini @@ -0,0 +1,6 @@ +[interesttarget-svg-a-event-dispatch.tentative.html] + [InterestEvent dispatches on svg a focus] + expected: FAIL + + [InterestEvent dispatches on svg a hover] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-input-number.tentative.html.ini b/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-input-number.tentative.html.ini new file mode 100644 index 0000000000..0f710f1658 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-input-number.tentative.html.ini @@ -0,0 +1,12 @@ +[invoketarget-on-input-number.tentative.html] + [invoking number input with stepup action increments value] + expected: FAIL + + [invoking number input with stepup action (case-insensitive) increments value] + expected: FAIL + + [invoking number input with stepdown action decrements value] + expected: FAIL + + [invoking number input with stepdown action (case-insensitive) decrements value] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/bounded-sizes-reftest.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/bounded-sizes-reftest.tentative.html.ini new file mode 100644 index 0000000000..d4757fa0c1 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/permission-element/bounded-sizes-reftest.tentative.html.ini @@ -0,0 +1,2 @@ +[bounded-sizes-reftest.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/bounded-sizes.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/bounded-sizes.tentative.html.ini new file mode 100644 index 0000000000..365e0b46b9 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/permission-element/bounded-sizes.tentative.html.ini @@ -0,0 +1,6 @@ +[bounded-sizes.tentative.html] + [Properties with out-of-bounds values should be corrected] + expected: FAIL + + [Properties with values in bounds should not be modified] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/display-css-property-reference.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/display-css-property-reference.tentative.html.ini deleted file mode 100644 index 75572897f7..0000000000 --- a/testing/web-platform/meta/html/semantics/permission-element/display-css-property-reference.tentative.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[display-css-property-reference.tentative.html] - expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/display-css-property-reftest.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/display-css-property-reftest.tentative.html.ini new file mode 100644 index 0000000000..01e47dd899 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/permission-element/display-css-property-reftest.tentative.html.ini @@ -0,0 +1,2 @@ +[display-css-property-reftest.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-transition.tentative.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-transition.tentative.tentative.html.ini deleted file mode 100644 index 6d2d158177..0000000000 --- a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-transition.tentative.tentative.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[popover-anchor-transition.tentative.tentative.html] - [Transitioning display property of an anchored popover should not cause a position shift] - expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-focus-2.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-focus-2.html.ini index ada9635704..5a578262d8 100644 --- a/testing/web-platform/meta/html/semantics/popovers/popover-focus-2.html.ini +++ b/testing/web-platform/meta/html/semantics/popovers/popover-focus-2.html.ini @@ -1,23 +1,23 @@ [popover-focus-2.html] expected: - if (os == "win") and (processor == "x86_64") and not debug: [OK, TIMEOUT] - if (os == "mac") and (processor == "x86_64") and not debug: [OK, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] + if (os == "mac") and not debug: [OK, TIMEOUT] [Popover focus navigation] expected: - if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT] - if (os == "mac") and (processor == "x86_64") and not debug: [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS, TIMEOUT] + if (os == "mac") and not debug: [FAIL, PASS, TIMEOUT] [Circular reference tab navigation] expected: - if (os == "win") and (processor == "x86_64") and not debug: [PASS, NOTRUN] - if (os == "mac") and (processor == "x86_64") and not debug: [PASS, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] [Popover focus returns when popover is hidden by invoker] expected: - if (os == "win") and (processor == "x86_64") and not debug: [PASS, NOTRUN] - if (os == "mac") and (processor == "x86_64") and not debug: [PASS, NOTRUN] - + if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] + [Popover focus only returns to invoker when focus is within the popover] expected: - if (os == "win") and (processor == "x86_64") and not debug: [PASS, NOTRUN] - if (os == "mac") and (processor == "x86_64") and not debug: [PASS, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss-scroll-within.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss-scroll-within.html.ini new file mode 100644 index 0000000000..9cfe855c31 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss-scroll-within.html.ini @@ -0,0 +1,3 @@ +[popover-light-dismiss-scroll-within.html] + [Scrolling within a popover should not close the popover] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini deleted file mode 100644 index 471a9a22a4..0000000000 --- a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini +++ /dev/null @@ -1,9 +0,0 @@ -[popover-light-dismiss.html] - [Scrolling within a popover should not close the popover] - expected: - if (os == "linux") and not tsan and fission and asan: [PASS, FAIL] - if (os == "linux") and not tsan and not fission: [PASS, FAIL] - if (os == "linux") and tsan: [PASS, FAIL] - - [Pointer down inside invoker and up outside that invoker shouldn't dismiss popover] - expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-anchor.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-anchor.tentative.html.ini index 215da4659e..475aad2cc9 100644 --- a/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-anchor.tentative.html.ini +++ b/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-nesting-anchor.tentative.html.ini @@ -12,7 +12,7 @@ [Single popover=manual ancestor with fullscreen] expected: - if (os == "mac") and not debug: [TIMEOUT, FAIL] + if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT] [Single popover=manual ancestor with fullscreen, anchor attribute] expected: @@ -95,7 +95,7 @@ [Single popover=manual ancestor with fullscreen, top layer element *is* a popover] expected: - if (os == "mac") and not debug: [NOTRUN, TIMEOUT] + if (os == "mac") and not debug: [TIMEOUT, NOTRUN] [Nested popover=auto ancestors, target is outer with dialog, top layer element *is* a popover] expected: diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/microtasks/basic.any.js.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/microtasks/basic.any.js.ini index b192fcf1d8..a58ff3fb44 100644 --- a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/microtasks/basic.any.js.ini +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/microtasks/basic.any.js.ini @@ -1,13 +1,27 @@ [basic.any.html] - expected: [TIMEOUT, OK] + expected: + if debug and (os == "linux"): [OK, TIMEOUT] + if not debug and not tsan: [OK, TIMEOUT] + [TIMEOUT, OK] + [import() should not drain the microtask queue when loading an already loaded module] + expected: FAIL + [basic.any.sharedworker.html] - expected: TIMEOUT + expected: + if tsan: TIMEOUT + if os == "android": TIMEOUT [import() should drain the microtask queue when fetching a new module] - expected: TIMEOUT + expected: + if tsan: TIMEOUT + if os == "android": TIMEOUT [basic.any.worker.html] - expected: [TIMEOUT, OK] + expected: + if tsan: [TIMEOUT, OK] + [OK, TIMEOUT] [import() should drain the microtask queue when fetching a new module] - expected: TIMEOUT + expected: + if tsan: TIMEOUT + if os == "android": TIMEOUT diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/module/inline-async-inserted-execorder.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/module/inline-async-inserted-execorder.html.ini new file mode 100644 index 0000000000..655ca47e4a --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/module/inline-async-inserted-execorder.html.ini @@ -0,0 +1,3 @@ +[inline-async-inserted-execorder.html] + [Inline async="" module scripts execute or throw parse errors asynchronously] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-parse-error-inline-classic.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-parse-error-inline-classic.html.ini index 37ff4cdd20..0808f8c9c7 100644 --- a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-parse-error-inline-classic.html.ini +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-parse-error-inline-classic.html.ini @@ -4,9 +4,9 @@ [window error: Move parse-error inline classic script to iframe after-prepare] expected: if (os == "win") and ccov: [FAIL, PASS] - if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, FAIL] - if (os == "linux") and not debug and not fission: [PASS, FAIL] + if (os == "linux") and (processor == "x86_64") and fission and not debug and not asan and not tsan: [PASS, FAIL] if (os == "win") and not debug: [PASS, FAIL] if (os == "mac") and debug: FAIL - if (os == "mac") and not debug: PASS + if (os == "mac") and not debug: [PASS, FAIL] + if (os == "linux") and (processor == "x86"): [PASS, FAIL] [FAIL, PASS] |