Bug 1672642 - [wpt-sync] Update web-platform-tests to e3cc95aa44f8a32bdf5c2827455de43148aa9980, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: e3cc95aa44f8a32bdf5c2827455de43148aa9980
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2020-10-22 09:56:57 +00:00
Родитель 338301c2aa
Коммит f6df481788
115 изменённых файлов: 408 добавлений и 398 удалений

Просмотреть файл

@ -93,90 +93,58 @@
[structured-clone.any.html?101-last]
expected:
if fission and (os == "win"): ["OK", "TIMEOUT"]
[TIMEOUT, OK]
expected: [TIMEOUT, OK]
[Not serializable: Window: [object Window\]]
expected:
if fission and (os == "win"): ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: symbol: Symbol(desc)]
expected:
if fission and (os == "win"): ["FAIL", "NOTRUN"]
[NOTRUN, FAIL]
expected: [NOTRUN, FAIL]
[FileList: [object FileList\]]
expected:
if fission and (os == "win"): ["FAIL", "PASS", "NOTRUN"]
[NOTRUN, PASS, FAIL]
expected: [NOTRUN, PASS, FAIL]
[Not serializable: function: function() {}]
expected:
if fission and (os == "win"): ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[File: [object File\]]
expected:
if (os == "android") and not debug: ["TIMEOUT", "NOTRUN", "PASS"]
if (os == "win") and fission: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "win") and fission: ["TIMEOUT", "PASS", "NOTRUN"]
[NOTRUN, PASS, TIMEOUT]
[Not serializable: Event: [object Event\]]
expected:
if fission and (os == "win"): ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: MessageChannel: [object MessageChannel\]]
expected:
if fission and (os == "win"): ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Blob: [object Blob\]]
expected:
if (os == "android") and not debug: ["PASS", "TIMEOUT"]
if (os == "win") and fission: ["PASS", "TIMEOUT"]
[TIMEOUT, PASS]
[structured-clone.any.worker.html?101-last]
expected:
if fission and (os == "win"): ["OK", "TIMEOUT"]
[TIMEOUT, OK]
expected: [TIMEOUT, OK]
[Not serializable: function: function() {}]
expected:
if fission and (os == "win"): ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: MessageChannel: [object MessageChannel\]]
expected:
if fission and (os == "win"): ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: symbol: Symbol(desc)]
expected:
if fission and (os == "win"): ["FAIL", "NOTRUN"]
[NOTRUN, FAIL]
expected: [NOTRUN, FAIL]
[File: [object File\]]
expected:
if fission and (os == "win"): ["PASS", "TIMEOUT", "NOTRUN"]
[NOTRUN, PASS, TIMEOUT]
expected: [NOTRUN, PASS, TIMEOUT]
[Not serializable: Event: [object Event\]]
expected:
if fission and (os == "win"): ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]]
expected:
if fission and (os == "win"): ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Blob: [object Blob\]]
expected:
if fission and (os == "win"): ["PASS", "TIMEOUT"]
[TIMEOUT, PASS]
expected: [TIMEOUT, PASS]
[structured-clone.any.html?1-20]

Просмотреть файл

@ -1,11 +1,11 @@
[iframe-all-local-schemes-inherit-self.sub.html]
expected:
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "OK"]
if (os == "linux") and fission and debug: ["TIMEOUT", "OK"]
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[<iframe>'s about:blank inherits policy.]
expected:
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "PASS"]
if (os == "linux") and fission and debug: ["TIMEOUT", "PASS"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]

Просмотреть файл

@ -1,7 +1,11 @@
[spv-only-sent-to-initiator.sub.html]
expected: [OK, TIMEOUT]
expected:
if processor == "x86": ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[Test that no spv event is raised]
expected: [FAIL, NOTRUN]
expected:
if processor == "x86": ["NOTRUN", "FAIL"]
[FAIL, NOTRUN]
[Violation report status OK.]
expected: FAIL

Просмотреть файл

@ -1,6 +1,6 @@
[relpos-percentage-top-in-scrollable.html]
[Top percentage resolved correctly for overflow contribution]
expected:
if (os == "android") and not debug: ["FAIL", "PASS"]
if (os == "android") and debug: ["FAIL", "PASS"]
if (os == "android") and not debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,4 +1,4 @@
[root-element-opacity-change.html]
expected:
if webrender and fission: ["FAIL", "PASS"]
if webrender and fission: ["PASS", "FAIL"]
if webrender and not fission: ["PASS", "FAIL"]

Просмотреть файл

@ -1 +1,3 @@
[contain-size-replaced-003a.html]
expected:
if (os == "mac") and debug and webrender: ["PASS", "TIMEOUT"]

Просмотреть файл

@ -1,3 +0,0 @@
[quotes-018.html]
expected:
if (processor == "x86") and not debug: FAIL

Просмотреть файл

@ -17,9 +17,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"): ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "NOTRUN"]
if (os == "win") and debug and webrender: ["TIMEOUT", "FAIL", "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]
@ -68,10 +67,11 @@
[Initialize lineGapOverride with a non-percentage should fail]
expected:
if (os == "win") and ccov: [PASS, NOTRUN]
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
if (os == "win") and debug and not webrender and (processor == "x86_64"): NOTRUN
if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "NOTRUN"]
if (os == "win") and not debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "win") and debug and webrender: ["NOTRUN", "FAIL"]
if (os == "win") and not debug and webrender: ["FAIL", "TIMEOUT"]
FAIL
[Initialize ascentOverride with a percentage should succeed]

Просмотреть файл

@ -1,5 +1,2 @@
[list-style-image-zoom-dynamic.html]
expected:
if (os == "linux") and not debug and not webrender: ["PASS", "FAIL"]
if (os == "android") and not debug: ["PASS", "FAIL"]
[FAIL, PASS]
expected: [FAIL, PASS]

Просмотреть файл

@ -1,7 +1,7 @@
[clip-path-descendant-text-mutated-001.html]
expected:
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "PASS", "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 debug: ["PASS", "FAIL", "ERROR"]
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
[PASS, FAIL]

Просмотреть файл

@ -2,6 +2,6 @@
expected:
if (os == "mac") and not debug and not webrender: PASS
if (os == "mac") and debug: PASS
if os == "win": ["PASS", "FAIL", "ERROR"]
if os == "android": PASS
if os == "win": ["PASS", "FAIL", "ERROR"]
[PASS, FAIL]

Просмотреть файл

@ -1,5 +1,5 @@
[shape-outside-linear-gradient-011.html]
expected:
if (os == "win") and webrender and not debug: ["FAIL", "PASS"]
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
if (os == "win") and webrender and not debug: ["FAIL", "PASS"]
if (os == "mac") and not webrender: FAIL

Просмотреть файл

@ -1,5 +1,5 @@
[shape-outside-linear-gradient-014.html]
expected:
if (os == "win") and webrender and not debug: ["FAIL", "PASS"]
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
if (os == "win") and webrender and not debug: ["FAIL", "PASS"]
if (os == "mac") and not webrender: FAIL

Просмотреть файл

@ -1,5 +1,5 @@
[shape-outside-linear-gradient-015.html]
expected:
if (os == "win") and webrender and not debug: ["FAIL", "PASS"]
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
if (os == "win") and webrender and not debug: ["FAIL", "PASS"]
if (os == "mac") and not webrender: FAIL

Просмотреть файл

@ -1,5 +1,6 @@
[range-percent-intrinsic-size-1.html]
expected:
if (os == "win") and not webrender and not debug and (processor == "x86"): ["PASS", "FAIL"]
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
if (os == "win") and not webrender and debug: ["PASS", "FAIL"]
if (processor == "x86_64") and (os == "win") and not webrender and debug: ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "win") and not webrender and not debug: ["FAIL", "PASS"]
if (processor == "x86") and not debug: ["PASS", "FAIL"]
if (processor == "x86") and debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,2 +1,4 @@
[overflow-wrap-normal-keep-all-001.html]
expected: FAIL
expected:
if (processor == "x86") and not debug: ["FAIL", "PASS"]
FAIL

Просмотреть файл

@ -0,0 +1,3 @@
[overflow-wrap-shaping-001.html]
expected:
if (processor == "x86") and not debug: ["PASS", "FAIL"]

Просмотреть файл

@ -0,0 +1,3 @@
[overflow-wrap-shaping-002.html]
expected:
if (processor == "x86") and not debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,9 +1,7 @@
[CSSTransition-effect.tentative.html]
[After setting a transition's effect to null, a new transition can be started]
expected:
if (os == "linux") and fission and debug: ["FAIL", "PASS"]
if (os == "linux") and fission and not debug: ["FAIL", "PASS"]
if (os == "linux") and not fission: ["FAIL", "PASS"]
if os == "mac": ["FAIL", "PASS"]
FAIL
if os == "android": FAIL
if os == "win": FAIL
[FAIL, PASS]

Просмотреть файл

@ -1,21 +1,29 @@
[ch-pseudo-recalc-on-font-load.html]
[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 == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and debug and not webrender: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if os == "mac": ["PASS", "FAIL"]
[ch in pseudo-element ::after should be recalculated after loading a web font]
expected:
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]
if (os == "linux") and debug and not webrender: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if os == "mac": ["PASS", "FAIL"]
[ch in pseudo-element ::first-line should be recalculated after loading a web font]
expected:
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and debug and not webrender: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if os == "mac": ["PASS", "FAIL"]
[ch in pseudo-element ::before should be recalculated after loading a web font]
expected:
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and debug and not webrender: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if os == "mac": ["PASS", "FAIL"]

Просмотреть файл

@ -9,7 +9,9 @@
[Element with smooth scroll-behavior ; scrollTo() with auto behavior]
expected:
if webrender and (os == "linux"): ["PASS", "FAIL"]
if webrender and (os == "linux") and debug and not fission: ["PASS", "FAIL"]
if webrender and (os == "linux") and debug and fission: ["PASS", "FAIL"]
if webrender and (os == "linux") and not debug: ["PASS", "FAIL"]
[Element with smooth scroll-behavior ; scroll() with default behavior]
expected:
@ -18,3 +20,4 @@
[Element with smooth scroll-behavior ; scrollIntoView() with default behavior]
expected:
if webrender and (os == "linux"): ["PASS", "FAIL"]

Просмотреть файл

@ -7,7 +7,10 @@
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
if webrender: ["PASS", "FAIL"]
if webrender and (os == "win") and not debug and not fission: ["PASS", "FAIL"]
if webrender and (os == "win") and not debug and fission: ["PASS", "FAIL"]
if webrender and (os == "win") and debug: ["PASS", "FAIL"]
if webrender and (os == "linux"): ["PASS", "FAIL"]
[Set scrollLeft to frame with smooth scroll-behavior]
expected:

Просмотреть файл

@ -6,7 +6,7 @@
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
if (os == "linux") and webrender: ["PASS", "FAIL"]
if webrender and (os == "linux"): ["PASS", "FAIL"]
[Main frame with smooth scroll-behavior ; scrollBy() with smooth behavior]
expected:
@ -20,3 +20,7 @@
expected:
if (os == "win") and debug and webrender: ["PASS", "FAIL"]
[Main frame with smooth scroll-behavior ; scrollTo() with auto behavior]
expected:
if webrender and debug and (os == "linux") and not fission: ["PASS", "FAIL"]

Просмотреть файл

@ -1,2 +0,0 @@
[CSS.html]
prefs: [layout.css.supports-selector.enabled:true]

Просмотреть файл

@ -1,6 +1,7 @@
[effect-reference-feimage-002.html]
expected:
if webrender and (os == "mac") and debug: ["PASS", "FAIL"]
if webrender and (os == "win") and debug: ["FAIL", "PASS"]
if webrender and (os == "linux") and fission: ["FAIL", "PASS"]
if webrender and (os == "linux") and not fission: ["PASS", "FAIL"]
if webrender and (os == "win") and debug: ["PASS", "FAIL"]
if webrender and (os == "win") and not debug: ["PASS", "FAIL", "ERROR"]
if webrender and (os == "linux"): ["PASS", "FAIL"]
if webrender and (os == "mac") and debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,7 +1,7 @@
[remove-filter-repaint.html]
expected:
if (os == "linux") and webrender and debug and not fission: ["FAIL", "PASS"]
if (os == "linux") and webrender and debug and fission: ["PASS", "FAIL"]
if (os == "linux") and webrender and debug and not fission: ["FAIL", "PASS"]
if (os == "win") and not webrender and debug and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and webrender and not debug: ["PASS", "FAIL"]
if (os == "win") and webrender: ["PASS", "FAIL"]

Просмотреть файл

@ -1,6 +1,7 @@
[device-aspect-ratio-001.html]
expected:
if (os == "mac") and not debug and not webrender: ["FAIL", "PASS"]
if (os == "mac") and not debug and webrender: ["PASS", "FAIL"]
if (os == "mac") and debug: ["FAIL", "PASS"]
if (os == "mac") and webrender and debug: ["PASS", "FAIL"]
if (os == "mac") and webrender and not debug: ["FAIL", "PASS"]
if (os == "mac") and not webrender and not debug: ["PASS", "FAIL"]
if (os == "mac") and not webrender and debug: ["FAIL", "PASS"]
if os == "linux": FAIL

Просмотреть файл

@ -1,7 +1,8 @@
[device-aspect-ratio-005.html]
expected:
if (os == "mac") and not debug and webrender: ["PASS", "FAIL"]
if (os == "mac") and not debug and not webrender: ["FAIL", "PASS"]
if (os == "mac") and debug: ["FAIL", "PASS"]
if (os == "mac") and webrender and debug: ["PASS", "FAIL"]
if (os == "mac") and webrender and not debug: ["FAIL", "PASS"]
if (os == "mac") and not webrender and not debug: ["PASS", "FAIL"]
if (os == "mac") and not webrender and debug: ["FAIL", "PASS"]
if os == "win": PASS
FAIL

Просмотреть файл

@ -24,9 +24,9 @@
expected:
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 == "android": ["FAIL", "NOTRUN"]
if os == "win": ["NOTRUN", "FAIL"]
if os == "mac": NOTRUN
if os == "win": ["NOTRUN", "FAIL"]
if os == "android": ["FAIL", "NOTRUN"]
[TIMEOUT, NOTRUN]
[Tests that the target_div gets scrollend event when dragging scroll on target.]

Просмотреть файл

@ -1,4 +1,6 @@
[DOMParser-parseFromString-url-base.html]
expected:
if fission and (os == "linux") and not debug: ["OK", "ERROR"]
[image/svg+xml invalid XML: created using another iframe's DOMParser from this frame]
expected: FAIL

Просмотреть файл

@ -9,12 +9,13 @@
[<span> separator - move down]
expected:
if debug: ["FAIL", "PASS"]
if debug and fission: ["PASS", "FAIL"]
if debug and not fission: ["FAIL", "PASS"]
FAIL
[two <span> separators - move down]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
if webrender and debug and (os == "linux"): ["FAIL", "PASS"]
FAIL
[<br> separator - move down]
@ -22,12 +23,12 @@
[<wbr> separator - move right]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
if webrender and debug and (os == "linux"): ["FAIL", "PASS"]
FAIL
[<wbr> separator - move left]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
if webrender and debug and (os == "linux"): ["FAIL", "PASS"]
FAIL
[<wbr> separator - move up]

Просмотреть файл

@ -1,3 +1,3 @@
[response-clone-iframe.window.html]
expected:
if (os == "mac") and not debug: ["ERROR", "OK"]
if (os == "mac") and not debug: ["OK", "ERROR"]

Просмотреть файл

@ -3,7 +3,6 @@
if (os == "linux") or debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1642889
[Check result]
expected:
if (os == "win") and fission: ["FAIL", "PASS"]
if os == "android": PASS
[PASS, FAIL]

Просмотреть файл

@ -1,8 +1,9 @@
[document-exit-fullscreen-nested-shadow-dom.html]
expected:
if (os == "win") and webrender and not debug and fission: ["OK", "ERROR"]
if (os == "win") and webrender and not debug and not fission: ["ERROR", "OK"]
if (os == "win") and not fission and webrender and not debug: ["OK", "ERROR"]
if (os == "win") and fission: ["OK", "ERROR"]
if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "mac") and not debug: ["ERROR", "OK"]
ERROR
[Exiting fullscreen from a nested shadow root works correctly.]
expected:

Просмотреть файл

@ -9,22 +9,22 @@
[Navigating second iframe]
expected:
if fission and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if fission and (os == "linux") and debug: ["PASS", "NOTRUN"]
if fission and (os == "linux") and debug: ["NOTRUN", "PASS"]
[Traversing history back (1)]
expected:
if fission and (os == "linux") and debug: ["NOTRUN", "PASS"]
if fission and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if fission and (os == "linux") and debug: ["PASS", "NOTRUN"]
[Navigating first iframe]
expected:
if fission and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if fission and (os == "linux") and debug: ["PASS", "NOTRUN"]
if fission and (os == "linux") and debug: ["NOTRUN", "PASS"]
[Session history length on adding new iframe]
expected:
if fission and (os == "linux") and debug: ["FAIL", "PASS"]
if fission and (os == "linux") and not debug: ["PASS", "FAIL"]
if fission and (os == "linux") and debug: ["PASS", "FAIL"]
[Session history length on initial load]
expected:

Просмотреть файл

@ -1,10 +1,8 @@
[2d.text.draw.fontface.notinpage.html]
[@font-face fonts should work even if they are not used in the page]
expected:
if debug and (os == "linux") and webrender and not fission: ["FAIL", "PASS"]
if debug and (os == "win") and (processor == "x86_64"): ["FAIL", "PASS"]
if debug and (os == "linux") and not webrender: ["FAIL", "PASS"]
if not debug and (processor == "x86") and (os == "linux"): ["FAIL", "PASS"]
if debug and (os == "mac"): ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
if (processor == "x86") and (os == "win") and debug: ["FAIL", "PASS"]
if (processor == "x86") and (os == "linux"): ["FAIL", "PASS"]
[PASS, FAIL]

Просмотреть файл

@ -1,9 +1,6 @@
[offscreencanvas.commit.w.html]
expected:
if (os == "linux") and webrender and not debug and fission: ["ERROR", "OK"]
if (os == "linux") and webrender and not debug and not fission: ["ERROR", "OK"]
if (os == "linux") and webrender and debug and not fission: ["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

Просмотреть файл

@ -2,8 +2,8 @@
[CSP: sandbox allow-popups allow-scripts allow-same-origin; CSP sandbox popup navigate to Cross-Origin-Opener-Policy document should work]
expected:
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]
if (os == "mac") and not debug: ["PASS", "FAIL"]
if (os == "linux") and not fission: ["PASS", "FAIL"]
if (os == "mac") and not debug: ["FAIL", "PASS"]
[CSP: sandbox allow-popups allow-scripts; CSP sandbox popup navigate to Cross-Origin-Opener-Policy document should work]
expected:

Просмотреть файл

@ -3,18 +3,18 @@
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"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "OK"]
if not debug and (os == "mac"): ["TIMEOUT", "OK"]
if not debug and (os == "win"): ["TIMEOUT", "OK"]
if not debug and not webrender and (os == "linux") and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["OK", "TIMEOUT"]
if not debug and not webrender and (os == "win"): ["TIMEOUT", "OK"]
if not debug and not webrender and (os == "mac"): ["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 (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"): ["TIMEOUT", "FAIL"]
if not debug and (os == "mac"): ["TIMEOUT", "FAIL"]
if not debug and not webrender and (os == "linux") and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and not webrender and (os == "win"): ["TIMEOUT", "FAIL"]
if not debug and not webrender and (os == "mac"): ["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", ]
@ -26,6 +26,6 @@
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 == "win"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "mac"): ["NOTRUN", "PASS"]
if not debug and (os == "win"): ["NOTRUN", "PASS", "TIMEOUT"]

Просмотреть файл

@ -9,8 +9,8 @@
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 fission: ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and not fission: ["FAIL", "TIMEOUT"]
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
@ -20,8 +20,8 @@
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 fission: ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "win") and not 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", "PASS", "TIMEOUT"]
[verify remaining reports]

Просмотреть файл

@ -1,15 +1,17 @@
[report-only-same-origin.https.html]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
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"): ["TIMEOUT", "OK"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "OK"]
if not debug and (os == "win") and fission: ["OK", "TIMEOUT"]
if not debug and (os == "win") and not fission: ["TIMEOUT", "OK"]
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"): ["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"]
@ -21,11 +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 == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "win") and not fission and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
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_64"): ["PASS", "NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and webrender and fission: ["TIMEOUT", "PASS", "NOTRUN"]
if not debug and (os == "win") and webrender and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT", "NOTRUN"]
if not debug and (os == "win") 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: ["PASS", "TIMEOUT", "NOTRUN"]
if not debug and (os == "mac"): NOTRUN

Просмотреть файл

@ -6,16 +6,16 @@
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "OK"]
if not debug and (os == "mac"): ["TIMEOUT", "OK"]
if not debug and (os == "win"): ["TIMEOUT", "OK"]
if not debug and (os == "mac"): ["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 (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", "FAIL", "TIMEOUT"]
if not debug and (os == "win"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "mac"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "win"): ["NOTRUN", "FAIL", "TIMEOUT"]
FAIL
[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, , ]
@ -23,8 +23,8 @@
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"): ["TIMEOUT", "FAIL"]
if not debug and (os == "mac"): ["TIMEOUT", "FAIL"]
if not debug and (os == "win"): ["TIMEOUT", "FAIL"]
FAIL
[verify remaining reports]

Просмотреть файл

@ -8,40 +8,40 @@
[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"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN", "FAIL"]
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "mac"): NOTRUN
[TIMEOUT, FAIL, NOTRUN]
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["TIMEOUT", "NOTRUN", "FAIL"]
if (os == "linux") and not webrender and debug: ["TIMEOUT", "FAIL", "NOTRUN"]
if (os == "mac") and debug: 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 webrender and not debug and (processor == "x86"): ["TIMEOUT", "FAIL"]
if (os == "mac") and debug: FAIL
if (os == "mac") and not debug: TIMEOUT
[FAIL, TIMEOUT]
[verify remaining reports]
expected:
if (os == "linux") and not webrender: ["NOTRUN", "PASS"]
NOTRUN
if (os == "linux") and webrender: NOTRUN
if os == "mac": NOTRUN
[NOTRUN, PASS]
[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 (os == "linux") and not webrender and not debug and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if (os == "linux") and not webrender and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "linux") and webrender and not debug: ["NOTRUN", "TIMEOUT"]
if (os == "linux") and webrender and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: FAIL
if (os == "mac") and not debug: NOTRUN
if (os == "linux") and webrender: ["TIMEOUT", "NOTRUN"]
[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 debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "mac"): NOTRUN
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["NOTRUN", "FAIL"]
if (os == "linux") and webrender: NOTRUN
if (os == "mac") and debug: FAIL
if (os == "mac") and not debug: NOTRUN
[FAIL, NOTRUN]
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]

Просмотреть файл

@ -19,17 +19,17 @@
[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 (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", "FAIL", "TIMEOUT"]
if not debug and (os == "win"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "mac"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "win"): ["NOTRUN", "FAIL", "TIMEOUT"]
FAIL
[verify remaining reports]
expected:
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 not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
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"]

Просмотреть файл

@ -6,8 +6,8 @@
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 == "linux") and webrender: ["TIMEOUT", "OK"]
if not debug and (os == "mac"): ["TIMEOUT", "OK"]
if not debug and (os == "win"): ["TIMEOUT", "OK"]
if not debug and (os == "mac"): ["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
@ -30,11 +30,11 @@
[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 (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"]
if not debug and (os == "mac"): ["NOTRUN", "PASS"]
if not debug and (os == "win"): ["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,10 +1,11 @@
[resource-popup.https.html]
expected:
if (os == "linux") and not webrender: ["OK", "TIMEOUT", "CRASH"]
if (os == "linux") and not webrender and debug: ["TIMEOUT", "OK", "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 webrender and debug and fission: ["FAIL", "PASS"]
if fission and debug: ["FAIL", "PASS"]
[PASS, FAIL]
[/images/red.png - parent COOP: ""; child COOP: "same-origin"]
@ -13,5 +14,7 @@
if (os == "linux") and not webrender: ["PASS", "FAIL"]
[/media/2x2-green.mp4 - parent COOP: ""; child COOP: "same-origin"]
expected: [PASS, TIMEOUT]
expected:
if (os == "linux") and debug and not webrender: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]

Просмотреть файл

@ -2,8 +2,8 @@ implementation-status: backlog
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912
[blob-data.https.html]
expected:
if os == "win": ["TIMEOUT", "OK"]
[OK, TIMEOUT]
if os == "win": ["OK", "TIMEOUT"]
[TIMEOUT, OK]
[data frame: self.isSecureContext]
expected: FAIL

Просмотреть файл

@ -45,7 +45,6 @@
[utf-16be.html?include=workers]
expected:
if (os == "linux") and not webrender and debug: ["TIMEOUT", "OK"]
if (os == "mac") and debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
@ -58,7 +57,6 @@
[SharedWorker constructor]
expected:
if (os == "linux") and not webrender and debug: ["TIMEOUT", "PASS"]
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]

Просмотреть файл

@ -43,7 +43,7 @@
[utf-16le.html?include=workers]
expected:
if (os == "linux") and debug and webrender and not fission: ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -51,13 +51,13 @@
[importScripts() in a shared worker]
expected:
if not webrender and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
if not webrender and (os == "linux"): ["FAIL", "TIMEOUT"]
if not webrender and (os == "mac"): ["FAIL", "TIMEOUT"]
if not webrender and (os == "linux"): ["FAIL", "TIMEOUT"]
FAIL
[SharedWorker constructor]
expected:
if (os == "linux") and debug and webrender and not fission: ["TIMEOUT", "PASS"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

Просмотреть файл

@ -33,8 +33,11 @@
[utf-8.html?include=workers]
expected:
if (os == "linux") and not fission and not webrender and debug: ["TIMEOUT", "OK"]
if (os == "linux") and fission: ["TIMEOUT", "OK"]
if (os == "linux") and not fission and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "OK"]
if (os == "linux") and fission and not debug: ["TIMEOUT", "OK"]
if (os == "android") and debug: ["TIMEOUT", "OK"]
if (os == "mac") and debug: ["TIMEOUT", "OK"]
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -47,8 +50,11 @@
[SharedWorker constructor]
expected:
if (os == "linux") and not fission and not webrender and debug: ["TIMEOUT", "PASS"]
if (os == "linux") and fission: ["TIMEOUT", "PASS"]
if (os == "linux") and not fission and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "PASS"]
if (os == "linux") and fission and not debug: ["TIMEOUT", "PASS"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
if (os == "android") and debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

Просмотреть файл

@ -287,8 +287,9 @@
[windows-1251.html?include=workers]
expected:
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "OK"]
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "OK"]
if (os == "linux") and fission and debug: ["TIMEOUT", "OK"]
if (os == "mac") and debug: ["TIMEOUT", "OK"]
if (os == "android") and debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -300,8 +301,9 @@
[SharedWorker constructor]
expected:
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "PASS"]
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "PASS"]
if (os == "linux") and fission and debug: ["TIMEOUT", "PASS"]
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
if (os == "android") and debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

Просмотреть файл

@ -114,11 +114,7 @@
[windows-1252.html?include=css]
[windows-1252.html?include=workers]
expected:
if (os == "linux") and webrender and debug and fission: ["TIMEOUT", "OK"]
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "OK"]
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
expected: [OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -129,11 +125,7 @@
FAIL
[SharedWorker constructor]
expected:
if (os == "linux") and webrender and debug and fission: ["TIMEOUT", "PASS"]
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "PASS"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
expected: [PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]
expected: FAIL

Просмотреть файл

@ -1,8 +1,8 @@
[first-when-later.html]
[The first autofocus in the document wins, even if elements are inserted later.]
expected:
if (os == "win") and not debug and not fission and (processor == "x86_64") and webrender: ["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 fission: ["PASS", "FAIL"]
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: ["FAIL", "PASS"]
if (os == "win") and fission: ["PASS", "FAIL"]
if (os == "android") and not debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,11 +1,9 @@
[first.html]
[The first autofocus element in the document should win.]
expected:
if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): PASS
if (os == "linux") and debug and webrender and fission: PASS
if (os == "win") and not fission and not debug and webrender: PASS
if (os == "linux") and debug and not webrender: PASS
if (os == "win") and not fission and debug: PASS
if os == "mac": PASS
[PASS, FAIL]
if (os == "win") and not fission and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
if (os == "linux") and not debug: ["PASS", "FAIL"]
if (os == "win") and fission: ["FAIL", "PASS"]
if os == "android": ["PASS", "FAIL"]

Просмотреть файл

@ -1,9 +1,9 @@
[no-autofocus-on-changing-input-type.html]
[Changing input type should not refocus on the element.]
expected:
if not webrender and (os == "win") and debug: PASS
if not webrender and (os == "android") and debug: PASS
if not webrender and (os == "mac"): PASS
if not webrender and (os == "win") and debug: PASS
if not webrender and (os == "linux"): PASS
if not webrender and (os == "mac"): PASS
[PASS, FAIL]

Просмотреть файл

@ -1,9 +1,8 @@
[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 (processor == "x86_64") and webrender and fission: ["PASS", "FAIL"]
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: ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if not debug and (os == "win") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "android"): ["PASS", "FAIL"]

Просмотреть файл

@ -1,5 +1,5 @@
[image-compositing-large-scale-change.html]
expected:
if (os == "android") and not debug: ["TIMEOUT", "PASS"]
if (os == "android") and debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT"]
if (os == "win") and not webrender: FAIL

Просмотреть файл

@ -1,5 +1,5 @@
[image-loading-lazy-slow-aspect-ratio.html]
expected:
if (os == "android") and debug: ["PASS", "FAIL", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT", "FAIL"]
if (os == "android") and not debug: ["TIMEOUT", "PASS", "FAIL"]
[PASS, FAIL]

Просмотреть файл

@ -2,5 +2,5 @@
expected:
if (os == "win") and (processor == "x86") and not debug: PASS
if (os == "android") and debug: ["PASS", "FAIL", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT", "FAIL"]
if (os == "android") and not debug: ["TIMEOUT", "PASS", "FAIL"]
[PASS, FAIL]

Просмотреть файл

@ -2,4 +2,4 @@
expected:
if (os == "win") and webrender and debug: ["PASS", "TIMEOUT"]
if (os == "android") and debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["TIMEOUT", "PASS"]

Просмотреть файл

@ -1,4 +1,4 @@
[sizes-dynamic-001.html]
expected:
if (os == "android") and debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["TIMEOUT", "PASS"]

Просмотреть файл

@ -1,4 +1,4 @@
[sizes-dynamic-002.html]
expected:
if (os == "android") and not debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["TIMEOUT", "PASS"]
if (os == "android") and debug: ["PASS", "TIMEOUT"]

Просмотреть файл

@ -1,4 +1,4 @@
[svg-img-with-external-stylesheet.html]
expected:
if (os == "android") and debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["TIMEOUT", "PASS"]

Просмотреть файл

@ -1,4 +1,4 @@
[video-poster-shown-preload-auto.html]
expected:
if (os == "android") and debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["TIMEOUT", "PASS"]

Просмотреть файл

@ -1,4 +1,4 @@
[video_content_image.htm]
expected:
if (os == "android") and not debug: ["PASS", "TIMEOUT"]
if (os == "android") and debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["TIMEOUT", "PASS"]

Просмотреть файл

@ -1,4 +1,4 @@
[video_content_text.htm]
expected:
if (os == "android") and debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["TIMEOUT", "PASS"]

Просмотреть файл

@ -1,4 +1,4 @@
[video_dynamic_poster_absolute.htm]
expected:
if (os == "android") and debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["TIMEOUT", "PASS"]

Просмотреть файл

@ -1,4 +1,4 @@
[video_dynamic_poster_relative.htm]
expected:
if (os == "android") and not debug: ["TIMEOUT", "PASS"]
if (os == "android") and debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT"]

Просмотреть файл

@ -1,5 +1,5 @@
[video_initially_paused.html]
expected:
if (os == "android") and debug: ["FAIL", "PASS", "TIMEOUT"]
if (os == "android") and not debug: ["FAIL", "TIMEOUT", "PASS"]
if (os == "android") and not debug: ["TIMEOUT", "PASS", "FAIL"]
FAIL

Просмотреть файл

@ -2,8 +2,8 @@
[<script> error: Move fetch-error external module script to createHTMLDocument after-prepare]
expected:
if (os == "win") and ccov: FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
if not debug and (os == "win"): PASS

Просмотреть файл

@ -5,8 +5,8 @@
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
if not debug and (os == "win"): PASS
if not debug and (os == "mac"): PASS
FAIL
[window error: Move parse-error external classic script to createHTMLDocument after-prepare]

Просмотреть файл

@ -2,8 +2,8 @@
[Eval: Move success external classic script to createHTMLDocument after-prepare]
expected:
if (os == "win") and ccov: FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
if not debug and (os == "win"): PASS
@ -12,10 +12,10 @@
[<script> load: Move success external classic script to createHTMLDocument after-prepare]
expected:
if (os == "win") and ccov: FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
if not debug and (os == "win"): PASS
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -2,8 +2,8 @@
[<script> load: Move success external module script to createHTMLDocument after-prepare]
expected:
if (os == "win") and ccov: FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
if not debug and (os == "win"): PASS
@ -12,10 +12,10 @@
[Eval: Move success external module script to createHTMLDocument after-prepare]
expected:
if (os == "win") and ccov: FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
if not debug and (os == "win"): PASS
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -5,29 +5,29 @@
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 == "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"): ["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"]

Просмотреть файл

@ -5,18 +5,18 @@
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 == "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:
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 == "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

Просмотреть файл

@ -2,18 +2,18 @@
[<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 == "linux") and debug: ["PASS", "FAIL"]
if (os == "win") and not debug: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if (os == "linux") and debug: ["PASS", "FAIL"]
[<script> load: Move success 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"]

Просмотреть файл

@ -2,12 +2,12 @@
[<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"): ["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"]
if (os == "mac") and not debug: PASS
FAIL
[Eval: Move success external module script to iframe after-prepare]
@ -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 == "linux") and debug: ["FAIL", "PASS"]
if (os == "win") and not debug: PASS
if (os == "linux") and debug: ["FAIL", "PASS"]
FAIL
[<script> error: Move success external module script to iframe after-prepare]
@ -27,7 +27,7 @@
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 == "mac") and not debug: FAIL

Просмотреть файл

@ -1,11 +1,9 @@
[operator-dictionary-spacing-001.html]
[Operator dictionary chunk 1 - lspace/rspace]
expected:
if not webrender and (os == "mac") and debug: ["FAIL", "PASS"]
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
[PASS, FAIL]
[Operator dictionary chunk 3 - lspace/rspace]
expected:
if (os == "mac") and debug: ["FAIL", "PASS"]
[PASS, FAIL]
expected: [PASS, FAIL]

Просмотреть файл

@ -1,11 +1,13 @@
[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 == "linux") and debug and not webrender: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86") and debug: ["FAIL", "PASS"]
if debug and (os == "linux") and webrender and not fission: ["FAIL", "PASS"]
if debug and (os == "win") and (processor == "x86"): ["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,10 +1,9 @@
[operator-dictionary-spacing-003.html]
[Operator dictionary chunk 1 - lspace/rspace]
expected:
if (os == "mac") and debug: ["FAIL", "PASS"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "mac") and not debug: ["PASS", "FAIL"]
[Operator dictionary chunk 3 - lspace/rspace]
expected:
if (os == "mac") and debug: ["FAIL", "PASS"]
[PASS, FAIL]
expected: [PASS, FAIL]

Просмотреть файл

@ -3,12 +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 debug: ["FAIL", "PASS"]
if (os == "mac") and not debug: ["FAIL", "PASS"]
[Operator dictionary chunk 3 - lspace/rspace]
expected:
if (os == "linux") and debug and fission: ["PASS", "FAIL"]
if (os == "linux") and debug and not fission: ["FAIL", "PASS"]
if (os == "mac") and debug: ["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 debug and not webrender: ["FAIL", "PASS"]
if (os == "mac") and not debug: ["FAIL", "PASS"]
if (os == "mac") and debug: ["FAIL", "PASS"]
if (os == "linux") and not debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,11 +1,11 @@
[operator-dictionary-spacing-005.html]
[Operator dictionary chunk 3 - lspace/rspace]
expected:
if (os == "mac") and debug: ["FAIL", "PASS"]
if (os == "mac") and not debug: ["FAIL", "PASS"]
[PASS, FAIL]
[Operator dictionary chunk 1 - lspace/rspace]
expected:
if (os == "mac") and debug: ["FAIL", "PASS"]
if (os == "mac") and not debug: ["FAIL", "PASS"]
[PASS, FAIL]

Просмотреть файл

@ -1,15 +1,16 @@
[operator-dictionary-spacing-006.html]
[Operator dictionary chunk 3 - lspace/rspace]
expected:
if (os == "linux") and not fission and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and not fission and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if (os == "linux") and not fission and not debug and webrender: ["PASS", "FAIL"]
if (os == "linux") and not fission and debug: ["FAIL", "PASS"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "linux") and fission: ["PASS", "FAIL"]
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 == "linux") and not debug: ["PASS", "FAIL"]
if (os == "mac") and debug: ["FAIL", "PASS"]
[Operator dictionary chunk 1 - lspace/rspace]
expected:
if (os == "linux") and not fission and debug: ["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 == "mac"): ["FAIL", "PASS"]
[PASS, FAIL]

Просмотреть файл

@ -4,8 +4,8 @@
[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 == "mac") and debug: ["FAIL", "PASS"]
if (os == "mac") and not debug: ["PASS", "FAIL"]
if os == "android": ["PASS", "FAIL"]

Просмотреть файл

@ -1,2 +1,2 @@
local: c1be28b9a5b779d788d11fe9458fe8608b68dee9
upstream: 48d0b265815910544a8f74cc8986515e14b74de2
upstream: e3cc95aa44f8a32bdf5c2827455de43148aa9980

Просмотреть файл

@ -2,9 +2,11 @@
[Test that secureConnectionStart is not zero]
expected:
if (os == "win") and ccov: [FAIL, PASS]
if not fission and (os == "win") and (processor == "x86_64") and not debug and webrender: PASS
if not fission and (os == "mac") and not debug: PASS
if not fission and (os == "win") and (processor == "x86"): PASS
if fission: PASS
if (os == "linux") and not fission and (processor == "x86_64") and not debug and webrender: ["FAIL", "PASS"]
if (os == "linux") and not fission and (processor == "x86_64") and debug and not webrender: ["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
if (os == "win") and (processor == "x86"): PASS
[PASS, FAIL]

Просмотреть файл

@ -1,8 +1,8 @@
[sends-report-on-cache-validation.https.html]
expected:
if os == "mac": ["OK", "TIMEOUT"]
if os == "mac": ["TIMEOUT", "OK"]
[\n Test that NEL reports are sent for cache validation requests\n ]
expected:
if os == "mac": ["FAIL", "TIMEOUT"]
if os == "mac": ["TIMEOUT", "FAIL"]
FAIL

Просмотреть файл

@ -1,8 +1,8 @@
[sends-report-on-redirect.https.html]
expected:
if os == "mac": ["OK", "TIMEOUT"]
if os == "mac": ["TIMEOUT", "OK"]
[\n Test that NEL reports are sent for redirects\n ]
expected:
if os == "mac": ["FAIL", "TIMEOUT"]
if os == "mac": ["TIMEOUT", "FAIL"]
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-with-subdomain-policy.https.html]
expected:
if os == "mac": ["OK", "TIMEOUT"]
if os == "mac": ["TIMEOUT", "OK"]
[\n Test that NEL reports are sent for successful requests\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": ["OK", "TIMEOUT"]
if os == "mac": ["TIMEOUT", "OK"]
[\n Test that NEL reports are sent for successful requests\n ]
expected:
if os == "mac": ["FAIL", "TIMEOUT"]
if os == "mac": ["TIMEOUT", "FAIL"]
FAIL

Просмотреть файл

@ -1,6 +1,6 @@
[valid-with-semicolon.https.html]
expected:
if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "OK"]
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[img loading must be disallowed]
expected: FAIL

Просмотреть файл

@ -1,6 +1,8 @@
[mix-of-ids.https.html]
expected:
if (os == "mac") and debug: OK
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
if debug and (os == "linux") and webrender and not fission: ["TIMEOUT", "OK"]
if debug and (os == "mac"): OK
[OK, TIMEOUT]
[Expected originPolicyIDs check]
expected: FAIL

Просмотреть файл

@ -1,5 +1,8 @@
[two-ids.https.html]
expected: [OK, TIMEOUT]
expected:
if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "OK"]
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[Expected originPolicyIDs check]
expected: FAIL

Просмотреть файл

@ -1,6 +1,6 @@
[pointerevent_suppress_compat_events_on_drag_mouse.html]
[Event log]
expected:
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and webrender: ["PASS", "FAIL"]
if (os == "linux") and debug and webrender: ["PASS", "FAIL"]
if (os == "linux") and not debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,10 +1,10 @@
[pointerevent_getCoalescedEvents_when_pointerlocked.html]
[mouse pointermove getCoalescedEvents when lock test]
expected:
if webrender and not debug and (os == "linux") and not fission: ["FAIL", "PASS"]
if not webrender and (os == "win") and debug and (processor == "x86"): ["FAIL", "PASS"]
if not webrender and (os == "win") and debug and (processor == "x86_64"): ["FAIL", "PASS"]
if webrender and not debug and (os == "win"): ["FAIL", "PASS"]
if not webrender and (os == "mac") and not debug: ["FAIL", "PASS"]
if (os == "win") and not debug and not fission and (processor == "x86_64"): ["FAIL", "PASS"]
if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
if (os == "linux") and not fission and webrender and not debug: ["FAIL", "PASS"]
if (os == "win") and debug and webrender: ["FAIL", "PASS"]
if (os == "linux") and fission and debug: ["FAIL", "PASS"]
[PASS, FAIL]

Просмотреть файл

@ -1,7 +1,10 @@
[pointerevent_movementxy_with_pointerlock.html]
expected:
if (os == "linux") and webrender and not debug and not fission: ["ERROR", "OK"]
if (os == "mac") and not debug: ["ERROR", "OK", "TIMEOUT"]
ERROR
[mouse pointerevent movementX/Y with pointerlock test]
expected: [TIMEOUT, PASS, FAIL]
expected:
if webrender and (os == "linux") and not debug and not fission: ["TIMEOUT", "FAIL", "PASS"]
[TIMEOUT, PASS, FAIL]

Просмотреть файл

@ -1,9 +1,11 @@
[iframe-inheritance-about-blank.html]
expected:
if (os == "win") and debug and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not fission and (processor == "x86"): ["OK", "TIMEOUT"]
if (os == "linux") and not debug and not fission and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if (os == "linux") and not debug and not fission and not webrender and (processor == "x86"): ["OK", "TIMEOUT"]
if (os == "linux") and debug and webrender and fission: ["OK", "TIMEOUT"]
if (os == "win") and debug and not webrender and (processor == "x86"): ["OK", "TIMEOUT"]
if (os == "linux") and debug and not webrender: ["OK", "TIMEOUT"]
if (os == "android") and debug: ["OK", "TIMEOUT"]
if (os == "linux") and fission: ["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 +15,12 @@
[A subresource fetched from an about:blank iframe is fetched with no 'Referer' header]
expected:
if (os == "win") and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and not fission and (processor == "x86"): ["PASS", "NOTRUN"]
if (os == "linux") and not debug and not fission and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if (os == "linux") and not debug and not fission and not webrender and (processor == "x86"): ["PASS", "NOTRUN"]
if (os == "linux") and debug and webrender and fission: ["PASS", "NOTRUN"]
if (os == "win") and debug and not webrender and (processor == "x86"): ["PASS", "NOTRUN"]
if (os == "linux") and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "android") and debug: ["PASS", "NOTRUN"]
if (os == "linux") and fission: ["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,9 +1,8 @@
[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_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: ["PASS", "FAIL"]
if not debug and (os == "android"): ["PASS", "FAIL"]
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 == "android") and not debug: ["PASS", "FAIL"]
[FAIL, PASS]

Просмотреть файл

@ -1,14 +1,18 @@
[workerStart-tao-protected.https.html]
expected:
if not debug and (os == "linux") and webrender and fission: ["OK", "TIMEOUT"]
if not debug and (os == "linux") and webrender and not fission: ["OK", "TIMEOUT"]
if not debug and (os == "win") and fission: ["OK", "TIMEOUT"]
if not debug and (os == "linux") and not webrender: ["OK", "TIMEOUT"]
if debug and (processor == "x86"): ["OK", "TIMEOUT"]
if not debug and (os == "linux"): ["OK", "TIMEOUT"]
if not debug and (os == "mac"): ["OK", "TIMEOUT"]
[Add TAO iframe to remote origin. Make sure workerStart is not zero]
expected:
if not debug and (os == "linux") and webrender and not fission: ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and webrender and fission: ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and fission: ["FAIL", "TIMEOUT"]
if debug and (processor == "x86"): ["FAIL", "NOTRUN"]
if not debug and (os == "linux"): ["FAIL", "TIMEOUT"]
if not debug and (os == "mac"): ["FAIL", "TIMEOUT"]
FAIL

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше