зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1677699 - [wpt-sync] Update web-platform-tests to a719147427a6934d24fe013c1251f7294e4afced, a=testonly
MANUAL PUSH: wpt sync bot wpt-head: a719147427a6934d24fe013c1251f7294e4afced wpt-type: landing
This commit is contained in:
Родитель
6deae67a59
Коммит
e439ef51b7
|
@ -1,11 +1,5 @@
|
|||
[iframe-all-local-schemes-inherit-self.sub.html]
|
||||
expected:
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
expected: [OK, TIMEOUT]
|
||||
[<iframe>'s about:blank inherits policy.]
|
||||
expected:
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
expected: [PASS, TIMEOUT]
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[href-location-blocked.sub.html]
|
||||
[Violation report status OK.]
|
||||
expected:
|
||||
if (os == "android") and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and debug: ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
[spv-only-sent-to-initiator.sub.html]
|
||||
expected: [OK, TIMEOUT]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[Test that no spv event is raised]
|
||||
expected: [FAIL, NOTRUN]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["NOTRUN", "FAIL"]
|
||||
if (os == "mac") and not debug: ["NOTRUN", "FAIL"]
|
||||
[FAIL, NOTRUN]
|
||||
|
||||
[Violation report status OK.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -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 webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and debug: ["FAIL", "PASS"]
|
||||
if (os == "android") and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "android") and webrender and not debug: ["PASS", "FAIL"]
|
||||
if (os == "android") and not webrender: ["FAIL", "PASS"]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[fontface-override-descriptor-getter-setter.sub.html]
|
||||
expected:
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
|
||||
if (os == "win") and not debug: ["TIMEOUT", "OK"]
|
||||
[Initialize lineGapOverride with 'normal' should succeed]
|
||||
|
@ -18,10 +18,9 @@
|
|||
if (os == "win") and ccov: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64") and webrender and fission: TIMEOUT
|
||||
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["NOTRUN", "TIMEOUT"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL", "NOTRUN"]
|
||||
if (os == "win") and not debug and (processor == "x86_64") and not webrender: TIMEOUT
|
||||
if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and debug and (processor == "x86"): ["TIMEOUT", "FAIL", "NOTRUN"]
|
||||
if (os == "win") and debug and (processor == "x86_64"): ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and not debug and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
|
@ -38,10 +37,8 @@
|
|||
expected:
|
||||
if (os == "win") and ccov: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and not fission and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and not debug and not fission and webrender: ["TIMEOUT", "FAIL"]
|
||||
if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
FAIL
|
||||
|
||||
[Initialize descentOverride with a negative percentage should fail]
|
||||
|
@ -72,12 +69,11 @@
|
|||
|
||||
[Initialize lineGapOverride with a non-percentage should fail]
|
||||
expected:
|
||||
if (os == "win") and not webrender and debug and (processor == "x86"): ["NOTRUN", "PASS", "FAIL"]
|
||||
if (os == "win") and not webrender and debug and (processor == "x86_64"): ["FAIL", "TIMEOUT", "NOTRUN", "PASS"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["NOTRUN", "PASS", "FAIL"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): ["NOTRUN", "PASS", "FAIL", "TIMEOUT"]
|
||||
if (os == "win") and webrender and not debug: ["NOTRUN", "PASS", "FAIL"]
|
||||
if (os == "win") and webrender and debug: ["TIMEOUT", "PASS", "FAIL", "NOTRUN"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "FAIL"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and not debug and (processor == "x86"): ["NOTRUN", "PASS", "FAIL", "TIMEOUT"]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): ["NOTRUN", "PASS", "FAIL"]
|
||||
if (os == "win") and debug and webrender: ["TIMEOUT", "PASS", "FAIL", "NOTRUN"]
|
||||
FAIL
|
||||
|
||||
[Initialize ascentOverride with a percentage should succeed]
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[list-style-image-zoom-dynamic.html]
|
||||
expected:
|
||||
if (os == "mac") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "android") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "mac"): ["PASS", "FAIL"]
|
||||
[FAIL, PASS]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[clip-path-descendant-text-mutated-001.html]
|
||||
expected:
|
||||
if (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
|
||||
if (os == "win") and not webrender and (processor == "x86_64") and not debug: ["FAIL", "PASS", "ERROR"]
|
||||
if (os == "win") and not webrender and (processor == "x86_64") and debug: ["PASS", "FAIL", "ERROR"]
|
||||
if (os == "win") and not webrender and (processor == "x86"): ["PASS", "FAIL", "ERROR"]
|
||||
[PASS, FAIL]
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[mask-image-ib-split.html]
|
||||
max-asserts: 33
|
||||
max-asserts: 40
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
[selection-contenteditable-011.html]
|
||||
expected:
|
||||
if os == "android": FAIL
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[nested-overflow-subtree-layout.html]
|
||||
expected:
|
||||
if (os == "mac") and debug and webrender: ["FAIL", "PASS"]
|
||||
if os == "android": PASS
|
||||
if os == "win": ["PASS", "FAIL", "ERROR"]
|
||||
[PASS, FAIL]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[shape-outside-linear-gradient-014.html]
|
||||
expected:
|
||||
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and not debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not webrender: FAIL
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[range-percent-intrinsic-size-1.html]
|
||||
expected:
|
||||
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"): ["FAIL", "PASS"]
|
||||
if (os == "win") and not webrender and not debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "win") and not webrender and debug: ["PASS", "FAIL"]
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
|
||||
expected:
|
||||
if (os == "win") and not debug and webrender and not fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug and not fission and (processor == "x86_64") and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug and not fission and (processor == "x86_64") and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
[Scroll positions when performing smooth scrolling from (0, 0) to (500, 250) using scroll() ]
|
||||
expected:
|
||||
if webrender and not fission and (os == "win") and debug: ["PASS", "FAIL"]
|
||||
if webrender and not fission and (os == "linux"): ["PASS", "FAIL"]
|
||||
if webrender and (os == "win") and debug: ["PASS", "FAIL"]
|
||||
if webrender and (os == "linux") and not fission: ["PASS", "FAIL"]
|
||||
|
||||
[Scroll positions when performing smooth scrolling from (1000, 500) to (500, 250) using scrollBy() ]
|
||||
expected:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[effect-reference-feimage-001.html]
|
||||
expected:
|
||||
if webrender and (os == "android") and debug: ["PASS", "FAIL"]
|
||||
if webrender and (os == "mac"): ["PASS", "FAIL", "ERROR"]
|
||||
if webrender and (os == "win"): ["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 == "linux"): ["PASS", "FAIL", "ERROR"]
|
||||
if webrender and (os == "mac"): ["PASS", "FAIL", "ERROR"]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[effect-reference-feimage-003.html]
|
||||
expected:
|
||||
if webrender and (os == "android") and debug: ["PASS", "FAIL"]
|
||||
if webrender and (os == "win") and debug: ["FAIL", "PASS"]
|
||||
if webrender and (os == "win") and not debug: ["PASS", "FAIL"]
|
||||
if webrender and (os == "linux"): ["PASS", "FAIL"]
|
||||
if webrender and (os == "win"): ["PASS", "FAIL"]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[scrollend-event-fired-for-programmatic-scroll.html]
|
||||
expected:
|
||||
if (os == "win") and not fission and not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if (os == "win") and fission: ["TIMEOUT", "OK"]
|
||||
if (os == "win") and fission: ["OK", "TIMEOUT"]
|
||||
[Tests scrollend event for calling scroll functions.]
|
||||
expected: FAIL
|
||||
|
||||
[Tests scrollend event for changing scroll attributes.]
|
||||
expected:
|
||||
if (os == "win") and not fission and not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if (os == "win") and fission: ["TIMEOUT", "FAIL"]
|
||||
if (os == "win") and fission: ["FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
[scrollend-event-fired-for-scrollIntoView.html]
|
||||
expected:
|
||||
if fission and (os == "win"): ["TIMEOUT", "OK"]
|
||||
if fission and (os == "win"): ["OK", "TIMEOUT"]
|
||||
[Tests scrollend event for scrollIntoView.]
|
||||
expected: FAIL
|
||||
|
||||
[Tests scrollend event for nested scrollIntoView.]
|
||||
expected:
|
||||
if fission and (os == "win"): ["TIMEOUT", "FAIL"]
|
||||
if fission and (os == "win"): ["FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and webrender: ["NOTRUN", "TIMEOUT"]
|
||||
if os == "mac": NOTRUN
|
||||
if os == "win": ["NOTRUN", "FAIL"]
|
||||
if os == "android": ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if os == "win": ["NOTRUN", "FAIL"]
|
||||
[TIMEOUT, NOTRUN]
|
||||
|
||||
[Tests that the target_div gets scrollend event when dragging scroll on target.]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[text-utf8.any.worker.html]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["OK", "CRASH"]
|
||||
if (os == "mac") and debug: ["CRASH", "OK"]
|
||||
|
||||
[text-utf8.any.serviceworker.html]
|
||||
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
[response-cancel-stream.any.sharedworker.html]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and debug: ["OK", "TIMEOUT"]
|
||||
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
|
||||
[Cancelling a closed Response stream]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
if (os == "mac") and not debug: ["PASS", "TIMEOUT", "FAIL"]
|
||||
|
||||
|
||||
[response-cancel-stream.any.html]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["OK", "ERROR", "TIMEOUT"]
|
||||
if (os == "mac") and debug: ["OK", "ERROR", "TIMEOUT"]
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "OK", "ERROR"]
|
||||
[Cancelling a closed Response stream]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS", "TIMEOUT"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
|
||||
|
||||
[response-cancel-stream.any.serviceworker.html]
|
||||
|
@ -31,5 +31,6 @@
|
|||
if os == "mac": ["OK", "ERROR", "TIMEOUT"]
|
||||
[Cancelling a closed Response stream]
|
||||
expected:
|
||||
if os == "mac": ["PASS", "FAIL", "TIMEOUT"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
|
||||
|
|
|
@ -29,3 +29,7 @@
|
|||
expected:
|
||||
if (processor == "x86") and debug: ["PASS", "FAIL"]
|
||||
|
||||
[combined text/javascript;" x/x]
|
||||
expected:
|
||||
if fission and (os == "win"): ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
[304-update.any.serviceworker.html]
|
||||
[HTTP cache updates stored headers from a Last-Modified 304]
|
||||
expected:
|
||||
if (os == "android") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if os == "mac": PASS
|
||||
if os == "win": PASS
|
||||
[PASS, FAIL]
|
||||
|
@ -26,6 +25,7 @@
|
|||
[304-update.any.sharedworker.html]
|
||||
[HTTP cache updates stored headers from a Last-Modified 304]
|
||||
expected:
|
||||
if (os == "android") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if os == "mac": PASS
|
||||
if os == "win": PASS
|
||||
[PASS, FAIL]
|
||||
|
|
|
@ -4,14 +4,13 @@
|
|||
if os == "win": ERROR
|
||||
[ERROR, OK]
|
||||
[Cross-site window, forced, reloaded]
|
||||
expected: [PASS, FAIL]
|
||||
expected:
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
[Same-site window, forced, reloaded]
|
||||
expected:
|
||||
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
|
||||
if (os == "android") and debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||
if os == "android": ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -2,5 +2,7 @@
|
|||
disabled:
|
||||
if (os == "linux") or debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1642889
|
||||
[Check result]
|
||||
expected: [PASS, FAIL]
|
||||
expected:
|
||||
if os == "mac": ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[document-exit-fullscreen-nested-shadow-dom.html]
|
||||
expected:
|
||||
if not debug and (os == "win") and webrender and fission: ["OK", "ERROR"]
|
||||
if not debug and (os == "win") and webrender and not fission: ["OK", "ERROR"]
|
||||
if not debug and webrender and (os == "win") and fission: ["OK", "ERROR"]
|
||||
if debug and (os == "android") and webrender: ["OK", "ERROR"]
|
||||
if not debug and (os == "android") and webrender: ["OK", "ERROR"]
|
||||
if not debug and webrender and (os == "android"): ["OK", "ERROR"]
|
||||
if debug and (os == "linux"): ERROR
|
||||
if debug and (os == "mac"): ["OK", "ERROR"]
|
||||
if debug and (os == "win"): ERROR
|
||||
[ERROR, OK]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[2d.text.draw.fontface.notinpage.html]
|
||||
[@font-face fonts should work even if they are not used in the page]
|
||||
expected:
|
||||
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not webrender and not debug: ["FAIL", "PASS"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
if os == "android": ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
[offscreencanvas.commit.w.html]
|
||||
expected:
|
||||
if (os == "win") and not fission and (processor == "x86") and debug: ["ERROR", "OK"]
|
||||
if (os == "linux") and not fission and webrender and not debug: ["ERROR", "OK"]
|
||||
if (os == "mac") and debug: ["ERROR", "OK"]
|
||||
if (os == "mac") and not debug: ["ERROR", "OK"]
|
||||
if (os == "win") and fission: ["ERROR", "OK"]
|
||||
if (os == "linux") and (processor == "x86_64") and not debug and not fission and webrender: ["ERROR", "OK"]
|
||||
if os == "mac": ["ERROR", "OK"]
|
||||
[OK, ERROR]
|
||||
[Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -3,14 +3,17 @@
|
|||
if (os == "win") and (processor == "x86_64"): random test
|
||||
expected:
|
||||
if (os == "win") and ccov: OK
|
||||
if not debug and not webrender and (processor == "x86") and (os == "linux"): ["TIMEOUT", "OK"]
|
||||
if not debug and not webrender and (processor == "x86") and (os == "win"): ["TIMEOUT", "OK"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if debug: OK
|
||||
[TIMEOUT, OK]
|
||||
if not debug and webrender: ["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 not webrender and (processor == "x86") and (os == "linux"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and not webrender and (processor == "x86") and (os == "win"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if debug: FAIL
|
||||
[TIMEOUT, FAIL]
|
||||
if not debug and webrender: ["TIMEOUT", "FAIL"]
|
||||
FAIL
|
||||
|
||||
[coop reporting test Report only tests for an opener without any COOP/COOP report only set to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
|
||||
expected: FAIL
|
||||
|
@ -18,8 +21,8 @@
|
|||
[verify remaining reports]
|
||||
expected:
|
||||
if (os == "win") and ccov: PASS
|
||||
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 not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "mac"): ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "win"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
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 == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
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 == "mac"): ["TIMEOUT", "FAIL"]
|
||||
FAIL
|
||||
|
||||
|
@ -19,9 +19,9 @@
|
|||
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 webrender: ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "win") and (processor == "x86"): ["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 == "linux") and webrender: ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "mac"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
|
||||
[verify remaining reports]
|
||||
|
|
|
@ -2,17 +2,19 @@
|
|||
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 webrender and fission: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "win") and webrender and not fission: ["OK", "TIMEOUT"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and webrender: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
[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_64"): ["FAIL", "TIMEOUT"]
|
||||
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 webrender: ["TIMEOUT", "FAIL"]
|
||||
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 == "win") and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
FAIL
|
||||
|
||||
|
@ -21,10 +23,12 @@
|
|||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "win") and webrender and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if not debug and (os == "win") and webrender and fission: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT", "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 == "linux") and webrender: ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "win") and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
expected:
|
||||
if (os == "win") and ccov: OK
|
||||
if not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if debug: OK
|
||||
[TIMEOUT, OK]
|
||||
if not debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and webrender: ["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
|
||||
|
@ -22,9 +22,9 @@
|
|||
[verify remaining reports]
|
||||
expected:
|
||||
if ccov: [NOTRUN, PASS]
|
||||
if not debug and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if debug: PASS
|
||||
[NOTRUN, PASS]
|
||||
if not debug and webrender: ["NOTRUN", "PASS"]
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected: FAIL
|
||||
|
|
|
@ -8,9 +8,8 @@
|
|||
[TIMEOUT, OK]
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none, , , ]
|
||||
expected:
|
||||
if not webrender and (processor == "x86_64") and debug: ["TIMEOUT", "FAIL", "NOTRUN"]
|
||||
if not webrender and (processor == "x86_64") and not debug: ["TIMEOUT", "NOTRUN", "FAIL"]
|
||||
if webrender and debug: TIMEOUT
|
||||
if not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN", "FAIL"]
|
||||
if not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
NOTRUN
|
||||
|
||||
|
@ -18,8 +17,8 @@
|
|||
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 == "mac") and debug: FAIL
|
||||
if (os == "mac") and not debug: TIMEOUT
|
||||
if (os == "mac") and debug: FAIL
|
||||
[FAIL, TIMEOUT]
|
||||
|
||||
[verify remaining reports]
|
||||
|
@ -29,21 +28,19 @@
|
|||
|
||||
[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 webrender and (processor == "x86_64") and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if webrender and (os == "mac") and debug: FAIL
|
||||
if webrender and (os == "mac") and not debug: NOTRUN
|
||||
if webrender and (os == "linux") and not debug: ["NOTRUN", "TIMEOUT"]
|
||||
if webrender and (os == "linux") and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if webrender and (os == "linux") and not debug: ["NOTRUN", "TIMEOUT"]
|
||||
if webrender and (os == "mac") and not debug: NOTRUN
|
||||
if webrender and (os == "mac") and debug: FAIL
|
||||
if not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
[FAIL, NOTRUN, TIMEOUT]
|
||||
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if not webrender and (processor == "x86_64") and debug: ["FAIL", "NOTRUN"]
|
||||
if not webrender and (processor == "x86_64") and not debug: ["FAIL", "NOTRUN"]
|
||||
if webrender and debug: FAIL
|
||||
if webrender and not debug: NOTRUN
|
||||
if not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
|
||||
NOTRUN
|
||||
[FAIL, NOTRUN]
|
||||
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected: [FAIL, PASS]
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
if (os == "win") and (processor == "x86_64"): random test
|
||||
expected:
|
||||
if not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if debug: OK
|
||||
[TIMEOUT, OK]
|
||||
if not debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and webrender: ["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]
|
||||
|
@ -20,9 +20,9 @@
|
|||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if not debug and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if debug: PASS
|
||||
[NOTRUN, PASS]
|
||||
if not debug and webrender: ["NOTRUN", "PASS"]
|
||||
|
||||
[coop reporting test reporting same origin to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected: FAIL
|
||||
|
@ -31,6 +31,6 @@
|
|||
expected:
|
||||
if (os == "win") and ccov: TIMEOUT
|
||||
if not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if debug: PASS
|
||||
[NOTRUN, PASS]
|
||||
if not debug and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and webrender: ["NOTRUN", "PASS"]
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
expected:
|
||||
if (os == "win") and ccov: OK
|
||||
if not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if debug: OK
|
||||
[TIMEOUT, OK]
|
||||
if not debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and webrender: ["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
|
||||
|
@ -18,16 +18,18 @@
|
|||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin, , , ]
|
||||
expected:
|
||||
if not debug and not webrender and (processor == "x86") and (os == "linux"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and not webrender and (processor == "x86") and (os == "win"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if debug: FAIL
|
||||
[TIMEOUT, FAIL]
|
||||
if not debug and webrender: ["TIMEOUT", "FAIL"]
|
||||
FAIL
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if (os == "win") and ccov: PASS
|
||||
if not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if debug: PASS
|
||||
[NOTRUN, PASS]
|
||||
if not debug and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and webrender: ["NOTRUN", "PASS"]
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
[resource-popup.https.html]
|
||||
expected:
|
||||
if (os == "linux") and not webrender and not debug: ["OK", "TIMEOUT", "CRASH"]
|
||||
if (os == "linux") and not webrender and debug: ["TIMEOUT", "OK", "CRASH"]
|
||||
if (os == "linux") and not webrender: ["OK", "TIMEOUT", "CRASH"]
|
||||
[OK, TIMEOUT]
|
||||
[/common/dummy.xml - parent COOP: ""; child COOP: "same-origin"]
|
||||
expected:
|
||||
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if debug and (os == "linux") and fission: ["FAIL", "PASS"]
|
||||
if debug and (os == "linux") and webrender and fission: ["FAIL", "PASS"]
|
||||
if debug and (os == "linux") and webrender and not fission: ["FAIL", "PASS"]
|
||||
if debug and (os == "linux") and not webrender: ["FAIL", "PASS"]
|
||||
if debug and (os == "win") and (processor == "x86"): ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
[/images/red.png - parent COOP: ""; child COOP: "same-origin"]
|
||||
|
@ -15,9 +16,7 @@
|
|||
if (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||
|
||||
[/media/2x2-green.mp4 - parent COOP: ""; child COOP: "same-origin"]
|
||||
expected:
|
||||
if debug and (os == "linux") and not webrender: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
expected: [PASS, TIMEOUT]
|
||||
|
||||
[/common/text-plain.txt - parent COOP: "same-origin"; child COOP: ""]
|
||||
expected:
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
implementation-status: backlog
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912
|
||||
[blob-data.https.html]
|
||||
expected: [TIMEOUT, OK]
|
||||
expected:
|
||||
if os == "mac": ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[data frame: self.isSecureContext]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -45,9 +45,7 @@
|
|||
|
||||
[utf-16be.html?include=workers]
|
||||
expected:
|
||||
if (os == "linux") and (processor == "x86_64") and fission and not debug: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and fission: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
|
@ -57,9 +55,7 @@
|
|||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "linux") and (processor == "x86_64") and fission and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and (processor == "x86"): ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and fission: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
|
|
|
@ -42,10 +42,7 @@
|
|||
[utf-16le.html?include=css]
|
||||
|
||||
[utf-16le.html?include=workers]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and fission: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
expected: [OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -56,10 +53,7 @@
|
|||
FAIL
|
||||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and fission: ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
expected: [PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
expected: FAIL
|
||||
|
|
|
@ -33,9 +33,7 @@
|
|||
|
||||
[utf-8.html?include=workers]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "OK"]
|
||||
if (os == "android") and webrender and debug: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and (processor == "x86_64") and debug and not webrender: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
|
@ -47,9 +45,7 @@
|
|||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and webrender and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and (processor == "x86_64") and debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
|
|
|
@ -287,7 +287,10 @@
|
|||
|
||||
[windows-1251.html?include=workers]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
|
||||
if (os == "android") and debug and not webrender: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and fission and debug: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and fission and not debug: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
|
@ -299,7 +302,10 @@
|
|||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and fission and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and fission and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
|
||||
[windows-1252.html?include=workers]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and not debug: ["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]
|
||||
|
@ -123,13 +123,13 @@
|
|||
|
||||
[importScripts() in a shared worker]
|
||||
expected:
|
||||
if (os == "win") and not webrender: ["FAIL", "TIMEOUT"]
|
||||
if (os == "linux") and webrender: ["FAIL", "TIMEOUT"]
|
||||
if (os == "win") and not webrender: ["FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and webrender and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[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 not webrender: PASS
|
||||
if debug and (os == "win") and not webrender: PASS
|
||||
if debug and (os == "android"): PASS
|
||||
if debug and (os == "linux"): PASS
|
||||
if (os == "win") and webrender and not debug and fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and not webrender: PASS
|
||||
if (os == "android") and debug: PASS
|
||||
if (os == "linux") and debug: PASS
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[first-when-later.html]
|
||||
[The first autofocus in the document wins, even if elements are inserted later.]
|
||||
expected:
|
||||
if (os == "win") and not fission and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "win") and fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and not fission and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if (os == "win") and fission: ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[first.html]
|
||||
[The first autofocus element in the document should win.]
|
||||
expected:
|
||||
if (os == "win") and not fission and not debug and (processor == "x86"): PASS
|
||||
if (os == "linux") and debug and webrender and fission: PASS
|
||||
if (os == "win") and not fission and debug: PASS
|
||||
if (os == "win") and not debug and (processor == "x86"): PASS
|
||||
if (os == "linux") and debug and not webrender: PASS
|
||||
if (os == "win") and debug: PASS
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[no-autofocus-on-changing-input-type.html]
|
||||
[Changing input type should not refocus on the element.]
|
||||
expected:
|
||||
if debug and not webrender and (os == "linux"): PASS
|
||||
if debug and not webrender and (os == "win"): PASS
|
||||
if debug and not webrender and (os == "linux"): PASS
|
||||
if not debug and fission and (os == "win"): ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[queue-non-focusable.html]
|
||||
[If the first autofocus element is not focusable, but becomes focusable before a frame, it should be focused.]
|
||||
expected:
|
||||
if not debug and (os == "win") and webrender and fission: ["FAIL", "PASS"]
|
||||
if not debug and (os == "win") and webrender and not fission: ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and (processor == "x86_64") and webrender and fission: ["FAIL", "PASS"]
|
||||
if not debug and (os == "win") and (processor == "x86_64") and webrender and not fission: ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and (processor == "x86_64") and not webrender: ["FAIL", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "mac"): ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
[image-compositing-change.html]
|
||||
expected:
|
||||
if not webrender and (os == "win") and not debug and (processor == "x86"): ["PASS", "TIMEOUT"]
|
||||
if not webrender and (os == "win") and not debug and (processor == "x86_64"): ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "win") and debug: ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "linux") and debug: ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "linux") and not debug: ["PASS", "TIMEOUT"]
|
||||
if not webrender and (os == "android") and not debug: ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "android") and debug: ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "mac"): TIMEOUT
|
||||
if not webrender and (os == "android"): ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "linux"): ["TIMEOUT", "PASS"]
|
||||
if not webrender and (os == "win"): ["TIMEOUT", "PASS"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[image-compositing-large-scale-change.html]
|
||||
expected:
|
||||
if (os == "android") and not webrender and debug: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not webrender and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and not webrender and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and not webrender and not debug: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "win") and not webrender: FAIL
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[image-loading-lazy-slow-aspect-ratio.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS", "FAIL"]
|
||||
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 debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
[PASS, FAIL]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[image-loading-lazy-slow.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS", "FAIL"]
|
||||
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 == "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 == "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: ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and webrender and debug: ["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 not webrender: ["TIMEOUT", "PASS"]
|
||||
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 @@
|
|||
[sizes-dynamic-002.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
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 webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[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: ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and webrender and not debug: ["PASS", "FAIL"]
|
||||
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_content_image.htm]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[video_content_text.htm]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[video_dynamic_poster_absolute.htm]
|
||||
expected:
|
||||
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and not debug and not 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: ["TIMEOUT", "PASS"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[video_initially_paused.html]
|
||||
expected:
|
||||
if (os == "android") and not debug and not webrender: ["TIMEOUT", "PASS", "FAIL"]
|
||||
if (os == "android") and not debug and webrender: ["FAIL", "PASS", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["FAIL", "PASS", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["FAIL", "PASS", "TIMEOUT"]
|
||||
FAIL
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
[input-change-event-properties.html]
|
||||
expected:
|
||||
if os == "android": ["OK", "ERROR"]
|
||||
if (os == "android") and debug and not webrender: ["OK", "ERROR"]
|
||||
if (os == "android") and debug and 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 not debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "android") and debug: FAIL
|
||||
if os == "mac": FAIL
|
||||
|
||||
|
|
|
@ -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,11 +2,11 @@
|
|||
[<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]
|
||||
|
@ -15,7 +15,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
|
||||
|
||||
|
|
|
@ -15,7 +15,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 == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "mac") and not debug: PASS
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
[<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
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
[<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
|
||||
|
@ -12,10 +12,10 @@
|
|||
[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_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,8 +2,8 @@
|
|||
[<script> load: 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
|
||||
|
@ -13,19 +13,19 @@
|
|||
[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 == "linux") and debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "linux") and debug: ["FAIL", "PASS"]
|
||||
FAIL
|
||||
|
||||
[<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_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
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
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 == "linux") and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: FAIL
|
||||
if (os == "win") and not debug: FAIL
|
||||
if (os == "linux") and debug: ["PASS", "FAIL"]
|
||||
|
||||
[window error: Move parse-error external module script to iframe after-prepare]
|
||||
expected:
|
||||
|
@ -15,9 +15,9 @@
|
|||
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 == "linux") and debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "mac") and not debug: PASS
|
||||
FAIL
|
||||
|
||||
[<script> load: Move parse-error external module script to iframe after-prepare]
|
||||
|
@ -27,7 +27,7 @@
|
|||
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"]
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "linux") and debug: ["FAIL", "PASS"]
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -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 == "mac") and not debug: PASS
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "mac") 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"): ["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 == "win") and not debug: FAIL
|
||||
if (os == "mac") 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:
|
||||
|
@ -26,8 +26,8 @@
|
|||
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"]
|
||||
if (os == "win") and not debug: PASS
|
||||
if (os == "linux") and debug: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: PASS
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -13,12 +13,12 @@
|
|||
[Eval: 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
|
||||
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]
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
[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
|
||||
if (os == "mac") and not debug: PASS
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -7,16 +7,16 @@
|
|||
[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 debug and webrender and fission: PASS
|
||||
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not debug and webrender and fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "android") and debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and webrender and fission: PASS
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): PASS
|
||||
if (os == "android") and debug and not webrender: 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 and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "win") and debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: PASS
|
||||
if (os == "android") and not debug: ["PASS", "FAIL"]
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[operator-dictionary-spacing-001.html]
|
||||
[Operator dictionary chunk 1 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and (processor == "x86_64") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if os == "android": ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
[operator-dictionary-spacing-002.html]
|
||||
[Operator dictionary chunk 1 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and not fission and not webrender and not debug and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if (os == "win") and not fission and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and not fission: ["FAIL", "PASS"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
if os == "android": ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
|
|
@ -4,7 +4,5 @@
|
|||
if os == "mac": ["PASS", "FAIL"]
|
||||
|
||||
[Operator dictionary chunk 3 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "linux") and debug and not webrender: ["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: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
|
||||
[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: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[operator-dictionary-spacing-005.html]
|
||||
[Operator dictionary chunk 3 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not fission and (processor == "x86_64") and debug and webrender: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
[Operator dictionary chunk 1 - lspace/rspace]
|
||||
|
|
|
@ -1,21 +1,17 @@
|
|||
[operator-dictionary-spacing-006.html]
|
||||
[Operator dictionary chunk 3 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "linux") and not fission and not webrender and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not fission and not webrender and not debug and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not fission and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not fission and webrender and not debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not fission and not webrender and debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and webrender and fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and fission: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||
|
||||
[Operator dictionary chunk 1 - lspace/rspace]
|
||||
expected:
|
||||
if (os == "linux") and not fission and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not fission and webrender and not debug: ["FAIL", "PASS"]
|
||||
if (os == "win") and debug and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if (os == "win") and debug and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "win") and debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
local: c1be28b9a5b779d788d11fe9458fe8608b68dee9
|
||||
upstream: b1a75a985b2bf2accdd50c34d1d92ccb93ae8e80
|
||||
upstream: a719147427a6934d24fe013c1251f7294e4afced
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
expected:
|
||||
if (os == "win") and ccov: [FAIL, PASS]
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86"): PASS
|
||||
if (os == "linux") and webrender and debug and fission: PASS
|
||||
if (os == "android") and debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and fission and debug: PASS
|
||||
if (os == "win") and not debug and webrender: PASS
|
||||
if (os == "android") and not webrender and debug: ["FAIL", "PASS"]
|
||||
if os == "mac": PASS
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -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,6 +1,5 @@
|
|||
[manifest-utf8-with-bom.https.html]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and debug and webrender: OK
|
||||
[OK, TIMEOUT]
|
||||
[Expected originPolicyIDs check]
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[double-content-security.https.html]
|
||||
expected:
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and debug and webrender: OK
|
||||
if (os == "linux") and not debug: OK
|
||||
[OK, TIMEOUT]
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
[valid-with-semicolon.https.html]
|
||||
expected:
|
||||
if fission and (os == "linux") and not debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
expected: [OK, TIMEOUT]
|
||||
[img loading must be disallowed]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
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: ["TIMEOUT", "OK"]
|
||||
if fission and (os == "linux") and not debug: ["OK", "TIMEOUT"]
|
||||
if (os == "win") and webrender and not debug and fission: ["OK", "TIMEOUT"]
|
||||
if (os == "win") and webrender and not debug and not fission: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and webrender and not debug: ["OK", "TIMEOUT"]
|
||||
[setPointerCapture + inactive button state]
|
||||
expected:
|
||||
if not fission and (os == "linux") and webrender and not debug: ["NOTRUN", "PASS"]
|
||||
if fission and (os == "linux") and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and webrender and not debug: ["PASS", "NOTRUN"]
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
[pointerevent_getCoalescedEvents_when_pointerlocked.html]
|
||||
[mouse pointermove getCoalescedEvents when lock test]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86_64") and webrender and fission: ["FAIL", "PASS"]
|
||||
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 not webrender: ["FAIL", "PASS"]
|
||||
if (os == "win") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and webrender: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and not debug and fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and not debug and not 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_64"): ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
|
||||
if (os == "linux") and webrender and fission: ["FAIL", "PASS"]
|
||||
if (os == "linux") and webrender and not fission: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,14 +1,11 @@
|
|||
[pointerevent_movementxy_with_pointerlock.html]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not fission and not webrender and (processor == "x86_64"): ["ERROR", "OK"]
|
||||
if (os == "linux") and not debug and not fission and webrender: ["ERROR", "OK", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and webrender and fission: ["ERROR", "OK"]
|
||||
if (os == "linux") and not debug and webrender and not fission: ["ERROR", "OK", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["ERROR", "OK"]
|
||||
if (os == "win") and webrender and not debug and not fission: ["ERROR", "OK"]
|
||||
if (os == "linux") and not debug and fission: ["OK", "ERROR"]
|
||||
if os == "mac": ["ERROR", "OK", "TIMEOUT"]
|
||||
ERROR
|
||||
[mouse pointerevent movementX/Y with pointerlock test]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and fission: ["FAIL", "TIMEOUT", "PASS"]
|
||||
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "FAIL", "PASS"]
|
||||
[TIMEOUT, PASS, FAIL]
|
||||
expected: [TIMEOUT, PASS, FAIL]
|
||||
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
[iframe-inheritance-about-blank.html]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not fission and (processor == "x86_64") and not webrender: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and not fission and (processor == "x86_64") and webrender: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and debug and webrender and fission: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and debug and not webrender: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and webrender and debug and not fission: ["OK", "TIMEOUT"]
|
||||
if (os == "android") and not debug and not webrender: ["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 +11,8 @@
|
|||
|
||||
[A subresource fetched from an about:blank iframe is fetched with no 'Referer' header]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not fission and (processor == "x86_64") and not webrender: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and not debug and not fission and (processor == "x86_64") and webrender: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and debug and webrender and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and debug and not webrender: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and webrender and debug and not fission: ["PASS", "NOTRUN"]
|
||||
if (os == "android") and not debug and not webrender: ["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,10 +1,11 @@
|
|||
[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 (os == "win") and not debug and not fission and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "win") and not debug and not fission and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "android") and not debug and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and webrender and fission: ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "linux") 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]
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
[resource-reload-TAO.sub.html]
|
||||
expected:
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if (os == "win") and not debug and webrender: ["TIMEOUT", "OK"]
|
||||
if os == "mac": ["TIMEOUT", "OK"]
|
||||
TIMEOUT
|
||||
[Test that TAO headers are reused on reloads.]
|
||||
expected:
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"]
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86"): ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and not debug and webrender: ["TIMEOUT", "PASS"]
|
||||
if os == "mac": ["TIMEOUT", "PASS"]
|
||||
TIMEOUT
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
[workerStart-tao-protected.https.html]
|
||||
expected:
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): OK
|
||||
if debug and (os == "android") and webrender: OK
|
||||
if not debug and (os == "android") and not webrender: OK
|
||||
if debug and (os == "android") and webrender: OK
|
||||
if debug and (os == "mac"): OK
|
||||
if debug and (os == "win"): OK
|
||||
if debug and (os == "linux"): OK
|
||||
[OK, TIMEOUT]
|
||||
[Add TAO iframe to remote origin. Make sure workerStart is not zero]
|
||||
expected:
|
||||
if (os == "linux") and not debug and webrender and fission: ["FAIL", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and webrender and not fission: ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and not debug and webrender and fission: ["FAIL", "TIMEOUT"]
|
||||
if (os == "win") and not debug and webrender and not fission: ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
||||
if (os == "android") and debug and not webrender: ["FAIL", "NOTRUN"]
|
||||
if (os == "android") and not debug and webrender: ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and not webrender: ["FAIL", "TIMEOUT"]
|
||||
if (os == "mac") and not debug: ["FAIL", "TIMEOUT"]
|
||||
if not debug and webrender and not fission and (os == "mac"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and webrender and not fission and (os == "win"): ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if not debug and webrender and not fission and (os == "android"): ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if not debug and webrender and not fission and (os == "linux"): ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if not debug and not webrender and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
||||
if debug and (os == "android") and not webrender: ["FAIL", "NOTRUN"]
|
||||
if not debug and webrender and fission: ["FAIL", "TIMEOUT"]
|
||||
if not debug and not webrender and (os == "linux"): ["FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
[Add TAO-less iframe to remote origin. Make sure workerStart is zero]
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
[applyConstraints(width or height) must downscale precisely]
|
||||
expected:
|
||||
if (os == "win") and debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if debug and (os == "win") and webrender: ["PASS", "FAIL"]
|
||||
if debug and (os == "mac"): ["PASS", "FAIL"]
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[lock-unlock-check.html]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and not debug: ["ERROR", "OK"]
|
||||
if os == "android": ["TIMEOUT", "OK", "ERROR"]
|
||||
[OK, ERROR]
|
||||
[Re-locking orientation during event dispatch must reject existing orientationPendingPromise]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[onchange-event.html]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and debug: ["ERROR", "OK"]
|
||||
if (os == "win") and (processor == "x86") and not debug: ["ERROR", "OK"]
|
||||
if os == "android": ["TIMEOUT", "OK", "ERROR"]
|
||||
[OK, ERROR]
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
[inverted range search.]
|
||||
expected:
|
||||
if os == "android": NOTRUN
|
||||
if os == "mac": ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if os == "win": ["PASS", "NOTRUN", "TIMEOUT"]
|
||||
if os == "linux": PASS
|
||||
[PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
[Suffix comes before |end|.]
|
||||
expected:
|
||||
if os == "mac": ["NOTRUN", "TIMEOUT"]
|
||||
if os == "android": NOTRUN
|
||||
if os == "linux": ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
NOTRUN
|
||||
[NOTRUN, TIMEOUT]
|
||||
|
||||
[Multiple overlapping prefixes.]
|
||||
expected: FAIL
|
||||
|
@ -25,8 +25,8 @@
|
|||
|
||||
[non-existent exact match.]
|
||||
expected:
|
||||
if os == "android": ["NOTRUN", "TIMEOUT"]
|
||||
if os == "mac": ["PASS", "TIMEOUT"]
|
||||
if os == "android": ["NOTRUN", "TIMEOUT"]
|
||||
|
||||
[non-existent range match.]
|
||||
expected:
|
||||
|
@ -41,16 +41,16 @@
|
|||
|
||||
[overlapping exact matches with suffix.]
|
||||
expected:
|
||||
if os == "android": NOTRUN
|
||||
if os == "mac": ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if os == "win": ["FAIL", "TIMEOUT"]
|
||||
if os == "mac": ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if os == "android": NOTRUN
|
||||
FAIL
|
||||
|
||||
[Match with no suffix.]
|
||||
expected:
|
||||
if os == "android": NOTRUN
|
||||
if os == "mac": ["NOTRUN", "FAIL"]
|
||||
if os == "win": ["NOTRUN", "TIMEOUT"]
|
||||
if os == "win": ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if os == "android": NOTRUN
|
||||
[FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[Match text after prefix.]
|
||||
|
@ -58,32 +58,33 @@
|
|||
|
||||
[Search invisible content between |end| and suffix.]
|
||||
expected:
|
||||
if os == "linux": ["TIMEOUT", "NOTRUN", "FAIL"]
|
||||
if os == "linux": ["TIMEOUT", "FAIL", "NOTRUN"]
|
||||
NOTRUN
|
||||
|
||||
[Range with preceeding suffix.]
|
||||
expected:
|
||||
if os == "android": NOTRUN
|
||||
if os == "mac": ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if os == "linux": ["PASS", "TIMEOUT"]
|
||||
if os == "android": NOTRUN
|
||||
[NOTRUN, PASS]
|
||||
|
||||
[no suffix forces |end| to be end bounded.]
|
||||
expected:
|
||||
if os == "android": NOTRUN
|
||||
if os == "linux": PASS
|
||||
[PASS, NOTRUN, TIMEOUT]
|
||||
if os == "win": ["PASS", "NOTRUN", "TIMEOUT"]
|
||||
if os == "mac": ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
|
||||
[|end| must be start bounded even if full range is word bounded.]
|
||||
expected:
|
||||
if os == "mac": ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if os == "win": ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if os == "android": NOTRUN
|
||||
if os == "mac": ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if os == "win": ["NOTRUN", "PASS"]
|
||||
|
||||
[non-existent |end|.]
|
||||
expected:
|
||||
if os == "android": NOTRUN
|
||||
if os == "mac": ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if os == "win": ["NOTRUN", "PASS"]
|
||||
if os == "mac": ["NOTRUN", "TIMEOUT", "PASS"]
|
||||
|
||||
[suffix means |start| need not end on word boundary.]
|
||||
expected: FAIL
|
||||
|
@ -94,8 +95,8 @@
|
|||
[overlapping one letter exact matches with suffix.]
|
||||
expected:
|
||||
if os == "android": NOTRUN
|
||||
if os == "win": ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if os == "mac": ["FAIL", "NOTRUN"]
|
||||
if os == "win": ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
FAIL
|
||||
|
||||
[Basic smoke test - full word match.]
|
||||
|
@ -104,9 +105,9 @@
|
|||
[matching range search.]
|
||||
expected:
|
||||
if os == "android": NOTRUN
|
||||
if os == "linux": FAIL
|
||||
if os == "win": ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
[FAIL, NOTRUN, TIMEOUT]
|
||||
if os == "win": ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if os == "mac": ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
FAIL
|
||||
|
||||
[Prefix need not end on a word boundary.]
|
||||
expected: FAIL
|
||||
|
@ -129,16 +130,15 @@
|
|||
|
||||
[|end| must be start bounded.]
|
||||
expected:
|
||||
if os == "mac": ["PASS", "NOTRUN"]
|
||||
if os == "android": NOTRUN
|
||||
if os == "linux": PASS
|
||||
[NOTRUN, PASS]
|
||||
if os == "win": ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
|
||||
[suffix means |end| need not be end bounded.]
|
||||
expected:
|
||||
if os == "android": NOTRUN
|
||||
if os == "mac": ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if os == "win": ["TIMEOUT", "NOTRUN", "FAIL"]
|
||||
FAIL
|
||||
if os == "linux": FAIL
|
||||
[FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[|start| must start on a word boundary.]
|
||||
expected:
|
||||
|
|
|
@ -12,26 +12,22 @@
|
|||
|
||||
[no-force-load-at-top must not block scroll on load from text fragment.]
|
||||
expected:
|
||||
if os == "android": ["NOTRUN", "TIMEOUT"]
|
||||
if os == "win": ["TIMEOUT", "FAIL", "NOTRUN"]
|
||||
if os == "mac": ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if os == "android": ["TIMEOUT", "NOTRUN"]
|
||||
[FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[no-force-load-at-top must not block scroll on load from text fragment with element fallback.]
|
||||
expected:
|
||||
if os == "mac": ["TIMEOUT", "NOTRUN"]
|
||||
if os == "win": ["NOTRUN", "TIMEOUT"]
|
||||
if os == "android": NOTRUN
|
||||
[TIMEOUT, FAIL, NOTRUN]
|
||||
if os == "linux": ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
[TIMEOUT, NOTRUN]
|
||||
|
||||
[no-force-load-at-top must not block scroll on load from element fragment.]
|
||||
expected:
|
||||
if os == "linux": ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if os == "linux": ["TIMEOUT", "NOTRUN", "PASS"]
|
||||
NOTRUN
|
||||
|
||||
[force-load-at-top must block scroll on load from history scroll restoration.]
|
||||
expected:
|
||||
if os == "mac": ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||
if os == "android": ["TIMEOUT", "FAIL"]
|
||||
[FAIL, TIMEOUT]
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
[scroll-to-text-fragment-security.sub.html]
|
||||
expected:
|
||||
if os == "android": ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
expected: [OK, TIMEOUT]
|
||||
[Test that a text fragment directive requires a user activation (user_activation=true).]
|
||||
expected: [FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
|
@ -12,9 +10,7 @@
|
|||
expected: [FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[Test that a text fragment directive is not activated within an iframe.]
|
||||
expected:
|
||||
if os == "android": ["TIMEOUT", "FAIL", "NOTRUN"]
|
||||
[FAIL, TIMEOUT, NOTRUN]
|
||||
expected: [FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[Test that a text fragment directive is not activated when there is a window opener (noopener=false).]
|
||||
expected: [FAIL, TIMEOUT, NOTRUN]
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче