Bug 1735750 - [wpt-sync] Update web-platform-tests to 2537c8f56d2a5000bd6b8f4b15127d9e6efa3bd2, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 2537c8f56d2a5000bd6b8f4b15127d9e6efa3bd2
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2021-10-14 09:41:55 +00:00
Родитель 7034b3035c
Коммит 15f991acd2
114 изменённых файлов: 366 добавлений и 388 удалений

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

@ -102,9 +102,9 @@
expected:
if (os == "android") and debug and not swgl: [NOTRUN, PASS, TIMEOUT]
if (os == "linux") and fission and not debug: NOTRUN
if (os == "mac") and debug: NOTRUN
if (os == "win") and fission: [NOTRUN, PASS, TIMEOUT]
if (os == "win") and not fission: [NOTRUN, PASS]
if (os == "mac") and debug: NOTRUN
[NOTRUN, TIMEOUT]
[Not serializable: Event: [object Event\]]
@ -172,14 +172,14 @@
[File: [object File\]]
expected:
if (os == "linux") and debug and not fission and swgl: [NOTRUN, TIMEOUT]
if (os == "linux") and debug and not fission and not swgl: [TIMEOUT, PASS, NOTRUN]
if (os == "linux") and debug and not fission and not swgl: [NOTRUN, PASS, TIMEOUT]
if (os == "linux") and debug and fission: [NOTRUN, TIMEOUT]
if (os == "android") and debug and not swgl: [NOTRUN, PASS, TIMEOUT]
if (os == "android") and debug and swgl: [NOTRUN, TIMEOUT]
if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
if (os == "mac") and not debug: [NOTRUN, TIMEOUT]
if (os == "mac") and debug: [NOTRUN, PASS, TIMEOUT]
if (os == "android") and debug and not swgl: [NOTRUN, PASS, TIMEOUT]
if (os == "android") and not debug: [NOTRUN, TIMEOUT]
if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
if (os == "mac") and debug: [NOTRUN, PASS, TIMEOUT]
if (os == "mac") and not debug: [NOTRUN, TIMEOUT]
NOTRUN
[Not serializable: Event: [object Event\]]
@ -200,7 +200,6 @@
[Blob: [object Blob\]]
expected:
if (os == "linux") and debug and not fission and not swgl: [PASS, TIMEOUT]
if (os == "linux") and not debug: TIMEOUT
if (os == "win") and (processor == "x86"): TIMEOUT
[TIMEOUT, PASS]

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

@ -1,9 +1,11 @@
[navigate-replace-same-document.html]
expected:
if (os == "win") and not debug and not fission and (processor == "x86"): [ERROR, OK]
if (os == "linux") and not debug and fission: [ERROR, OK]
if (os == "android") and not swgl and debug: [ERROR, OK]
if (os == "win") and not debug and fission: [ERROR, OK]
if (os == "win") and not swgl and not fission and (processor == "x86") and not debug: [ERROR, OK]
if (os == "win") and not swgl and not fission and (processor == "x86") and debug: [ERROR, OK]
if (os == "linux") and debug and not fission and swgl: [ERROR, OK]
if (os == "win") and not swgl and fission: [ERROR, OK]
if (os == "linux") and not debug and (processor == "x86"): [ERROR, OK]
if (os == "linux") and debug and fission: [ERROR, OK]
if (os == "android") and swgl: [ERROR, OK]
if (os == "mac") and debug: [ERROR, OK]
[OK, ERROR]

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

@ -1,9 +1,9 @@
[accept-ch-feature-policy-navigation.https.html]
max-asserts: 2
expected:
if (os == "android") and not swgl and debug: [OK, CRASH, TIMEOUT]
if (os == "android") and not swgl and not debug: [OK, TIMEOUT, CRASH]
if (os == "android") and not swgl and debug: [OK, TIMEOUT, CRASH]
if (os == "android") and swgl: [OK, CRASH, TIMEOUT]
if (os == "android") and swgl: [OK, TIMEOUT, CRASH]
[Client hints loaded on cross-origin iframe request with feature policy.]
expected: FAIL

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

@ -5,12 +5,12 @@
[OK, TIMEOUT]
[History navigation in iframe: "about:blank" document is navigated back from history same-origin.]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and debug and swgl: [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and debug and not swgl: [FAIL, PASS, TIMEOUT]
if (os == "win") and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and not fission and (processor == "x86_64") and not swgl and not debug: [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and (processor == "x86_64") and not swgl and debug: [FAIL, PASS, TIMEOUT]
if (os == "linux") and not fission and (processor == "x86_64") and swgl: [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and (processor == "x86"): [PASS, FAIL, TIMEOUT]
if (os == "linux") and fission: [PASS, FAIL, TIMEOUT]
if (os == "win") and (processor == "x86"): [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT]
[History navigation in iframe: "about:blank" document is navigated back from history cross-origin.]
@ -22,8 +22,8 @@
[History navigation in iframe: blob URL document is navigated back from history same-origin.]
expected:
if os == "win": PASS
if os == "android": PASS
if os == "win": PASS
[PASS, NOTRUN]
[History navigation in iframe: blob URL document is navigated back from history cross-origin.]
@ -34,14 +34,14 @@
[History navigation in iframe: data URL document is navigated back from history same-origin.]
expected:
if os == "win": PASS
if os == "android": PASS
if os == "win": PASS
[PASS, NOTRUN]
[History navigation in iframe: data URL document is navigated back from history cross-origin.]
expected:
if os == "android": PASS
if os == "win": PASS
if os == "android": PASS
[PASS, NOTRUN]
[History navigation in iframe: srcdoc iframe is navigated back from history same-origin.]
@ -52,6 +52,6 @@
[History navigation in iframe: srcdoc iframe is navigated back from history cross-origin.]
expected:
if os == "win": PASS
if os == "android": PASS
if os == "win": PASS
[PASS, NOTRUN]

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

@ -2,4 +2,4 @@
[Violation report status OK.]
expected:
if (os == "android") and debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [FAIL, PASS]

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

@ -1,4 +0,0 @@
[worker-importscripts.sub.html]
[Dedicated worker inherits CSP from main document]
expected: FAIL

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

@ -1,4 +0,0 @@
[worker-set-timeout.sub.html]
[Dedicated worker inherits CSP from main document]
expected: FAIL

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

@ -1,203 +1,203 @@
[name.html]
[Return the most recent nameless cookie, even if preceded by =, in addition to other valid cookie]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Use last value for cookies with identical names]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Keep first-in, first-out name order]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Keep first-in, first-out single-char name order]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Keep non-alphabetic first-in, first-out name order]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Keep first-in, first-out order if comma-separated]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Set nameless cookie, given `Set-Cookie: =test16`]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Overwrite nameless cookie]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Ignore cookie with empty name and empty value]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Ignore cookie with no name or value]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for a=test]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for 1=test]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for $=test]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for !a=test]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for @a=test]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for #a=test]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for $a=test]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for %a=test]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for ^a=test]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for &a=test]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for *a=test]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for (a=test]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for )a=test]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for -a=test]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for _a=test]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for +=test]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for "a=test]
expected:
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[Name is set as expected for "a=b"=test]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]
[URL-encoded cookie name is not decoded]
expected:
if (os == "win") and not debug: FAIL
if (os == "win") and not debug and not fission: FAIL
if (os == "mac") and not debug: FAIL
if os == "android": FAIL
[FAIL, PASS]

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

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

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

@ -1,6 +1,7 @@
[background-color-animation-with-table2.html]
expected:
if (os == "win") and (processor == "x86") and debug: [TIMEOUT, PASS]
if (os == "win") and debug and not fission and not swgl: [TIMEOUT, PASS]
if (os == "win") and not debug and not fission and (processor == "x86"): [TIMEOUT, PASS]
if (os == "linux") and fission and debug: [TIMEOUT, PASS]
if (os == "android") and not debug: [TIMEOUT, PASS]
if os == "mac": [TIMEOUT, PASS]

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

@ -1,10 +1,7 @@
[background-color-animation-with-table3.html]
expected:
if (os == "win") and (processor == "x86_64") and not debug and fission: [TIMEOUT, PASS]
if (os == "linux") and debug and not fission and not swgl: [TIMEOUT, PASS]
if (os == "android") and debug and swgl: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86") and not debug: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86") and debug: [TIMEOUT, PASS]
if (os == "android") and not debug: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86"): [TIMEOUT, PASS]
if os == "mac": [TIMEOUT, PASS]
[PASS, TIMEOUT]

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

@ -8,8 +8,5 @@
[Property font-palette value 'dark']
expected: FAIL
[Property font-palette value 'pitchfork']
expected: FAIL
[Property font-palette value '--pitchfork']
expected: FAIL

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

@ -8,9 +8,6 @@
[e.style['font-palette'\] = "dark" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "pitchfork" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "--pitchfork" should set the property value]
expected: FAIL

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

@ -1,4 +1,4 @@
[webkit-line-clamp-008.html]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "android") and debug: [PASS, FAIL]
if (os == "android") and not swgl: [PASS, FAIL]
if (os == "android") and swgl: [FAIL, PASS]

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

@ -1,6 +1,6 @@
[fragment-scrolling-anchors.html]
[Verify scroll anchoring interaction with fragment scrolls]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
FAIL

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

@ -1,8 +1,6 @@
[scroll-behavior-main-frame-root.html]
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
if fission and (os == "win") and not debug: [FAIL, PASS]
[PASS, FAIL]
expected: [PASS, FAIL]
[Main frame with auto scroll-behavior ; scrollBy() with smooth behavior]
expected:

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

@ -21,8 +21,8 @@
[Aborting an ongoing smooth scrolling on the main frame with another smooth scrolling]
expected:
if (os == "win") and (processor == "x86_64") and not swgl and not debug and fission: [PASS, FAIL]
if (os == "win") and (processor == "x86_64") and not swgl and debug and not fission: [PASS, FAIL]
if (os == "win") and (processor == "x86_64") and not swgl and not debug and fission: [PASS, FAIL]
if (os == "win") and (processor == "x86"): [PASS, FAIL]
[Main frame with smooth scroll-behavior ; scrollTo() with default behavior]
@ -36,3 +36,7 @@
if fission and (os == "win") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1712639
expected:
if fission and (os == "win") and debug: [PASS, FAIL]
[Main frame with smooth scroll-behavior ; scroll() with auto behavior]
expected:
if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]

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

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

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

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

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

@ -15,22 +15,22 @@
expected:
if (os == "linux") and not debug and (processor == "x86"): [NOTRUN, FAIL, TIMEOUT]
if (os == "linux") and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win": [NOTRUN, FAIL, TIMEOUT]
if os == "mac": [NOTRUN, FAIL]
if os == "android": [FAIL, NOTRUN]
if os == "mac": [NOTRUN, FAIL]
if os == "win": [NOTRUN, FAIL, TIMEOUT]
[FAIL, NOTRUN, TIMEOUT]
[Tests that the target_div gets scrollend event when drag the thumb of target.]
expected:
if (os == "linux") and (processor == "x86"): [NOTRUN, TIMEOUT]
if os == "mac": [NOTRUN, FAIL, TIMEOUT]
if os == "win": [NOTRUN, TIMEOUT]
if os == "android": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [NOTRUN, FAIL, TIMEOUT]
[TIMEOUT, NOTRUN]
[Tests that the target_div gets scrollend event when dragging scroll on target.]
expected:
if (os == "linux") and (processor == "x86"): [TIMEOUT, FAIL]
if os == "win": [TIMEOUT, FAIL]
if os == "mac": [TIMEOUT, FAIL]
if os == "win": [TIMEOUT, FAIL]
[FAIL, TIMEOUT]

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

@ -1,37 +1,34 @@
[response-cancel-stream.any.sharedworker.html]
expected:
if (os == "mac") and debug: [OK, ERROR, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "mac") and debug: [OK, ERROR, TIMEOUT]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and debug: [FAIL, PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]
[response-cancel-stream.any.html]
expected:
if os == "mac": [OK, ERROR, TIMEOUT]
if os == "win": [OK, ERROR]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]
if (os == "mac") and debug: [PASS, FAIL, TIMEOUT]
[response-cancel-stream.any.html]
expected:
if os == "win": [OK, ERROR]
if os == "mac": [OK, ERROR, TIMEOUT]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]
if (os == "mac") and debug: [FAIL, PASS, TIMEOUT]
[response-cancel-stream.any.serviceworker.html]
expected:
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT, FAIL]
if (os == "mac") and debug: [FAIL, PASS, TIMEOUT]
if os == "mac": [PASS, FAIL, TIMEOUT]
[response-cancel-stream.any.worker.html]
expected:
if (os == "win") and not debug and not fission: [OK, ERROR]
if (os == "win") and not debug and fission: [OK, ERROR]
if (os == "win") and not debug: [OK, ERROR]
if os == "mac": [OK, ERROR, TIMEOUT]
[Cancelling a closed Response stream]
expected:

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

@ -1,6 +1,8 @@
[304-update.any.html]
[HTTP cache updates stored headers from a Last-Modified 304]
expected: [PASS, FAIL]
expected:
if (os == "linux") and (processor == "x86"): [FAIL, PASS]
[PASS, FAIL]
[304-update.any.worker.html]
@ -13,11 +15,14 @@
[304-update.any.serviceworker.html]
[HTTP cache updates stored headers from a Last-Modified 304]
expected: [PASS, FAIL]
expected:
if (processor == "x86") and debug: [FAIL, PASS]
[PASS, FAIL]
[304-update.any.sharedworker.html]
[HTTP cache updates stored headers from a Last-Modified 304]
expected:
if (processor == "x86_64") and swgl and (os == "linux"): [FAIL, PASS]
if processor == "x86": PASS
[PASS, FAIL]

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

@ -1,14 +1,17 @@
[window-open.https.sub.html]
expected:
if not debug and (os == "win") and not fission and (processor == "x86_64"): [ERROR, OK]
if debug and fission and (os == "linux"): [ERROR, OK]
if not debug and (os == "mac"): [ERROR, OK]
if (os == "win") and fission and not debug: [ERROR, OK]
if (os == "win") and fission and debug: [ERROR, OK]
if (os == "mac") and not debug: [ERROR, OK]
[OK, ERROR]
[Cross-site window, forced, reloaded]
expected: [PASS, FAIL]
expected:
if (processor == "x86_64") and (os == "linux") and debug and not fission and not swgl: [FAIL, PASS]
[PASS, FAIL]
[Same-site window, forced, reloaded]
expected:
if (os == "win") and not debug and not fission and (processor == "x86"): [FAIL, PASS]
if (os == "win") and not debug and fission: PASS
if (os == "mac") and debug: PASS
if (os == "win") and debug: PASS

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

@ -1,5 +1,5 @@
[focus-already-focused-iframe-deep-different-site.html]
expected:
if (os == "win") and not debug and not fission and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and not fission and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and not fission and (processor == "x86"): [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]

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

@ -1,7 +1,8 @@
[focus-already-focused-iframe-different-site.html]
expected:
if (os == "win") and (processor == "x86") and debug: [OK, TIMEOUT]
if (os == "win") and (processor == "x86") and not debug: [TIMEOUT, OK]
if (os == "win") and not debug and not fission and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and not fission and (processor == "x86_64"): [TIMEOUT, OK]
if (os == "win") and not debug and fission: [OK, TIMEOUT]
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]

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

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

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

@ -1,6 +1,7 @@
[iframe-activeelement-after-focusing-out-iframes.html]
[Check iframe activeElement after focusing out different site iframe]
expected:
if (os == "win") and not debug and fission: [FAIL, PASS]
if (os == "win") and debug and not swgl: PASS
if (os == "mac") and debug: PASS
if os == "android": PASS

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

@ -1,4 +1,5 @@
[forced-colors-mode-43.html]
expected:
if (os == "win") and (processor == "x86") and not debug: [FAIL, PASS]
if os == "android": PASS
[PASS, FAIL]

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

@ -1,5 +1,2 @@
[forced-colors-mode-45.html]
expected:
if (processor == "x86_64") and (os == "mac") and debug: [FAIL, PASS]
if (processor == "x86") and debug: [FAIL, PASS]
[PASS, FAIL]
expected: [PASS, FAIL]

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

@ -6,9 +6,8 @@
[Content synchronously added to <iframe> with src='' won't get replaced]
expected:
if (os == "linux") and not swgl and debug and not fission: [FAIL, PASS]
if (os == "linux") and debug and not fission: [FAIL, PASS]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS]
if (os == "linux") and swgl: [FAIL, PASS]
FAIL
[Content synchronously added to <iframe> with src='about:blank' won't get replaced]
@ -23,7 +22,7 @@
[Content synchronously added to <iframe> with src='about:blank?foo' won't get replaced]
expected:
if (os == "linux") and debug and not fission and not swgl: [FAIL, PASS]
if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS]
FAIL

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

@ -1,9 +1,9 @@
[load-pageshow-events-window-open.html]
[load event does not fire on window.open('about:blank')]
expected:
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [FAIL, PASS]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, FAIL]
if (os == "linux") and not debug and (processor == "x86_64") and fission: [FAIL, PASS]
if (os == "win") and (processor == "x86") and debug: [FAIL, PASS]
if (os == "linux") and not debug and (processor == "x86"): [FAIL, PASS]
if (os == "win") and (processor == "x86") and debug: [FAIL, PASS]
if (os == "linux") and debug: [FAIL, PASS]
FAIL

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

@ -1,6 +1,8 @@
[cross-document-nav-same-document-traversal.html]
[cross-document navigations are stopped by same-document back()]
expected:
if (os == "linux") and not fission and (processor == "x86_64") and not swgl and not debug: [PASS, FAIL]
if (os == "linux") and not fission and (processor == "x86_64") and not swgl and debug: [PASS, FAIL]
if (os == "win") and not debug: FAIL
if (os == "android") and not debug: FAIL
if os == "mac": FAIL

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

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

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

@ -1,9 +1,7 @@
[offscreencanvas.commit.w.html]
expected:
if (os == "linux") and not fission and debug and swgl: [ERROR, OK]
if (os == "linux") and fission and debug: [ERROR, OK]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [ERROR, OK]
if (os == "win") and fission and not debug: [ERROR, OK]
if (os == "mac") and not debug: [ERROR, OK]
[OK, ERROR]
[Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.]
expected: FAIL

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

@ -1,10 +1,12 @@
[cookie.tentative.https.html]
expected:
if (os == "win") and not debug and not fission and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and not fission and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and debug and not fission and not swgl: [OK, TIMEOUT]
if (os == "win") and not debug and fission: [OK, TIMEOUT]
if (os == "linux") and not debug: [OK, TIMEOUT]
if debug and (os == "linux") and not fission and swgl: OK
if debug and (os == "linux") and fission: OK
if debug and (os == "mac"): OK
if debug and (os == "android"): OK
if debug and (os == "win"): OK
if not debug and (os == "android"): OK
[OK, TIMEOUT]
[same_origin anonymous iframe can't send same_origin credentials]
expected: FAIL

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

@ -1,6 +1,6 @@
[iframe-popup-same-origin-to-same-origin.https.html]
expected:
if (os == "android") and debug and swgl: [OK, TIMEOUT, CRASH]
if (os == "android") and debug and not swgl: [OK, TIMEOUT, CRASH]
if (os == "android") and debug and swgl: [OK, TIMEOUT, CRASH]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]

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

@ -1,5 +1,6 @@
[iframe-popup-same-origin-to-unsafe-none.https.html]
expected:
if (os == "android") and not swgl and debug: [OK, TIMEOUT, CRASH]
if (os == "android") and not swgl and not debug: [OK, TIMEOUT, CRASH]
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
if (os == "android") and swgl: [OK, TIMEOUT]
if (os == "android") and not swgl: [OK, TIMEOUT, CRASH]

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

@ -1,8 +1,7 @@
[navigate-top-to-aboutblank.https.html]
expected:
if (os == "linux") and swgl: [OK, ERROR, TIMEOUT, CRASH]
if (os == "win") and swgl: [TIMEOUT, OK, CRASH]
if (os == "mac") and debug: [TIMEOUT, OK, CRASH]
if (os == "win") and (processor == "x86") and debug: [TIMEOUT, OK, CRASH]
if (os == "linux") and swgl: [TIMEOUT, OK, ERROR, CRASH]
if os == "android": [OK, CRASH]
[OK, TIMEOUT, CRASH]
[Navigate top to about:blank from iframe with opener COOP: |header(Cross-Origin-Opener-Policy,same-origin), iframe origin: https://www1.web-platform.test:8443]

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

@ -1,7 +1,6 @@
[no-https.html]
expected:
if not debug and (os == "linux") and not fission and (processor == "x86_64"): [OK, TIMEOUT]
if not debug and (os == "linux") and not fission and (processor == "x86"): [OK, TIMEOUT]
if not debug and (os == "linux") and fission: [OK, TIMEOUT]
if not debug and (os == "linux") and not fission: [OK, TIMEOUT]
if not debug and (os == "mac"): [OK, TIMEOUT]
if not debug and (os == "win"): [OK, TIMEOUT]

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

@ -1,10 +1,11 @@
[popup-coop-by-sw.https.html?1-4]
expected:
if debug and (os == "win") and not fission and (processor == "x86_64"): [TIMEOUT, CRASH]
if debug and (os == "win") and not fission and (processor == "x86_64") and not swgl: [TIMEOUT, CRASH]
if debug and (os == "win") and not fission and (processor == "x86_64") and swgl: [TIMEOUT, CRASH]
if debug and (os == "linux") and not fission and swgl: [TIMEOUT, CRASH]
if debug and (os == "linux") and not fission and not swgl: [TIMEOUT, CRASH]
if debug and (os == "win") and fission: [CRASH, TIMEOUT]
if debug and (os == "linux") and fission: [CRASH, TIMEOUT]
if debug and (os == "win") and fission: [CRASH, TIMEOUT]
TIMEOUT
[opener:basic, openee:basic, sw:basic]
expected: TIMEOUT
@ -21,10 +22,10 @@
[popup-coop-by-sw.https.html?5-last]
expected:
if debug and not fission and (os == "win") and (processor == "x86_64") and not swgl: [TIMEOUT, CRASH]
if debug and not fission and (os == "win") and (processor == "x86_64") and swgl: [TIMEOUT, CRASH]
if debug and not fission and (os == "linux") and swgl: [TIMEOUT, CRASH]
if debug and fission: [CRASH, TIMEOUT]
if not swgl and debug and not fission and (os == "win") and (processor == "x86_64"): [CRASH, TIMEOUT]
if not swgl and debug and fission: [CRASH, TIMEOUT]
if swgl and (os == "win"): [TIMEOUT, CRASH]
if swgl and (os == "linux"): [TIMEOUT, CRASH]
TIMEOUT
[opener:coi, openee:basic, sw:basic]
expected: TIMEOUT

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

@ -33,14 +33,15 @@
[popup-redirect-cache.https.html?8-last]
expected:
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
if (os == "android") and swgl: [OK, TIMEOUT]
if (os == "android") and not swgl: [OK, TIMEOUT, CRASH]
if (os == "android") and swgl: [OK, TIMEOUT]
[popup-redirect-cache.https.html?4-5]
expected:
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
if (os == "android") and not swgl and debug: [OK, TIMEOUT, CRASH]
if (os == "android") and not swgl and not debug: [OK, TIMEOUT, CRASH]
if (os == "android") and swgl: [OK, TIMEOUT]
if (os == "android") and not swgl: [OK, TIMEOUT, CRASH]
[same-origin document opening popup redirect from https://not-web-platform.test:8443 to https://web-platform.test:8443 with redirectCache true and destCache true]
expected:
if fission and (os == "linux") and not debug: [PASS, TIMEOUT]
@ -52,8 +53,8 @@
[popup-redirect-cache.https.html?2-3]
expected:
if (os == "android") and debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT, CRASH]
if (os == "android") and debug: [OK, TIMEOUT]
[popup-redirect-cache.https.html?6-7]
expected:
@ -62,8 +63,7 @@
[popup-redirect-cache.https.html?0-1]
expected:
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
if (os == "android") and debug: [OK, TIMEOUT, CRASH]
if (os == "android") and not debug: [OK, TIMEOUT, CRASH]
if os == "android": [OK, TIMEOUT, CRASH]
[same-origin document opening popup redirect from https://web-platform.test:8443 to https://not-web-platform.test:8443 with redirectCache true and destCache false]
expected:
if fission and (os == "linux") and not debug: [PASS, TIMEOUT]

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

@ -1,4 +1,2 @@
[popup-same-origin-allow-popups-with-cross-origin.https.html]
expected:
if (os == "android") and swgl: [TIMEOUT, OK, CRASH]
[OK, TIMEOUT, CRASH]
expected: [OK, TIMEOUT, CRASH]

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

@ -1,5 +1,5 @@
[popup-same-origin-allow-popups-with-same-origin.https.html]
expected:
if (os == "android") and debug and swgl: [OK, TIMEOUT]
if (os == "android") and debug and not swgl: [OK, TIMEOUT]
if (os == "android") and debug and swgl: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]

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

@ -1,3 +1,4 @@
[popup-same-origin-non-initial-about-blank.https.html]
expected:
if (os == "android") and debug and not swgl: [OK, TIMEOUT]
if (os == "android") and not swgl and debug: [OK, TIMEOUT]
if (os == "android") and swgl: [OK, TIMEOUT]

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

@ -1,9 +1,8 @@
[resource-popup.https.html]
expected:
if (os == "win") and fission and not debug: [TIMEOUT, OK]
[OK, TIMEOUT]
expected: [OK, TIMEOUT]
[/common/dummy.xml - parent COOP: ""; child COOP: "same-origin"]
expected:
if (os == "linux") and not fission and swgl: [FAIL, PASS, TIMEOUT]
if (os == "linux") and fission and not debug: [FAIL, PASS, TIMEOUT]
[PASS, FAIL, TIMEOUT]
@ -13,9 +12,7 @@
[PASS, FAIL, TIMEOUT]
[/media/2x2-green.mp4 - parent COOP: ""; child COOP: "same-origin"]
expected:
if (os == "win") and fission and not debug: [TIMEOUT, PASS]
[PASS, TIMEOUT]
expected: [PASS, TIMEOUT]
[/common/text-plain.txt - parent COOP: ""; child COOP: "same-origin"]
expected: [PASS, FAIL, TIMEOUT]

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

@ -47,10 +47,8 @@
[utf-16be.html?include=workers]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86"): [TIMEOUT, OK]
if (os == "linux") and fission and debug: [TIMEOUT, OK]
if (os == "mac") and not debug: [TIMEOUT, OK]
if (os == "win") and swgl: [TIMEOUT, OK]
if (os == "win") and (processor == "x86_64") and debug and not fission and not swgl: [TIMEOUT, OK]
if (os == "android") and swgl: [TIMEOUT, OK]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -62,10 +60,8 @@
[SharedWorker constructor]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86"): [TIMEOUT, PASS]
if (os == "linux") and fission and debug: [TIMEOUT, PASS]
if (os == "win") and swgl: [TIMEOUT, PASS]
if (os == "mac") and not debug: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86_64") and debug and not fission and not swgl: [TIMEOUT, PASS]
if (os == "android") and swgl: [TIMEOUT, PASS]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]
@ -73,8 +69,8 @@
[Worker() in a shared worker]
expected:
if os == "mac": [PASS, TIMEOUT]
if os == "win": [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[utf-16be.html?include=nested-browsing]

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

@ -43,8 +43,9 @@
[utf-16le.html?include=workers]
expected:
if (os == "win") and not swgl and not fission and debug and (processor == "x86"): [TIMEOUT, OK]
if (os == "win") and not swgl and fission and not debug: [TIMEOUT, OK]
if (os == "win") and debug and not fission and (processor == "x86_64") and not swgl: [TIMEOUT, OK]
if (os == "linux") and debug and not fission and swgl: [TIMEOUT, OK]
if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, OK]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -56,8 +57,9 @@
[SharedWorker constructor]
expected:
if (os == "win") and not swgl and not fission and debug and (processor == "x86"): [TIMEOUT, PASS]
if (os == "win") and not swgl and fission and not debug: [TIMEOUT, PASS]
if (os == "win") and debug and not fission and (processor == "x86_64") and not swgl: [TIMEOUT, PASS]
if (os == "linux") and debug and not fission and swgl: [TIMEOUT, PASS]
if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, PASS]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

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

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

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

@ -287,7 +287,10 @@
[windows-1251.html?include=workers]
expected:
if swgl and (os == "linux"): [TIMEOUT, OK]
if (os == "win") and debug and not fission and swgl: [TIMEOUT, OK]
if (os == "linux") and not fission and swgl: [TIMEOUT, OK]
if (os == "linux") and fission and debug: [TIMEOUT, OK]
if (os == "win") and debug and fission: [TIMEOUT, OK]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -299,7 +302,10 @@
[SharedWorker constructor]
expected:
if swgl and (os == "linux"): [TIMEOUT, PASS]
if (os == "win") and debug and not fission and swgl: [TIMEOUT, PASS]
if (os == "win") and debug and fission: [TIMEOUT, PASS]
if (os == "linux") and not fission and swgl: [TIMEOUT, PASS]
if (os == "linux") and fission and debug: [TIMEOUT, PASS]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

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

@ -115,22 +115,24 @@
[windows-1252.html?include=workers]
expected:
if (os == "win") and (processor == "x86") and debug: [TIMEOUT, OK]
if (os == "mac") and debug: [TIMEOUT, OK]
if (os == "linux") and not swgl and fission and not debug: [TIMEOUT, OK]
if (os == "linux") and not swgl and not fission and debug: [TIMEOUT, OK]
if (os == "mac") and not debug: [TIMEOUT, OK]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
[importScripts() in a shared worker]
expected:
if os == "mac": FAIL
if os == "android": FAIL
if os == "mac": FAIL
[FAIL, TIMEOUT]
[SharedWorker constructor]
expected:
if (os == "win") and (processor == "x86") and debug: [TIMEOUT, PASS]
if (os == "mac") and debug: [TIMEOUT, PASS]
if (os == "linux") and not swgl and not fission and debug: [TIMEOUT, PASS]
if (os == "linux") and not swgl and fission and not debug: [TIMEOUT, PASS]
if (os == "mac") and not debug: [TIMEOUT, PASS]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

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

@ -3,12 +3,12 @@
if not fission and (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
if fission and (os == "linux") and not debug: [TIMEOUT, OK]
if fission and (os == "linux") and debug: [TIMEOUT, OK]
if fission and (os == "win") and debug: [TIMEOUT, OK]
if fission and (os == "win") and debug: [OK, TIMEOUT]
if fission and (os == "win") and not debug: [OK, TIMEOUT]
[Top-level document receives blur/focus events and loses system focus during opening/closing of a popup]
expected:
if not fission and (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT]
if fission and (os == "win") and debug: [TIMEOUT, PASS]
if fission and (os == "win") and not debug: [PASS, TIMEOUT]
if fission and (os == "linux") and not debug: [TIMEOUT, PASS]
if fission and (os == "linux") and debug: [TIMEOUT, PASS]
if fission and (os == "linux") and not debug: [TIMEOUT, PASS]
if fission and (os == "win") and debug: [PASS, TIMEOUT]
if fission and (os == "win") and not debug: [PASS, TIMEOUT]

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

@ -1,6 +1,6 @@
[document-with-fragment-top.html]
[Autofocus elements in iframed documents with "top" fragments should work.]
expected:
if (os == "win") and not debug and not fission and (processor == "x86_64"): [FAIL, PASS]
if (os == "win") and not debug and not fission and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and fission: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -1,6 +1,5 @@
[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 (os == "win") and fission and not debug: [FAIL, PASS]
if (os == "android") and debug: PASS
[PASS, FAIL]

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

@ -1,5 +1,3 @@
[first-when-later.html]
[The first autofocus in the document wins, even if elements are inserted later.]
expected:
if (os == "win") and (processor == "x86") and not debug: [FAIL, PASS]
[PASS, FAIL]
expected: [PASS, FAIL]

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

@ -1,6 +1,3 @@
[focusable-area-in-top-document.html]
[If topDocument's focused area is not topDocument, autofocus is not processed.]
expected:
if (os == "win") and debug and not fission and (processor == "x86_64") and not swgl: [FAIL, PASS]
if (os == "android") and swgl: [FAIL, PASS]
[PASS, FAIL]
expected: [PASS, FAIL]

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

@ -0,0 +1,3 @@
[change-src-while-not-displayed.html]
expected:
if (os == "linux") and not fission and not debug: [PASS, FAIL]

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

@ -1,18 +1,16 @@
[iframe_sandbox_window_open_download_block_downloads.tentative.html]
[window.open(download, ) triggering download in sandbox is blocked.]
expected:
if (os == "linux") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and not debug and fission: [PASS, FAIL]
if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]
if os == "android": FAIL
[window.open(download, "_blank") triggering download in sandbox is blocked.]
expected:
if (os == "linux") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and not debug and fission: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]
if os == "android": FAIL
[window.open(download, "_blank", "noopener") triggering download in sandbox is blocked.]
expected:
if (os == "linux") and not debug and fission: [PASS, FAIL]
if (os == "linux") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]
if os == "android": FAIL

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

@ -5,7 +5,7 @@
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: PASS
FAIL

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

@ -5,7 +5,7 @@
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "mac") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
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 createHTMLDocument after-prepare]
expected:
if (os == "win") and ccov: FAIL
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "mac") and not debug: PASS
if (os == "win") and not debug: PASS
@ -13,10 +13,10 @@
[window error: Move parse-error external classic script to createHTMLDocument after-prepare]
expected:
if (os == "win") and ccov: FAIL
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
FAIL

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

@ -16,7 +16,7 @@
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
FAIL

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

@ -2,21 +2,21 @@
[Eval: Move success external classic script to createHTMLDocument after-prepare]
expected:
if (os == "win") and ccov: FAIL
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "linux") and (processor == "x86"): [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 (processor == "x86"): [PASS, FAIL]
FAIL
[<script> load: Move success external classic script to createHTMLDocument after-prepare]
expected:
if (os == "win") and ccov: FAIL
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: PASS
FAIL

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

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

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

@ -2,12 +2,12 @@
[<script> load: Move parse-error external classic script to iframe after-prepare]
expected:
if (os == "win") and ccov: FAIL
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
FAIL
[window error: Move parse-error external classic script to iframe after-prepare]
@ -16,17 +16,17 @@
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: 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 (processor == "x86_64") and not debug and fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and debug: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [FAIL, PASS]
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL
if (os == "mac") and not debug: FAIL
if (os == "linux") and (processor == "x86"): [FAIL, PASS]

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

@ -5,9 +5,9 @@
if (os == "linux") and (processor == "x86_64") and not debug and fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and debug: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [FAIL, PASS]
if (os == "win") and not debug: FAIL
if (os == "mac") and not debug: FAIL
if (os == "linux") and (processor == "x86"): [FAIL, PASS]
[window error: Move parse-error external module script to iframe after-prepare]
expected:
@ -15,8 +15,8 @@
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: PASS
FAIL
@ -26,7 +26,7 @@
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "mac") and not debug: PASS
if (os == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: PASS
FAIL

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

@ -6,6 +6,6 @@
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "mac") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
FAIL

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

@ -5,9 +5,9 @@
if (os == "linux") and (processor == "x86_64") and not debug and fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [FAIL, PASS]
if (os == "linux") and (processor == "x86"): [FAIL, PASS]
if (os == "win") and not debug: FAIL
if (os == "mac") and not debug: [FAIL, PASS]
[<script> load: Move success external classic script to iframe after-prepare]
expected:
@ -15,18 +15,18 @@
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
FAIL
[Eval: Move success external classic script to iframe after-prepare]
expected:
if (os == "win") and ccov: FAIL
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: [PASS, FAIL]
FAIL

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

@ -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 (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "mac") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: PASS
FAIL
[Eval: Move success external module script to iframe after-prepare]
@ -16,8 +16,8 @@
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: PASS
FAIL
@ -27,6 +27,6 @@
if (os == "linux") and (processor == "x86_64") and not debug and fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and debug: [PASS, FAIL]
if (os == "win") and not debug: FAIL
if (os == "linux") and (processor == "x86"): [FAIL, PASS]
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: FAIL

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

@ -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 (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "mac") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: PASS
FAIL

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

@ -1,6 +1,6 @@
[before-prepare-iframe-fetch-error-external-module.html]
[<script> error: Move fetch-error external module script to iframe before-prepare]
expected:
if os == "win": PASS
if os == "android": PASS
if os == "win": PASS
[PASS, FAIL]

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

@ -4,5 +4,5 @@
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, FAIL]
if (os == "linux") and not debug and (processor == "x86_64") and fission: [PASS, FAIL]
if (os == "linux") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and debug: [PASS, FAIL]

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

@ -3,6 +3,6 @@
disabled:
if tsan: https://bugzilla.mozilla.org/show_bug.cgi?id=1722918
expected:
if (os == "linux") 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 fission: [PASS, FAIL]

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

@ -3,6 +3,6 @@
disabled:
if tsan: https://bugzilla.mozilla.org/show_bug.cgi?id=1722918
expected:
if (os == "linux") and not swgl and debug and not fission: [PASS, FAIL]
if (os == "linux") and swgl: [PASS, FAIL]
if os == "mac": [PASS, FAIL]
if (os == "linux") and debug and not fission: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -6,6 +6,6 @@
[<script> error: Move success external module script to iframe before-prepare]
expected:
if (os == "linux") and ccov: [PASS, FAIL]
if os == "android": PASS
if os == "win": PASS
if os == "android": PASS
[PASS, FAIL]

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

@ -1,10 +1,9 @@
[img-srcset.tentative.html]
[Speculative parsing, page load: img-srcset]
expected:
if (os == "win") and not fission and not debug and (processor == "x86"): [FAIL, PASS]
if (os == "win") and fission and not debug: [FAIL, PASS]
if (os == "win") and fission and debug: PASS
if (os == "linux") and debug: PASS
if (os == "mac") and debug: PASS
if os == "android": PASS
if not debug and (os == "win") and not fission and (processor == "x86_64"): [FAIL, PASS]
if debug and (os == "win") and fission: PASS
if debug and (os == "android"): PASS
if debug and (os == "linux"): PASS
if debug and (os == "mac"): PASS
[PASS, FAIL]

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

@ -1,12 +1,9 @@
[picture-source-br-img.tentative.html]
[Speculative parsing, page load: picture-source-br-img]
expected:
if (os == "win") and not debug and not fission and (processor == "x86_64"): [FAIL, PASS]
if (os == "win") and not debug and not fission and (processor == "x86"): [FAIL, PASS]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, FAIL]
if (os == "win") and debug and (processor == "x86_64") and swgl: [FAIL, PASS]
if (os == "win") and not debug and fission: [FAIL, PASS]
if (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and fission and not debug: [PASS, FAIL]
if (os == "win") and fission and debug: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: [FAIL, PASS]
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "win") and not fission: [PASS, FAIL]

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

@ -5,7 +5,8 @@
[Event order and dataTransfer on contenteditable.]
expected:
if (os == "linux") and not debug and (processor == "x86_64") and fission: [FAIL, PASS]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, FAIL]
if (os == "linux") and not debug and (processor == "x86"): [FAIL, PASS]
if (os == "linux") and debug: [FAIL, PASS]
if os == "win": FAIL
if os == "android": PASS
if os == "mac": PASS
[FAIL, PASS]

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

@ -2,8 +2,8 @@
[First rAF]
expected:
if not fission and debug and (os == "linux"): PASS
if not fission and debug and (os == "android"): PASS
if not fission and debug and (os == "mac"): PASS
if not fission and debug and (os == "android"): PASS
if fission: FAIL
[PASS, FAIL]

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

@ -7,11 +7,10 @@
[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 not fission and swgl: [FAIL, PASS]
if (os == "linux") and debug and not fission and not swgl: [FAIL, PASS]
if (os == "linux") and not debug and (processor == "x86"): [FAIL, PASS]
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [FAIL, PASS]
if (os == "linux") and not fission and not debug and (processor == "x86"): [FAIL, PASS]
if (os == "win") and debug and (processor == "x86"): [FAIL, PASS]
if (os == "mac") and not debug: FAIL
if (os == "mac") and debug: PASS
if (os == "mac") and not debug: FAIL
if (os == "win") and not debug: [FAIL, PASS]
[PASS, FAIL]

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

@ -0,0 +1,4 @@
[navigator-keyboard-map-allowed-from-cross-origin-iframe.https.html]
expected: TIMEOUT
[[Keyboard Map\] getLayoutMap() allowed from within cross-origin iframe]
expected: TIMEOUT

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

@ -0,0 +1,4 @@
[navigator-keyboard-map-allowed-from-iframe.https.html]
expected: TIMEOUT
[[Keyboard Map\] getLayoutMap() allowed from within iframe]
expected: TIMEOUT

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

@ -1 +1 @@
upstream: 2274db5eb189b8fb4d8e0efec4dcf5c9d03e8a0a
upstream: 2537c8f56d2a5000bd6b8f4b15127d9e6efa3bd2

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

@ -2,8 +2,7 @@
[Test that secureConnectionStart is not zero]
expected:
if (os == "win") and ccov: [FAIL, PASS]
if (os == "win") and not swgl and not fission and not debug and (processor == "x86"): PASS
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [FAIL, PASS]
if (os == "win") and not swgl and fission: PASS
if (os == "mac") and debug: PASS
if (os == "linux") and swgl: [FAIL, PASS]
[PASS, FAIL]

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

@ -1,7 +1,7 @@
[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

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

@ -4,6 +4,6 @@
if os == "mac": [TIMEOUT, OK]
[\n Test that include_subdomains policies report DNS failures for subdomains\n ]
expected:
if os == "mac": [TIMEOUT, FAIL]
if os == "win": FAIL
if os == "mac": [TIMEOUT, FAIL]
[FAIL, TIMEOUT]

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

@ -1,7 +1,6 @@
[manifest-utf8-with-bom.https.html]
expected:
if (os == "linux") and debug: OK
if (os == "win") and swgl: [TIMEOUT, OK]
[OK, TIMEOUT]
[Expected originPolicyIDs check]
expected: FAIL

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

@ -1,6 +1,6 @@
[double-content-security.https.html]
expected:
if (os == "win") and swgl: [TIMEOUT, OK]
if swgl and (os == "win"): [TIMEOUT, OK]
[OK, TIMEOUT]
[img loading must be disallowed]
expected: FAIL

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

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

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

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

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

@ -1,6 +1,5 @@
[pointerevent_getCoalescedEvents_when_pointerlocked.html]
[mouse pointermove getCoalescedEvents when lock test]
expected:
if (os == "win") and not fission and (processor == "x86_64") and swgl: [FAIL, PASS]
if (os == "win") and fission: [FAIL, PASS]
[PASS, FAIL]

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

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

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

@ -1,5 +1,6 @@
[pointerevent_pointerlock_supercedes_capture.html]
[mouse no pointercapture while pointerlock]
expected:
if (os == "win") and (processor == "x86") and debug: [FAIL, PASS]
if os == "android": PASS
[PASS, FAIL]

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

@ -1,11 +1,11 @@
[pointerevent_pointerrawupdate_in_pointerlock.html]
expected:
if debug and (os == "linux") and fission: [TIMEOUT, OK]
if debug and (os == "linux") and not fission: [OK, TIMEOUT]
if debug and (os == "win") and fission: [OK, TIMEOUT]
if debug and (os == "linux") and not fission: [OK, TIMEOUT]
if debug and (os == "linux") and fission: [OK, TIMEOUT]
[pointerrawupdate event received]
expected:
if debug and (os == "linux") and not fission: [FAIL, NOTRUN]
if debug and (os == "linux") and fission: [NOTRUN, FAIL]
if debug and (os == "win") and fission: [FAIL, NOTRUN]
if debug and (os == "linux") and not fission: [FAIL, NOTRUN]
if debug and (os == "linux") and fission: [FAIL, NOTRUN]
FAIL

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

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

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

@ -1,15 +1,12 @@
[object-not-found-adds-entry.html]
[Verify that a 200 null-typed object emits an entry.]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and not fission and debug: [PASS, FAIL]
if (os == "linux") and fission: [PASS, FAIL]
if os == "linux": [PASS, FAIL]
[Verify that a 404 null-typed object emits an entry.]
expected:
if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]
if (os == "linux") and debug and not fission and swgl: [PASS, FAIL]
if (os == "linux") and debug and not fission and not swgl: [FAIL, PASS]
if (os == "linux") and debug and fission: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]

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

@ -1,6 +1,8 @@
[resource-reload-TAO.html]
expected:
if (os == "linux") and not fission and not debug: [OK, ERROR]
if (os == "linux") and not fission and debug: [OK, ERROR]
if (os == "linux") and not fission and debug and swgl: [OK, ERROR]
if (os == "linux") and not fission and debug and not swgl: [OK, ERROR]
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [OK, ERROR]
if (os == "linux") and not fission and not debug and (processor == "x86"): [OK, ERROR]
if (os == "win") and (processor == "x86") and debug: [OK, ERROR]
if (os == "android") and debug: [OK, ERROR]

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

@ -2,13 +2,13 @@
disabled:
if (os == "android") and e10s: bug 1550895 (frequently fails on geckoview)
expected:
if (os == "win") and debug and not fission and (processor == "x86_64"): [OK, TIMEOUT, CRASH]
if (os == "win") and debug and not fission and (processor == "x86"): [OK, TIMEOUT, CRASH]
if (os == "win") and debug and fission: [OK, TIMEOUT, CRASH]
if (os == "win") and not debug and fission: [OK, TIMEOUT]
if (os == "win") and debug: [OK, TIMEOUT, CRASH]
[getDisplayMedia() with getSettings]
expected: FAIL
[applyConstraints(width or height) must downscale precisely]
expected:
if debug and swgl and (os == "linux"): [FAIL, PASS]
if debug and swgl and (os == "win"): [PASS, FAIL]
if debug and not swgl: [PASS, FAIL]
if debug: [PASS, FAIL]

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

@ -4,7 +4,7 @@
[Scroll at offset 51 updates animation correctly [element_50px_100px\]]
expected:
if (os == "linux") and debug and not swgl: [PASS, FAIL]
if (os == "linux") and swgl: [PASS, FAIL]
[FAIL, PASS]
[Scroll at offset 49 updates animation correctly [element_50px_auto\]]
@ -118,15 +118,16 @@
[Scroll at offset 21 updates animation correctly [element_auto_auto\]]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, FAIL]
if fission and (os == "win") and debug: [PASS, FAIL]
if (os == "win") and fission and debug: [PASS, FAIL]
[FAIL, PASS]
[Scroll at offset 21 updates animation correctly [element_auto_auto_implicit\]]
expected:
if (processor == "x86_64") and (os == "linux") and not fission and not debug: [PASS, FAIL]
if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
if (processor == "x86_64") and (os == "win") and debug: [PASS, FAIL]
if not fission and (os == "linux") and (processor == "x86_64") and not swgl and not debug: [PASS, FAIL]
if not fission and (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, FAIL]
if not fission and (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
if fission and (os == "win") and debug: [PASS, FAIL]
if fission and (os == "win") and not debug: [PASS, FAIL]
[FAIL, PASS]
[Scroll at offset 179 updates animation correctly [element_calc_calc\]]
@ -283,9 +284,8 @@
[Scroll at offset 0 updates animation correctly [element_0px_100px\]]
expected:
if not debug and (os == "win") and not fission and (processor == "x86_64"): [PASS, FAIL]
if not debug and (os == "win") and fission: [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[FAIL, PASS]
[Scroll at offset 50 updates animation correctly [element_50px_100px\]]
@ -303,12 +303,9 @@
[Scroll at offset 0 updates animation correctly [element_auto_auto_implicit\]]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [FAIL, PASS]
if (os == "win") and fission and debug: [FAIL, PASS]
[PASS, FAIL]
[Scroll at offset 0 updates animation correctly [element_auto_auto\]]
expected:
if (os == "linux") and not debug and (processor == "x86_64") and fission: [PASS, FAIL]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, FAIL]
if (os == "linux") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and fission and debug: [FAIL, PASS]
if (os == "win") and fission and debug: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]

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

@ -1,15 +1,15 @@
[find-range-from-text-directive.html]
expected:
if os == "mac": [OK, TIMEOUT]
if os == "win": [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
TIMEOUT
[inverted range search.]
expected: [PASS, TIMEOUT, NOTRUN]
[Suffix comes before |end|.]
expected:
if os == "mac": [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[NOTRUN, PASS, TIMEOUT]
[Multiple overlapping prefixes.]
@ -20,9 +20,9 @@
[Suffix must be end bounded.]
expected:
if os == "linux": [NOTRUN, PASS, TIMEOUT]
if os == "mac": PASS
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [NOTRUN, PASS, TIMEOUT]
NOTRUN
[non-existent exact match.]
@ -36,9 +36,9 @@
[Content appears between match and suffix.]
expected:
if os == "linux": [NOTRUN, TIMEOUT]
if os == "win": [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [NOTRUN, TIMEOUT]
NOTRUN
[overlapping exact matches with suffix.]
@ -46,8 +46,8 @@
[Match with no suffix.]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
if os == "win": [FAIL, TIMEOUT, NOTRUN]
[NOTRUN, FAIL, TIMEOUT]
[Match text after prefix.]
@ -61,7 +61,7 @@
[Range with preceeding suffix.]
expected:
if os == "android": [TIMEOUT, PASS, NOTRUN]
if os == "android": [TIMEOUT, NOTRUN, PASS]
if os == "linux": [NOTRUN, PASS, TIMEOUT]
[PASS, TIMEOUT, NOTRUN]
@ -69,13 +69,11 @@
expected: [PASS, TIMEOUT, NOTRUN]
[|end| must be start bounded even if full range is word bounded.]
expected:
if os == "linux": [NOTRUN, PASS, TIMEOUT]
[PASS, TIMEOUT, NOTRUN]
expected: [PASS, TIMEOUT, NOTRUN]
[non-existent |end|.]
expected:
if os == "linux": [NOTRUN, PASS, TIMEOUT]
if os == "linux": [TIMEOUT, PASS, NOTRUN]
[PASS, TIMEOUT, NOTRUN]
[suffix means |start| need not end on word boundary.]
@ -107,22 +105,20 @@
[Non-existent suffix.]
expected:
if os == "win": PASS
if os == "linux": [NOTRUN, PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
if os == "win": PASS
NOTRUN
[Suffix need not be start bounded.]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
if os == "linux": [NOTRUN, FAIL, TIMEOUT]
if os == "win": [FAIL, TIMEOUT, NOTRUN]
NOTRUN
[|end| must be start bounded.]
expected:
if os == "linux": [TIMEOUT, PASS, NOTRUN]
[PASS, TIMEOUT, NOTRUN]
expected: [PASS, TIMEOUT, NOTRUN]
[suffix means |end| need not be end bounded.]
expected: [FAIL, TIMEOUT, NOTRUN]

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

@ -1,7 +1,7 @@
[force-load-at-top.html]
expected:
if os == "win": [TIMEOUT, OK]
if os == "mac": [OK, TIMEOUT]
if os == "win": [TIMEOUT, OK]
TIMEOUT
[force-load-at-top must block scroll on load from element fragment.]
expected:
@ -10,26 +10,23 @@
[no-force-load-at-top must not block scroll on load from history scroll restoration.]
expected:
if os == "win": [TIMEOUT, PASS, NOTRUN]
if os == "win": [NOTRUN, PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
NOTRUN
[no-force-load-at-top must not block scroll on load from text fragment.]
expected:
if os == "linux": [TIMEOUT, FAIL, NOTRUN]
[FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[no-force-load-at-top must not block scroll on load from text fragment with element fallback.]
expected:
if os == "linux": [NOTRUN, FAIL, TIMEOUT]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
if os == "win": [FAIL, TIMEOUT, NOTRUN]
[TIMEOUT, FAIL, NOTRUN]
[no-force-load-at-top must not block scroll on load from element fragment.]
expected:
if os == "win": [TIMEOUT, PASS, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
[NOTRUN, TIMEOUT]
[force-load-at-top must block scroll on load from history scroll restoration.]

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