summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini')
-rw-r--r--testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini17
1 files changed, 8 insertions, 9 deletions
diff --git a/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini b/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini
index 8806df1630..bfc5f1f4ba 100644
--- a/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini
+++ b/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini
@@ -1,17 +1,16 @@
[invoketarget-on-video-behavior.tentative.html]
expected:
- if tsan: [OK, ERROR]
+ if (os == "win") and (processor == "x86_64"): [OK, ERROR]
+ if (os == "linux") and tsan: [OK, ERROR]
[invoking video with auto action is no-op]
expected:
- if (os == "linux") and fission and not debug and (processor == "x86_64") and not asan and tsan: [FAIL, PASS]
- if (os == "linux") and fission and not debug and (processor == "x86_64") and asan: [FAIL, PASS]
- if (os == "linux") and fission and debug and swgl: [FAIL, PASS]
- if (os == "linux") and fission and debug and not swgl: FAIL
- if (os == "linux") and not fission and not debug and asan: [FAIL, PASS]
- if (os == "linux") and not fission and not debug and not asan: [FAIL, PASS]
- if (os == "linux") and not fission and debug: [FAIL, PASS]
+ if (os == "linux") and not debug and not asan and not tsan: [PASS, FAIL]
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
+ if (os == "win") and not debug and (processor == "x86"): PASS
+ if (os == "mac") and debug: [PASS, FAIL]
+ if (os == "mac") and not debug: PASS
if os == "android": PASS
- [PASS, FAIL]
+ [FAIL, PASS]
[invoking video with playpause action makes video play]
expected: FAIL