summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini')
-rw-r--r--testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini12
1 files changed, 6 insertions, 6 deletions
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>]