зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1675517 - [wpt-sync] Update web-platform-tests to 09e030df327205fe29640f24ff7085afc81759bc, a=testonly
MANUAL PUSH: wpt sync bot wpt-head: 09e030df327205fe29640f24ff7085afc81759bc wpt-type: landing
This commit is contained in:
Родитель
cdf817b3c1
Коммит
c61e5b9801
|
@ -1,10 +1,10 @@
|
|||
[spv-only-sent-to-initiator.sub.html]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not fission and webrender: ["TIMEOUT", "OK"]
|
||||
if webrender and (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[Test that no spv event is raised]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not fission and webrender: ["NOTRUN", "FAIL"]
|
||||
if webrender and (os == "mac") and debug: ["NOTRUN", "FAIL"]
|
||||
[FAIL, NOTRUN]
|
||||
|
||||
[Violation report status OK.]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[relpos-percentage-top-in-scrollable.html]
|
||||
[Top percentage resolved correctly for overflow contribution]
|
||||
expected:
|
||||
if (os == "android") and not debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "android") and not debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and debug: ["FAIL", "PASS"]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[root-element-opacity-change.html]
|
||||
expected:
|
||||
if webrender and fission: ["FAIL", "PASS"]
|
||||
if webrender and not fission: ["PASS", "FAIL"]
|
||||
if webrender and fission: ["PASS", "FAIL"]
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[quotes-016.html]
|
||||
expected:
|
||||
if (processor == "x86") and not debug: FAIL
|
|
@ -1,7 +1,9 @@
|
|||
[fontface-override-descriptor-getter-setter.sub.html]
|
||||
expected:
|
||||
if (os == "win"): [OK, TIMEOUT]
|
||||
|
||||
if (os == "win") and debug and (processor == "x86"): ["OK", "TIMEOUT"]
|
||||
if (os == "win") and debug and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||
if (os == "win") and not debug and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
[Initialize lineGapOverride with 'normal' should succeed]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -14,9 +16,8 @@
|
|||
[Initialize lineGapOverride with a negative percentage should fail]
|
||||
expected:
|
||||
if (os == "win") and ccov: [PASS, NOTRUN]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL", "NOTRUN"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "NOTRUN"]
|
||||
if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and debug and (processor == "x86"): ["FAIL", "NOTRUN"]
|
||||
if (os == "win") and debug and (processor == "x86_64"): ["TIMEOUT", "FAIL", "NOTRUN"]
|
||||
FAIL
|
||||
|
||||
[Initialize lineGapOverride with a percentage should succeed]
|
||||
|
@ -64,7 +65,10 @@
|
|||
|
||||
[Initialize lineGapOverride with a non-percentage should fail]
|
||||
expected:
|
||||
if (os == "win"): [FAIL, PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): ["FAIL", "PASS", "NOTRUN"]
|
||||
if (os == "win") and not debug and (processor == "x86"): ["TIMEOUT", "PASS", "FAIL", "NOTRUN"]
|
||||
if (os == "win") and debug and (processor == "x86_64"): ["NOTRUN", "PASS", "FAIL"]
|
||||
if (os == "win") and debug and (processor == "x86"): ["FAIL", "PASS", "NOTRUN"]
|
||||
FAIL
|
||||
|
||||
[Initialize ascentOverride with a percentage should succeed]
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[list-style-image-zoom-dynamic.html]
|
||||
expected:
|
||||
if (os == "linux") and not fission and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not fission and not debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not fission and debug: ["PASS", "FAIL"]
|
||||
if (os == "android") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
[FAIL, PASS]
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
[clip-path-descendant-text-mutated-001.html]
|
||||
expected:
|
||||
if (os == "win") and not webrender and debug: ["PASS", "FAIL", "ERROR"]
|
||||
if (os == "win") and not webrender and not debug: ["PASS", "FAIL", "ERROR"]
|
||||
if (os == "win") and not webrender and debug and (processor == "x86"): ["FAIL", "PASS", "ERROR"]
|
||||
if (os == "win") and not webrender and debug and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): ["PASS", "FAIL", "ERROR"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "PASS", "ERROR"]
|
||||
[PASS, FAIL]
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[nested-overflow-subtree-layout.html]
|
||||
expected:
|
||||
if (os == "mac") and not debug and not webrender: PASS
|
||||
if (os == "mac") and debug: PASS
|
||||
if (os == "mac") and debug and not webrender: PASS
|
||||
if os == "android": PASS
|
||||
if os == "win": ["PASS", "FAIL", "ERROR"]
|
||||
[PASS, FAIL]
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[range-percent-intrinsic-size-1.html]
|
||||
expected:
|
||||
if (processor == "x86_64") and (os == "win") and not webrender: ["FAIL", "PASS"]
|
||||
if processor == "x86": ["PASS", "FAIL"]
|
||||
if (os == "win") and not webrender and debug and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "win") and not webrender and debug and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "win") and not webrender and not debug: ["PASS", "FAIL"]
|
||||
|
|
|
@ -2,28 +2,32 @@
|
|||
[ch in pseudo-element ::marker should be recalculated after loading a web font]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if os == "mac": ["PASS", "FAIL"]
|
||||
|
||||
[ch in pseudo-element ::after should be recalculated after loading a web font]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if os == "mac": ["PASS", "FAIL"]
|
||||
|
||||
[ch in pseudo-element ::first-line should be recalculated after loading a web font]
|
||||
expected:
|
||||
if (os == "linux") and webrender and debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if os == "mac": ["PASS", "FAIL"]
|
||||
|
||||
[ch in pseudo-element ::before should be recalculated after loading a web font]
|
||||
expected:
|
||||
if (os == "linux") and webrender and debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if os == "mac": ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[viewport-units-001-print.html]
|
||||
expected:
|
||||
if (processor == "x86_64") and (os == "win") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (processor == "x86") and debug: ["ERROR", "PASS"]
|
||||
if (processor == "x86") and debug: ["PASS", "ERROR"]
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
|
||||
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
|
||||
expected:
|
||||
if webrender and (os == "win") and not debug and fission: ["PASS", "FAIL"]
|
||||
if webrender and (os == "win") and not debug and not fission: ["FAIL", "PASS"]
|
||||
if not webrender and (os == "win") and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if webrender and (os == "win") and debug: ["PASS", "FAIL"]
|
||||
if webrender and (os == "linux"): ["PASS", "FAIL"]
|
||||
if webrender and (os == "android"): ["PASS", "FAIL"]
|
||||
if not webrender and (os == "win") and not debug and (processor == "x86"): PASS
|
||||
if not webrender and (os == "win") and debug: PASS
|
||||
if webrender and (os == "mac"): PASS
|
||||
if not webrender and (os == "linux"): PASS
|
||||
if not webrender and (os == "android"): PASS
|
||||
[PASS, FAIL]
|
||||
|
||||
[Set scrollLeft to frame with smooth scroll-behavior]
|
||||
expected:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[effect-reference-feimage-001.html]
|
||||
expected:
|
||||
if webrender and (os == "linux") and debug and not fission: ["FAIL", "PASS", "ERROR"]
|
||||
if webrender and (os == "linux") and debug and fission: ["PASS", "FAIL", "ERROR"]
|
||||
if webrender and (os == "linux") and not debug: ["PASS", "FAIL", "ERROR"]
|
||||
if webrender and (os == "win") and debug: ["FAIL", "PASS", "ERROR"]
|
||||
if webrender and (os == "win") and not debug: ["PASS", "FAIL", "ERROR"]
|
||||
if webrender and (os == "mac"): ["PASS", "FAIL", "ERROR"]
|
||||
if webrender and (os == "win"): ["PASS", "FAIL", "ERROR"]
|
||||
if webrender and (os == "linux"): ["PASS", "FAIL", "ERROR"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[effect-reference-feimage-003.html]
|
||||
expected:
|
||||
if webrender and (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if webrender and (os == "win") and debug: ["PASS", "FAIL"]
|
||||
if webrender and (os == "win") and not debug: ["PASS", "FAIL"]
|
||||
if webrender and (os == "win") and debug: ["FAIL", "PASS"]
|
||||
if webrender and (os == "linux"): ["PASS", "FAIL"]
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[device-aspect-ratio-001.html]
|
||||
expected:
|
||||
if (os == "mac") and webrender and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not webrender and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not webrender and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if os == "linux": FAIL
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
[device-aspect-ratio-005.html]
|
||||
expected:
|
||||
if (os == "mac") and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "mac") and webrender and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not webrender and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not webrender and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if os == "win": PASS
|
||||
FAIL
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
|
||||
[Tests that the target_div gets scrollend event when click scrollbar on target.]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if (os == "linux") and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if os == "android": ["FAIL", "NOTRUN"]
|
||||
if os == "mac": NOTRUN
|
||||
if os == "android": ["FAIL", "NOTRUN"]
|
||||
[NOTRUN, FAIL]
|
||||
|
||||
[Tests that the target_div gets scrollend event when drag the thumb of target.]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
[euckr-encode-form-windows-949.html?1001-2000]
|
||||
expected:
|
||||
if (os == "linux") and debug and webrender and not fission: ["OK", "CRASH"]
|
||||
|
||||
[euckr-encode-form-windows-949.html?2001-3000]
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
prefs: [javascript.options.streams:true]
|
||||
leak-threshold: [default:51200]
|
||||
lsan-disabled: true
|
||||
leak-threshold: [default:51200]
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
[stream-response.any.sharedworker.html]
|
||||
|
||||
[stream-response.any.html]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["OK", "CRASH"]
|
||||
|
||||
[stream-response.any.serviceworker.html]
|
||||
|
||||
[stream-response.any.worker.html]
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
[response-cancel-stream.any.html]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["OK", "TIMEOUT", "ERROR"]
|
||||
if (os == "mac") and not debug: ["OK", "ERROR", "TIMEOUT"]
|
||||
[Cancelling a closed Response stream]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
|
@ -20,15 +20,15 @@
|
|||
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
|
||||
[Cancelling a closed Response stream]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "TIMEOUT", "FAIL"]
|
||||
|
||||
|
||||
[response-cancel-stream.any.worker.html]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["OK", "TIMEOUT", "ERROR"]
|
||||
if (os == "mac") and not debug: ["OK", "ERROR", "TIMEOUT"]
|
||||
[Cancelling a closed Response stream]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -1,30 +1,32 @@
|
|||
[304-update.any.html]
|
||||
[HTTP cache updates stored headers from a Last-Modified 304]
|
||||
expected:
|
||||
if (os == "android"): ["PASS", "FAIL"]
|
||||
if (os == "linux"): ["PASS", "FAIL"]
|
||||
if (os == "win"): ["PASS", "FAIL"]
|
||||
if os == "mac": PASS
|
||||
[PASS, FAIL]
|
||||
|
||||
|
||||
[304-update.any.worker.html]
|
||||
[HTTP cache updates stored headers from a Last-Modified 304]
|
||||
expected:
|
||||
if (os == "android"): ["PASS", "FAIL"]
|
||||
if (os == "linux"): ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "win") and webrender and debug: PASS
|
||||
if (os == "mac") and debug: PASS
|
||||
if (os == "win") and not webrender: PASS
|
||||
if (os == "android") and debug: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
||||
[304-update.any.serviceworker.html]
|
||||
[HTTP cache updates stored headers from a Last-Modified 304]
|
||||
expected:
|
||||
if (os == "android"): ["PASS", "FAIL"]
|
||||
if (os == "linux"): ["PASS", "FAIL"]
|
||||
if os == "win": PASS
|
||||
if os == "mac": PASS
|
||||
[PASS, FAIL]
|
||||
|
||||
|
||||
[304-update.any.sharedworker.html]
|
||||
[HTTP cache updates stored headers from a Last-Modified 304]
|
||||
expected:
|
||||
if (os == "android"): ["PASS", "FAIL"]
|
||||
if (os == "linux"): ["PASS", "FAIL"]
|
||||
if os == "mac": PASS
|
||||
if os == "win": PASS
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
if (os == "linux") or debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1642889
|
||||
[Check result]
|
||||
expected:
|
||||
if fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and fission: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
[document-exit-fullscreen-nested-shadow-dom.html]
|
||||
expected:
|
||||
if not debug and webrender and (os == "win") and fission: ["OK", "ERROR"]
|
||||
if not debug and webrender and (os == "win") and not fission: ["OK", "ERROR"]
|
||||
if not debug and (os == "win") and webrender and fission: ["OK", "ERROR"]
|
||||
if debug and (os == "android") and webrender: ["OK", "ERROR"]
|
||||
if not debug and webrender and (os == "android"): ["OK", "ERROR"]
|
||||
if not debug and (os == "android") and webrender: ["OK", "ERROR"]
|
||||
if debug and (os == "linux"): ERROR
|
||||
if debug and (os == "win"): ERROR
|
||||
[ERROR, OK]
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
[fullscreen-css-transition.html]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["OK", "ERROR"]
|
||||
if (os == "mac") and debug: ["ERROR", "OK"]
|
||||
if os == "mac": ["OK", "ERROR"]
|
||||
[Transitions should not be stopped by going fullscreen]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["PASS", "TIMEOUT"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
if os == "mac": ["PASS", "TIMEOUT"]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[no_window_open_when_term_nesting_level_nonzero.window.html]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and fission: ["ERROR", "TIMEOUT", "CRASH"]
|
||||
if (os == "linux") and webrender and not debug and not fission: ["ERROR", "TIMEOUT", "CRASH"]
|
||||
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "ERROR", "CRASH"]
|
||||
if (os == "linux") and webrender and debug: ["ERROR", "TIMEOUT", "CRASH"]
|
||||
ERROR
|
||||
[no popups from synchronously reachable window]
|
||||
|
|
|
@ -3,11 +3,13 @@
|
|||
if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696
|
||||
expected:
|
||||
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if debug and (os == "linux"): ["OK", "TIMEOUT"]
|
||||
if debug and (os == "linux") and not fission: ["OK", "TIMEOUT"]
|
||||
if debug and (os == "linux") and fission: ["OK", "TIMEOUT"]
|
||||
if debug and (os == "mac"): ["OK", "TIMEOUT"]
|
||||
[Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
|
||||
expected:
|
||||
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"]
|
||||
if debug and (os == "linux"): ["PASS", "TIMEOUT"]
|
||||
if debug and (os == "linux") and fission: ["PASS", "TIMEOUT"]
|
||||
if debug and (os == "linux") and not fission: ["PASS", "TIMEOUT"]
|
||||
if debug and (os == "mac"): ["PASS", "TIMEOUT"]
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
[2d.text.draw.fontface.notinpage.html]
|
||||
[@font-face fonts should work even if they are not used in the page]
|
||||
expected:
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "x86_64") and debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "x86_64") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "x86_64") and not debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[offscreencanvas.commit.w.html]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and debug: ["ERROR", "OK"]
|
||||
if os == "mac": ["ERROR", "OK"]
|
||||
if (os == "linux") and fission and not debug: ["ERROR", "OK"]
|
||||
if (os == "mac") and debug: ["ERROR", "OK"]
|
||||
if (os == "mac") and not debug: ["ERROR", "OK"]
|
||||
[OK, ERROR]
|
||||
[Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
[2d.path.lineTo.ensuresubpath.2.html]
|
||||
expected:
|
||||
if (os == "linux") and debug and webrender and not fission: ["OK", "ERROR"]
|
||||
[If there is no subpath, the point is added and used for subsequent drawing]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
[2d.imageData.put.path.worker.html]
|
||||
expected:
|
||||
if (os == "linux") and debug and webrender and not fission: ["OK", "CRASH"]
|
||||
[putImageData() does not affect the current path]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
[2d.imageData.put.unaffected.html]
|
||||
expected:
|
||||
if (os == "linux") and debug and webrender and not fission: ["OK", "ERROR"]
|
||||
[putImageData() is not affected by context state]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
if (os == "win") and (processor == "x86_64"): random test
|
||||
expected:
|
||||
if (os == "win") and ccov: OK
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if debug: OK
|
||||
[TIMEOUT, OK]
|
||||
[coop reporting test Report only tests for an opener without any COOP/COOP report only set to CROSS_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if debug: FAIL
|
||||
[TIMEOUT, FAIL]
|
||||
|
||||
|
@ -21,6 +21,6 @@
|
|||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "win"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "mac"): ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "win"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
|
||||
|
|
|
@ -9,17 +9,19 @@
|
|||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "win"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "win") and fission: ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "win") and not fission: ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "mac"): ["TIMEOUT", "FAIL"]
|
||||
FAIL
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
|
||||
expected:
|
||||
if (os == "win") and ccov: PASS
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "win") and fission: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if not debug and (os == "win") and not fission: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "win"): ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if not debug and (os == "mac"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
|
||||
[verify remaining reports]
|
||||
|
|
|
@ -2,18 +2,16 @@
|
|||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and (os == "win") and not fission and webrender: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "win") and not fission and not webrender: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and webrender: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "win") and fission: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
if not debug and (os == "win"): ["TIMEOUT", "OK"]
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", require-corp]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
FAIL
|
||||
|
||||
|
@ -22,12 +20,10 @@
|
|||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if not debug and (os == "win") and not fission and (processor == "x86_64") and webrender: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if not debug and (os == "win") and not fission and (processor == "x86_64") and not webrender: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "win") and not fission and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "win") and fission: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if not debug and (os == "win") and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
|
||||
|
|
|
@ -3,26 +3,26 @@
|
|||
if (os == "win") and (processor == "x86_64"): random test
|
||||
expected:
|
||||
if (os == "win") and ccov: OK
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if debug: OK
|
||||
[TIMEOUT, OK]
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin, require-corp, , ]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if debug: FAIL
|
||||
[NOTRUN, FAIL, TIMEOUT]
|
||||
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin-allow-popups; report-to="coop-popup-report-endpoint", require-corp, , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if debug: FAIL
|
||||
[TIMEOUT, FAIL]
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if ccov: [NOTRUN, PASS]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if debug: PASS
|
||||
[NOTRUN, PASS]
|
||||
|
||||
|
|
|
@ -3,44 +3,42 @@
|
|||
if os == "win": random test
|
||||
if (os == "linux") and fission: https://bugzilla.mozilla.org/show_bug.cgi?id=1661876
|
||||
expected:
|
||||
if not debug and (os == "linux") and webrender: TIMEOUT
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
if webrender and not debug: TIMEOUT
|
||||
[TIMEOUT, OK]
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none, , , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN", "FAIL"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN", "FAIL"]
|
||||
if debug and (os == "mac"): ["TIMEOUT", "NOTRUN"]
|
||||
if debug and (os == "linux"): TIMEOUT
|
||||
NOTRUN
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["TIMEOUT", "FAIL"]
|
||||
if (os == "linux") and not debug and (processor == "x86_64") and webrender: ["TIMEOUT", "FAIL"]
|
||||
if (os == "mac") and not debug: TIMEOUT
|
||||
if (os == "mac") and debug: FAIL
|
||||
[FAIL, TIMEOUT]
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if (os == "linux") and not webrender: ["NOTRUN", "PASS"]
|
||||
if not webrender: ["NOTRUN", "PASS"]
|
||||
NOTRUN
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
if not debug and webrender and (os == "linux"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and webrender and (os == "mac"): NOTRUN
|
||||
if not debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL", "NOTRUN"]
|
||||
[FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
|
||||
if debug and (os == "mac"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
||||
if not debug and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
|
||||
if debug and (os == "linux"): FAIL
|
||||
if debug and (os == "mac"): ["FAIL", "TIMEOUT"]
|
||||
NOTRUN
|
||||
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
|
|
|
@ -2,25 +2,25 @@
|
|||
disabled:
|
||||
if (os == "win") and (processor == "x86_64"): random test
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if debug: OK
|
||||
[TIMEOUT, OK]
|
||||
[coop reporting test reporting same origin to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if (os == "linux") and ccov: [TIMEOUT, FAIL]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if debug: FAIL
|
||||
[TIMEOUT, FAIL]
|
||||
|
||||
[coop reporting test reporting same origin to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if debug: FAIL
|
||||
[NOTRUN, FAIL, TIMEOUT]
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if debug: PASS
|
||||
[NOTRUN, PASS]
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
|||
[coop reporting test reporting same origin to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
|
||||
expected:
|
||||
if (os == "win") and ccov: TIMEOUT
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if debug: PASS
|
||||
[NOTRUN, PASS]
|
||||
|
||||
|
|
|
@ -3,29 +3,29 @@
|
|||
if (os == "win") and (processor == "x86_64"): random test
|
||||
expected:
|
||||
if (os == "win") and ccov: OK
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if debug: OK
|
||||
[TIMEOUT, OK]
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if ccov: FAIL
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
|
||||
if not debug and (os == "linux") and webrender: ["NOTRUN", "FAIL"]
|
||||
if not debug and (os == "mac"): ["NOTRUN", "FAIL"]
|
||||
if not debug and (os == "win"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "mac"): ["NOTRUN", "FAIL"]
|
||||
FAIL
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin, , , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if debug: FAIL
|
||||
[TIMEOUT, FAIL]
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if (os == "win") and ccov: PASS
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if debug: PASS
|
||||
[NOTRUN, PASS]
|
||||
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
[resource-popup.https.html]
|
||||
expected:
|
||||
if (os == "linux") and not webrender: ["OK", "TIMEOUT", "CRASH"]
|
||||
if (os == "linux") and not webrender and debug: ["OK", "TIMEOUT", "CRASH"]
|
||||
if (os == "linux") and not webrender and not debug: ["OK", "TIMEOUT", "CRASH"]
|
||||
[OK, TIMEOUT]
|
||||
[/common/dummy.xml - parent COOP: ""; child COOP: "same-origin"]
|
||||
expected:
|
||||
if (os == "linux") and not fission and not debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and fission and debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "x86") and not debug: ["FAIL", "PASS"]
|
||||
if debug and (os == "linux") and webrender and not fission: ["FAIL", "PASS"]
|
||||
if debug and (os == "linux") and webrender and fission: ["FAIL", "PASS"]
|
||||
if debug and (os == "linux") and not webrender: ["FAIL", "PASS"]
|
||||
if debug and (os == "win") and not webrender: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
[/images/red.png - parent COOP: ""; child COOP: "same-origin"]
|
||||
|
|
|
@ -2,7 +2,7 @@ implementation-status: backlog
|
|||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912
|
||||
[blob-data.https.html]
|
||||
expected:
|
||||
if os == "win": ["OK", "TIMEOUT"]
|
||||
if os == "linux": ["OK", "TIMEOUT"]
|
||||
[TIMEOUT, OK]
|
||||
[data frame: self.isSecureContext]
|
||||
expected: FAIL
|
||||
|
|
|
@ -45,9 +45,7 @@
|
|||
|
||||
[utf-16be.html?include=workers]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and not webrender and debug: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and webrender and not debug: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and fission and not debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
|
@ -59,9 +57,7 @@
|
|||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and webrender and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and not webrender and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and fission and not debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
|
|
|
@ -43,28 +43,20 @@
|
|||
|
||||
[utf-16le.html?include=workers]
|
||||
expected:
|
||||
if (os == "win") and not fission and (processor == "x86") and debug: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and not debug and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||
if (os == "win") and fission: ["TIMEOUT", "OK"]
|
||||
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
|
||||
[importScripts() in a shared worker]
|
||||
expected:
|
||||
if not webrender and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
||||
if not webrender and (os == "mac"): ["FAIL", "TIMEOUT"]
|
||||
if not webrender and (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "FAIL"]
|
||||
if not webrender and (os == "win") and (processor == "x86") and not debug: ["FAIL", "TIMEOUT"]
|
||||
if not webrender and (os == "linux"): ["FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "win") and not fission and (processor == "x86") and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and not debug and (processor == "x86"): ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and fission: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
expected: [PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
expected: FAIL
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
|
||||
[utf-8.html?include=workers]
|
||||
expected:
|
||||
if (os == "linux") and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if (os == "android") and webrender and debug: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
|
@ -46,7 +47,8 @@
|
|||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "linux") and (processor == "x86"): ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and webrender and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
|
|
|
@ -287,7 +287,6 @@
|
|||
|
||||
[windows-1251.html?include=workers]
|
||||
expected:
|
||||
if (os == "linux") and not debug and webrender and not fission: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
|
@ -300,7 +299,6 @@
|
|||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "linux") and not debug and webrender and not fission: ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
|
@ -309,8 +307,8 @@
|
|||
|
||||
[Worker() in a shared worker]
|
||||
expected:
|
||||
if (processor == "x86_64") and (os == "linux") and not webrender: ["PASS", "TIMEOUT"]
|
||||
if processor == "x86": ["PASS", "TIMEOUT"]
|
||||
if not webrender and (os == "win") and (processor == "x86"): ["PASS", "TIMEOUT"]
|
||||
if not webrender and (os == "linux"): ["PASS", "TIMEOUT"]
|
||||
|
||||
|
||||
[windows-1251.html?include=scheme]
|
||||
|
|
|
@ -115,9 +115,8 @@
|
|||
|
||||
[windows-1252.html?include=workers]
|
||||
expected:
|
||||
if not debug and (os == "win") and not fission and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "win") and fission: ["TIMEOUT", "OK"]
|
||||
if debug and (os == "win") and webrender: ["TIMEOUT", "OK"]
|
||||
if (os == "win") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
|
@ -130,9 +129,8 @@
|
|||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if not debug and (os == "win") and not fission and (processor == "x86"): ["TIMEOUT", "PASS"]
|
||||
if debug and (os == "win") and webrender: ["TIMEOUT", "PASS"]
|
||||
if not debug and (os == "win") and fission: ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
[first-when-later-but-before.html]
|
||||
[The temporally first autofocus in the document wins, even if an element is inserted later that is previous in the document tree.]
|
||||
expected:
|
||||
if not debug and (os == "win") and webrender and not fission: ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and webrender and fission: ["PASS", "FAIL"]
|
||||
if debug and (os == "win") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "android"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "linux"): ["PASS", "FAIL"]
|
||||
if (os == "win") and webrender and fission: ["FAIL", "PASS"]
|
||||
if (os == "mac") and debug: PASS
|
||||
if (os == "win") and not webrender: PASS
|
||||
if (os == "linux") and debug: PASS
|
||||
if (os == "android") and debug: PASS
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
[The first autofocus in the document wins, even if elements are inserted later.]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86_64") and webrender and fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug and (processor == "x86_64") and not webrender: ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
[first.html]
|
||||
[The first autofocus element in the document should win.]
|
||||
expected:
|
||||
if (os == "linux") and debug and webrender and fission: PASS
|
||||
if (os == "linux") and debug and not webrender: PASS
|
||||
if (os == "win") and not debug and (processor == "x86"): PASS
|
||||
if (os == "mac") and debug: PASS
|
||||
if (os == "win") and debug: PASS
|
||||
if not debug and (os == "win") and (processor == "x86_64") and webrender and not fission: ["FAIL", "PASS"]
|
||||
if debug and (os == "linux") and webrender and fission: PASS
|
||||
if not debug and (os == "win") and (processor == "x86"): PASS
|
||||
if debug and (os == "linux") and not webrender: PASS
|
||||
if debug and (os == "win"): PASS
|
||||
if debug and (os == "mac"): PASS
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
[queue-non-focusable.html]
|
||||
[If the first autofocus element is not focusable, but becomes focusable before a frame, it should be focused.]
|
||||
expected:
|
||||
if (os == "win") and not fission and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "win") and not fission and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and not debug: ["PASS", "FAIL"]
|
||||
if (os == "win") and fission: ["FAIL", "PASS"]
|
||||
if not debug and (os == "win") and not fission and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and fission: ["FAIL", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
[image-compositing-change.html]
|
||||
expected:
|
||||
if not webrender and (os == "win") and debug and (processor == "x86"): TIMEOUT
|
||||
if not webrender and (os == "win") and debug and (processor == "x86_64"): ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "win") and not debug and (processor == "x86_64"): ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "win") and not debug and (processor == "x86"): TIMEOUT
|
||||
if not webrender and (os == "win") and (processor == "x86") and debug: TIMEOUT
|
||||
if not webrender and (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "win") and (processor == "x86_64") and not debug: ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "win") and (processor == "x86_64") and debug: ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "android") and debug: ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "android") and not debug: ["PASS", "TIMEOUT"]
|
||||
if not webrender and (os == "mac"): TIMEOUT
|
||||
if not webrender and (os == "android") and not debug: ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "linux"): TIMEOUT
|
||||
if not webrender and (os == "mac"): TIMEOUT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[image-compositing-large-scale-change.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
if (os == "win") and not webrender: FAIL
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[image-loading-lazy-base-url-2.html]
|
||||
expected:
|
||||
if (os == "linux") and fission and debug: ["OK", "ERROR"]
|
||||
if (os == "mac") and not debug: ["OK", "ERROR"]
|
||||
[When a loading=lazy image is loaded, it loads relative to the document's base URL computed at parse-time.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[image-loading-lazy-slow-aspect-ratio.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT", "FAIL"]
|
||||
if (os == "android") and not debug and webrender: ["PASS", "FAIL", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS", "FAIL"]
|
||||
if (os == "android") and debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
[PASS, FAIL]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[image-loading-lazy-slow.html]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and not debug: PASS
|
||||
if (os == "android") and not debug and webrender: ["PASS", "FAIL", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT", "FAIL"]
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS", "FAIL"]
|
||||
if (os == "win") and (processor == "x86") and not debug: PASS
|
||||
if (os == "android") and debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
[PASS, FAIL]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[image-loading-subpixel-clip.html]
|
||||
expected:
|
||||
if (os == "win") and webrender and debug: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[sizes-dynamic-001.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[sizes-dynamic-002.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[svg-img-with-external-stylesheet.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[video-poster-shown-preload-auto.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[video_dynamic_poster_relative.htm]
|
||||
expected:
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[video_initially_paused.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["FAIL", "PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["FAIL", "TIMEOUT", "PASS"]
|
||||
if (os == "android") and not debug and webrender: ["FAIL", "PASS", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["FAIL", "PASS", "TIMEOUT"]
|
||||
FAIL
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
[input-change-event-properties.html]
|
||||
expected:
|
||||
if (os == "android") and debug and webrender: ["OK", "ERROR"]
|
||||
if (os == "android") and debug and webrender: ["ERROR", "OK"]
|
||||
if (os == "android") and debug and not webrender: ["OK", "ERROR"]
|
||||
if (os == "android") and not debug: ["OK", "ERROR"]
|
||||
[<select> pressing down arrow]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and not debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "android") and debug: FAIL
|
||||
if (os == "android") and not debug: ["FAIL", "PASS"]
|
||||
if os == "mac": FAIL
|
||||
|
||||
[<textarea></textarea> typing]
|
||||
expected:
|
||||
if (os == "android") and debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and debug: ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
[<script> error: Move fetch-error external classic script to createHTMLDocument after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -2,18 +2,18 @@
|
|||
[<script> load: Move parse-error external classic script to createHTMLDocument after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
FAIL
|
||||
|
||||
[window error: Move parse-error external classic script to createHTMLDocument after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
[window error: Move parse-error external module script to createHTMLDocument after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
|
@ -12,8 +12,8 @@
|
|||
[<script> load: Move parse-error external module script to createHTMLDocument after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
[Eval: Move success external classic script to createHTMLDocument after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
|
@ -12,10 +12,10 @@
|
|||
[<script> load: Move success external classic script to createHTMLDocument after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "mac") and not debug: PASS
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -2,18 +2,18 @@
|
|||
[<script> load: Move success external module script to createHTMLDocument after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "mac") and not debug: PASS
|
||||
FAIL
|
||||
|
||||
[Eval: Move success external module script to createHTMLDocument after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
|
|
|
@ -5,16 +5,16 @@
|
|||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "linux") and debug: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
FAIL
|
||||
|
||||
[window error: Move parse-error external classic script to iframe after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
|
@ -24,10 +24,10 @@
|
|||
[<script> error: Move parse-error external classic script to iframe after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: PASS
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if (os == "linux") and not debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: FAIL
|
||||
if (os == "linux") and debug: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug: FAIL
|
||||
if (os == "linux") and debug: ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: FAIL
|
||||
if (os == "win") and not debug: FAIL
|
||||
if (os == "linux") and debug: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug: FAIL
|
||||
|
||||
[window error: Move parse-error external module script to iframe after-prepare]
|
||||
expected:
|
||||
|
@ -15,16 +15,16 @@
|
|||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "linux") and debug: ["FAIL", "PASS"]
|
||||
FAIL
|
||||
|
||||
[<script> load: Move parse-error external module script to iframe after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "linux") and debug: ["FAIL", "PASS"]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
[<script> error: Move success external classic script to iframe after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: PASS
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: FAIL
|
||||
if (os == "win") and not debug: FAIL
|
||||
if (os == "linux") and debug: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug: FAIL
|
||||
|
||||
[<script> load: Move success external classic script to iframe after-prepare]
|
||||
expected:
|
||||
|
@ -27,7 +27,7 @@
|
|||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "linux") and debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "linux") and debug: ["FAIL", "PASS"]
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
[<script> load: Move success external module script to iframe after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
|
@ -17,8 +17,8 @@
|
|||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "linux") and debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and not debug: PASS
|
||||
FAIL
|
||||
|
||||
[<script> error: Move success external module script to iframe after-prepare]
|
||||
|
@ -28,6 +28,6 @@
|
|||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: FAIL
|
||||
if (os == "win") and not debug: FAIL
|
||||
if (os == "linux") and debug: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug: FAIL
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
[Eval: Move success inline classic script to iframe after-prepare]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[cross-origin-iframe.sub.html]
|
||||
[First rAF]
|
||||
expected:
|
||||
if not debug and webrender and (os == "linux") and not fission: PASS
|
||||
if not debug and (os == "win") and not fission and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if not debug and (os == "win") and fission: ["FAIL", "PASS"]
|
||||
if debug: PASS
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
[HostCleanupFinalizationRegistry is an implementation-defined abstract operation that is expected to call CleanupFinalizationRegistry(finalizationRegistry) at some point in the future, if possible.]
|
||||
expected:
|
||||
if (os == "win") and ccov: [FAIL, PASS]
|
||||
if (os == "linux") and webrender and not debug and fission: ["FAIL", "PASS"]
|
||||
if (os == "linux") and webrender and debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and debug and fission: PASS
|
||||
if (os == "win") and debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not fission and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and fission and debug: PASS
|
||||
if (os == "linux") and fission and not debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not fission and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and debug: PASS
|
||||
if (os == "linux") and not webrender: ["FAIL", "PASS"]
|
||||
if os == "android": PASS
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
[operator-dictionary-spacing-001.html]
|
||||
[Operator dictionary chunk 1 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
[Operator dictionary chunk 3 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
[operator-dictionary-spacing-002.html]
|
||||
[Operator dictionary chunk 1 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if debug and (os == "win") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if debug and (os == "win") and webrender: ["FAIL", "PASS"]
|
||||
if debug and (os == "linux") and not fission: ["FAIL", "PASS"]
|
||||
if debug and (os == "mac"): ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
[Operator dictionary chunk 3 - lspace/rspace]
|
||||
expected: [PASS, FAIL]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
[operator-dictionary-spacing-003.html]
|
||||
[Operator dictionary chunk 1 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
|
||||
[Operator dictionary chunk 3 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
disabled:
|
||||
if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1668892
|
||||
expected:
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
|
||||
[Operator dictionary chunk 3 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "linux") and debug and webrender and fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
[operator-dictionary-spacing-005.html]
|
||||
[Operator dictionary chunk 3 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
if debug and (os == "linux") and not webrender: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
[Operator dictionary chunk 1 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
|
|
|
@ -3,15 +3,17 @@
|
|||
expected:
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and webrender and fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and not fission: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and fission: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
|
||||
[Operator dictionary chunk 1 - lspace/rspace]
|
||||
expected:
|
||||
if debug and (os == "linux") and webrender and not fission: ["FAIL", "PASS"]
|
||||
if debug and (os == "win") and webrender: ["FAIL", "PASS"]
|
||||
if debug and (os == "linux") and not fission: ["FAIL", "PASS"]
|
||||
if debug and (os == "mac"): ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[MediaStreamTrack-MediaElement-disabled-video-is-black.https.html]
|
||||
expected:
|
||||
if (os == "linux") and not debug and webrender: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and webrender and not debug: ["OK", "TIMEOUT"]
|
||||
[Tests that a disabled video track in a MediaStream is rendered as blackness]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if os == "mac": ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
[audio-upgrade.https.sub.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["OK", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["OK", "TIMEOUT"]
|
||||
[Audio autoupgraded]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
local: c1be28b9a5b779d788d11fe9458fe8608b68dee9
|
||||
upstream: 36a5c51e57ac8808bbaf52dd495783fd926b7547
|
||||
upstream: 09e030df327205fe29640f24ff7085afc81759bc
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
[Test that secureConnectionStart is not zero]
|
||||
expected:
|
||||
if (os == "win") and ccov: [FAIL, PASS]
|
||||
if (os == "linux") and not fission and webrender and not debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "x86_64") and not debug and webrender: PASS
|
||||
if (os == "mac") and not debug: PASS
|
||||
if (os == "linux") and fission: PASS
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[sends-report-on-cache-validation.https.html]
|
||||
expected:
|
||||
if os == "mac": ["TIMEOUT", "OK"]
|
||||
if os == "mac": ["OK", "TIMEOUT"]
|
||||
[\n Test that NEL reports are sent for cache validation requests\n ]
|
||||
expected:
|
||||
if os == "mac": ["TIMEOUT", "FAIL"]
|
||||
if os == "mac": ["FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[sends-report-on-redirect.https.html]
|
||||
expected:
|
||||
if os == "mac": ["TIMEOUT", "OK"]
|
||||
if os == "mac": ["OK", "TIMEOUT"]
|
||||
[\n Test that NEL reports are sent for redirects\n ]
|
||||
expected:
|
||||
if os == "mac": ["TIMEOUT", "FAIL"]
|
||||
if os == "mac": ["FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[sends-report-on-subdomain-dns-failure.https.html]
|
||||
expected:
|
||||
if os == "mac": ["OK", "TIMEOUT"]
|
||||
if os == "mac": ["TIMEOUT", "OK"]
|
||||
[\n Test that include_subdomains policies report DNS failures for subdomains\n ]
|
||||
expected:
|
||||
if os == "mac": ["FAIL", "TIMEOUT"]
|
||||
if os == "mac": ["TIMEOUT", "FAIL"]
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[sends-report-on-success.https.html]
|
||||
expected:
|
||||
if os == "mac": ["TIMEOUT", "OK"]
|
||||
if os == "mac": ["OK", "TIMEOUT"]
|
||||
[\n Test that NEL reports are sent for successful requests\n ]
|
||||
expected:
|
||||
if os == "mac": ["TIMEOUT", "FAIL"]
|
||||
if os == "mac": ["FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
[manifest-utf8-with-bom.https.html]
|
||||
expected:
|
||||
if debug and (os == "linux") and webrender: OK
|
||||
if debug and (os == "win") and webrender: ["TIMEOUT", "OK"]
|
||||
if debug and (os == "mac"): OK
|
||||
if (os == "linux") and debug and webrender: OK
|
||||
if (os == "mac") and debug: OK
|
||||
[OK, TIMEOUT]
|
||||
[Expected originPolicyIDs check]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[double-content-security.https.html]
|
||||
expected:
|
||||
if (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
|
||||
if os == "linux": OK
|
||||
[OK, TIMEOUT]
|
||||
[img loading must be disallowed]
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
[double-policies.https.html]
|
||||
expected:
|
||||
if (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
expected: [OK, TIMEOUT]
|
||||
[img loading must be disallowed]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
[two-ids.https.html]
|
||||
expected:
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
expected: [OK, TIMEOUT]
|
||||
[Expected originPolicyIDs check]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
disabled:
|
||||
if verify and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1668959
|
||||
expected:
|
||||
if not fission and (os == "linux") and webrender and not debug: ["OK", "TIMEOUT"]
|
||||
if not fission and (os == "linux") and webrender and not debug: ["TIMEOUT", "OK"]
|
||||
if fission and (os == "linux") and not debug: ["OK", "TIMEOUT"]
|
||||
[setPointerCapture + inactive button state]
|
||||
expected:
|
||||
if not fission and (os == "linux") and webrender and not debug: ["PASS", "NOTRUN"]
|
||||
if not fission and (os == "linux") and webrender and not debug: ["NOTRUN", "PASS"]
|
||||
if fission and (os == "linux") and not debug: ["PASS", "NOTRUN"]
|
||||
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
[pointerevent_getCoalescedEvents_when_pointerlocked.html]
|
||||
[mouse pointermove getCoalescedEvents when lock test]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86_64") and webrender and not debug and fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "x86_64") and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "x86") and debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and webrender and fission: ["FAIL", "PASS"]
|
||||
if (os == "linux") and webrender and not fission: ["FAIL", "PASS"]
|
||||
if (os == "linux") and webrender and debug and fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and not webrender and debug and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if (os == "linux") and webrender and not debug: ["FAIL", "PASS"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
[pointerevent_movementxy_with_pointerlock.html]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and not fission: ["OK", "ERROR"]
|
||||
if (os == "win") and webrender and not debug and not fission: ["ERROR", "OK"]
|
||||
if (os == "linux") and not debug and webrender and not fission: ["ERROR", "OK"]
|
||||
if (os == "mac") and not debug: ["ERROR", "OK", "TIMEOUT"]
|
||||
ERROR
|
||||
[mouse pointerevent movementX/Y with pointerlock test]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "FAIL", "PASS"]
|
||||
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "PASS", "TIMEOUT"]
|
||||
[TIMEOUT, PASS, FAIL]
|
||||
expected: [TIMEOUT, PASS, FAIL]
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
[Makes sure that Link headers preload resources and block window.onload after resource discovery]
|
||||
expected:
|
||||
if not debug and webrender and (os == "linux") and fission: ["PASS", "FAIL"]
|
||||
if not debug and webrender and (os == "linux") and not fission: ["FAIL", "PASS"]
|
||||
if not debug and webrender and (os == "android"): ["PASS", "FAIL"]
|
||||
if not debug and webrender and (os == "linux") and not fission: ["PASS", "FAIL"]
|
||||
if not debug and webrender and (os == "win"): ["PASS", "FAIL"]
|
||||
if not debug and not webrender and (os == "mac"): ["PASS", "FAIL"]
|
||||
if not debug and webrender and (os == "android"): ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
expected:
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and webrender and not debug and not fission: ["OK", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["OK", "TIMEOUT"]
|
||||
if (os == "win") and (processor == "x86") and debug: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and not webrender and debug: ["OK", "TIMEOUT"]
|
||||
[TIMEOUT, OK]
|
||||
[The value of document.referrer in an about:blank iframe is the outer document's full URL, regardless of referrer policy]
|
||||
expected: FAIL
|
||||
|
@ -13,10 +13,10 @@
|
|||
|
||||
[A subresource fetched from an about:blank iframe is fetched with no 'Referer' header]
|
||||
expected:
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if (os == "win") and (processor == "x86") and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
|
||||
[The fetch() API in an about:blank iframe with a custom URL referrer is fetched with a 'Referer` header that uses the outer document's URL along with its referrer policy]
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
[change-layout-in-error.html]
|
||||
[Changing layout in window error handler should not result in lifecyle loop when resize observer loop limit is reached.]
|
||||
expected:
|
||||
if not debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and webrender and not fission: ["PASS", "FAIL"]
|
||||
if not debug and (os == "android") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "android") and not webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "mac"): ["PASS", "FAIL"]
|
||||
[FAIL, PASS]
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче