Bug 1743535 - [wpt-sync] Update web-platform-tests to 9811accad612849822802ab82e168a198cd89805, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 9811accad612849822802ab82e168a198cd89805
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2021-11-30 04:29:38 +00:00
Родитель 8ea7a321ae
Коммит 11f0549ed3
196 изменённых файлов: 708 добавлений и 520 удалений

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

@ -100,12 +100,11 @@
[File: [object File\]]
expected:
if (os == "android") and debug and not swgl: [NOTRUN, PASS, TIMEOUT]
if (os == "linux") and not fission and (processor == "x86"): [TIMEOUT, NOTRUN]
if (os == "android") and debug and not swgl: [TIMEOUT, NOTRUN, PASS]
if (os == "linux") and fission and not debug: NOTRUN
if (os == "mac") and debug: NOTRUN
if (os == "win") and not fission: [NOTRUN, PASS]
if (os == "win") and fission: [NOTRUN, PASS, TIMEOUT]
if (os == "win") and not fission: [NOTRUN, PASS]
[NOTRUN, TIMEOUT]
[Not serializable: Event: [object Event\]]
@ -122,7 +121,7 @@
[Blob: [object Blob\]]
expected:
if (os == "linux") and not fission and (processor == "x86"): [PASS, TIMEOUT]
if (os == "android") and debug and not swgl: [PASS, TIMEOUT]
if (os == "linux") and fission and not debug: TIMEOUT
if (os == "mac") and debug: TIMEOUT
[TIMEOUT, PASS]
@ -149,8 +148,8 @@
TIMEOUT
[Not serializable: function: function() {}]
expected:
if (processor == "x86_64") and (os == "linux") and not fission and not swgl: [NOTRUN, PASS]
if (processor == "x86_64") and (os == "android") and debug and not swgl: [NOTRUN, PASS]
if (processor == "x86_64") and (os == "linux") and not fission and not swgl: [NOTRUN, PASS]
if (processor == "x86_64") and (os == "mac") and debug: [NOTRUN, PASS]
if (processor == "x86_64") and (os == "win"): [NOTRUN, PASS]
NOTRUN
@ -165,22 +164,22 @@
[Not serializable: symbol: Symbol(desc)]
expected:
if (processor == "x86_64") and (os == "android") and debug and not swgl: [NOTRUN, FAIL]
if (processor == "x86_64") and (os == "linux") and not fission and not swgl: [NOTRUN, FAIL]
if (processor == "x86_64") and (os == "android") and debug and not swgl: [NOTRUN, FAIL]
if (processor == "x86_64") and (os == "mac") and debug: [NOTRUN, FAIL]
if (processor == "x86_64") and (os == "win"): [NOTRUN, FAIL]
NOTRUN
[File: [object File\]]
expected:
if (os == "linux") and not debug and not fission and (processor == "x86"): [NOTRUN, PASS]
if (os == "linux") and debug and not fission and swgl: [NOTRUN, TIMEOUT]
if (os == "linux") and not fission and (processor == "x86_64") and swgl: [NOTRUN, TIMEOUT]
if (os == "android") and debug and swgl: [NOTRUN, TIMEOUT]
if (os == "linux") and not debug and fission: NOTRUN
if (os == "linux") and debug and fission: [NOTRUN, TIMEOUT]
if (os == "win") and (processor == "x86"): NOTRUN
if (os == "linux") and fission and not debug: NOTRUN
if (os == "linux") and fission and debug: [NOTRUN, TIMEOUT]
if (os == "linux") and not fission and (processor == "x86"): [NOTRUN, PASS]
if (os == "android") and not debug: [NOTRUN, TIMEOUT]
if (os == "mac") and not debug: [NOTRUN, TIMEOUT]
if (os == "win") and (processor == "x86"): NOTRUN
[NOTRUN, PASS, TIMEOUT]
[Not serializable: Event: [object Event\]]
@ -193,8 +192,8 @@
[Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]]
expected:
if (processor == "x86_64") and (os == "linux") and not fission and not swgl: [NOTRUN, PASS]
if (processor == "x86_64") and (os == "android") and debug and not swgl: [NOTRUN, PASS]
if (processor == "x86_64") and (os == "linux") and not fission and not swgl: [NOTRUN, PASS]
if (processor == "x86_64") and (os == "mac") and debug: [NOTRUN, PASS]
if (processor == "x86_64") and (os == "win"): [NOTRUN, PASS]
NOTRUN

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

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

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

@ -1,3 +1,5 @@
[enumerateDevices-permissions-policy.https.html]
prefs:
if os != "mac": [media.navigator.streams.fake:false]
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]

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

@ -0,0 +1,3 @@
[frame-ancestors-from-serviceworker.https.html]
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]

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

@ -4,11 +4,12 @@
if os == "linux": [OK, TIMEOUT]
[History navigation in iframe: "about:blank" document is navigated back from history same-origin.]
expected:
if (os == "linux") and not swgl and debug and fission: [PASS, FAIL, TIMEOUT]
if (os == "linux") and not swgl and debug and not fission: [FAIL, PASS, TIMEOUT]
if (os == "linux") and not swgl and not debug: [PASS, FAIL, TIMEOUT]
if (os == "win") and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and not swgl and not fission and (processor == "x86_64") and not debug: [FAIL, PASS, TIMEOUT]
if (os == "linux") and not swgl and not fission and (processor == "x86_64") and debug: [FAIL, PASS, TIMEOUT]
if (os == "linux") and not swgl and not fission and (processor == "x86"): [PASS, FAIL, TIMEOUT]
if (os == "linux") and not swgl and fission: [PASS, FAIL, TIMEOUT]
if (os == "linux") and swgl: [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.]
@ -29,8 +30,8 @@
[History navigation in iframe: data URL document is navigated back from history same-origin.]
expected:
if os == "linux": [PASS, NOTRUN]
if os == "mac": [PASS, NOTRUN]
if os == "linux": [PASS, NOTRUN]
[History navigation in iframe: data URL document is navigated back from history cross-origin.]
expected:

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

@ -1,7 +1,7 @@
[history.sub.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[History navigation: "about:blank" document is navigated back from history same-origin.]
expected:
if (os == "mac") and not debug: [FAIL, TIMEOUT]
@ -11,6 +11,6 @@
[History navigation: "about:blank" document is navigated back from history cross-origin.]
expected:
if (os == "mac") and not debug: [FAIL, TIMEOUT]
if (os == "mac") and debug: [FAIL, TIMEOUT]
if (os == "mac") and not debug: [FAIL, TIMEOUT]
FAIL

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

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

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

@ -1,5 +1,6 @@
[href-location-blocked.sub.html]
[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 swgl and debug: [PASS, FAIL]
if (os == "android") and not swgl and not debug: [PASS, FAIL]
if (os == "android") and swgl: [PASS, FAIL]

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

@ -1,4 +1,6 @@
[simple-requests-ch.tentative.htm]
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]
[No preflight GET and {"save-data":"on","device-memory":"2.0","dpr":"3.0","width":"1200","viewport-width":"1300"}]
expected: FAIL
@ -7,4 +9,3 @@
[No preflight POST and {"save-data":"on","device-memory":"2.0","dpr":"3.0","width":"1200","viewport-width":"1300"}]
expected: FAIL

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

@ -2,5 +2,5 @@
[Top percentage resolved correctly for overflow contribution]
expected:
if (os == "android") and debug and swgl: [FAIL, PASS]
if (os == "android") and debug and not swgl: [FAIL, PASS]
if (os == "android") and debug and not swgl: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

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

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

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

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

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

@ -1,4 +1,4 @@
[background-color-animation-with-zero-playbackRate.html]
expected:
if (os == "android") and debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
if (os == "android") and debug: [PASS, TIMEOUT]

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

@ -0,0 +1,3 @@
[vertical-align-computed.html]
expected:
if fission and (os == "linux") and not debug: [OK, CRASH]

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

@ -26,14 +26,15 @@
[Snaps to bottom-left after pressing ArrowDown]
expected:
if (os == "linux") and not debug and not fission and (processor == "x86_64"): [FAIL, PASS]
if (os == "linux") and not debug and not fission and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug and not swgl and not fission and (processor == "x86_64"): [FAIL, PASS]
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"): [PASS, FAIL]
if (os == "win") and not debug and not fission and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and not debug and fission: [PASS, FAIL]
if (os == "linux") and debug and swgl: PASS
if (os == "win") and not debug and fission: [PASS, FAIL]
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: [FAIL, PASS]
if (os == "win") and not debug and fission: [FAIL, PASS]
if (os == "win") and debug and swgl: PASS
if (os == "linux") and debug and swgl: PASS
if (os == "linux") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "android") and swgl: PASS
if os == "mac": PASS
FAIL

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

@ -0,0 +1,3 @@
[shape-outside-composition.html]
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]

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

@ -1,14 +1,13 @@
[CSSTransition-effect.tentative.html]
[After setting a transition's effect to null, a new transition can be started]
expected:
if (os == "linux") and debug and not fission and not swgl: [FAIL, PASS]
if (os == "linux") and debug and not fission and swgl: [FAIL, PASS]
if (os == "linux") and debug and fission: [FAIL, PASS]
if (os == "linux") and not debug: [FAIL, PASS]
if (os == "linux") and (processor == "x86"): [FAIL, PASS]
if (os == "linux") and (processor == "x86_64"): [FAIL, PASS]
if os == "mac": [FAIL, PASS]
FAIL
[After setting a transition's effect to null, it should be possible to interrupt that transition]
expected:
if (processor == "x86_64") and (os == "linux") and fission and not debug: [PASS, FAIL]
if (processor == "x86_64") and (os == "android") and debug and not swgl: [PASS, FAIL]
if processor == "x86": [PASS, FAIL]

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

@ -1,6 +1,6 @@
[CaretPosition-001.html]
[Element at (400, 900)]
expected:
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
FAIL

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

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

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

@ -7,9 +7,12 @@
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
if (os == "linux") and not fission: PASS
if os == "android": PASS
[PASS, FAIL]
if (os == "win") and fission and debug: [PASS, FAIL]
if (os == "win") and fission and not debug: [PASS, FAIL]
if (os == "linux") and fission and debug: [FAIL, PASS]
if (os == "linux") and fission and not debug: [PASS, FAIL]
if (os == "win") and not fission: [PASS, FAIL]
if os == "mac": [PASS, FAIL]
[Main frame with smooth scroll-behavior ; scrollBy() with default behavior]
expected:
@ -21,8 +24,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]

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

@ -1,7 +1,6 @@
[focus-visible-009.html]
[Autofocus should match :focus-visible]
expected:
if (os == "win") and not debug and fission: [PASS, FAIL]
if (os == "win") and not debug and not fission: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [FAIL, PASS]
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -0,0 +1,3 @@
[HTMLMediaElement.html]
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]

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

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

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

@ -1,8 +1,7 @@
[clearkey-mp4-playback-temporary-clear-encrypted.https.html]
expected:
if (os == "linux") and not debug and webrender and not fission: ["OK", "TIMEOUT"]
if (os == "linux") and not fission and not debug: [OK, CRASH, TIMEOUT]
[org.w3.clearkey, temporary, mp4, playback, single key, clear then encrypted content]
expected:
if (os == "linux") and not debug and webrender and not fission: ["PASS", "TIMEOUT"]
if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]
if os == "android": FAIL

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

@ -1,5 +1,6 @@
[clearkey-mp4-playback-temporary-encrypted-clear-sources.https.html]
expected:
if (os == "linux") and not fission and not debug: [OK, ERROR]
[org.w3.clearkey, temporary, mp4, playback, encrypted and clear sources]
expected:
if os == "android": FAIL

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

@ -1,8 +1,8 @@
[clearkey-mp4-playback-temporary-multikey-sequential-readyState.https.html]
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1558966
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]
[org.w3.clearkey, successful playback, temporary, mp4, multiple keys, sequential, readyState]
expected:
if os == "android": FAIL

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

@ -1,9 +1,8 @@
[clearkey-mp4-playback-temporary-multikey-sequential.https.html]
expected:
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["OK", "TIMEOUT"]
if (os == "linux") and not fission and not debug: [OK, ERROR]
[org.w3.clearkey, successful playback, temporary, mp4, multiple keys, sequential]
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1559161
expected:
if os == "android": FAIL

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

@ -1,8 +1,6 @@
[clearkey-mp4-playback-temporary-multikey.https.html]
expected:
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["OK", "TIMEOUT"]
if (os == "linux") and not fission and not debug: [OK, ERROR]
[org.w3.clearkey, temporary, mp4, playback, multikey audio/video]
expected:
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["PASS", "TIMEOUT"]
if os == "android": FAIL

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

@ -1,8 +1,8 @@
[clearkey-mp4-playback-temporary-multisession.https.html]
expected:
if not fission and webrender and (os == "win") and not debug: ["OK", "TIMEOUT"]
if (os == "linux") and not fission and not debug: [OK, ERROR]
if (os == "win") and not debug and not fission: [OK, TIMEOUT]
[org.w3.clearkey, temporary, mp4, playback with multiple sessions, multikey video]
expected:
if (os == "win") and (processor == "x86_64") and webrender and not debug: ["PASS", "TIMEOUT"]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if os == "android": FAIL

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

@ -1,5 +1,6 @@
[clearkey-mp4-playback-temporary-setMediaKeys-after-src.https.html]
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]
[org.w3.clearkey, temporary, mp4, playback, setMediaKeys after setting video.src]
expected:
if os == "android": FAIL

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

@ -1,6 +1,7 @@
[clearkey-mp4-playback-temporary-setMediaKeys-after-update.https.html]
expected:
if (processor == "x86") and (os == "win"): [OK, TIMEOUT]
if (processor == "x86_64") and (os == "linux") and not fission and not debug: [OK, CRASH]
if processor == "x86": [OK, TIMEOUT]
[org.w3.clearkey, temporary, mp4, playback, setMediaKeys after updating session]
expected:
if (os == "win") and (processor == "x86"): [PASS, TIMEOUT]

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

@ -1,8 +1,6 @@
[clearkey-mp4-playback-temporary-setMediaKeys-immediately.https.html]
expected:
if (os == "win") and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not fission and not debug: [OK, CRASH]
[org.w3.clearkey, temporary, mp4, playback, setMediaKeys first]
expected:
if (os == "win") and not webrender: ["PASS", "TIMEOUT"]
if os == "android": FAIL

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

@ -1,5 +1,6 @@
[clearkey-mp4-playback-temporary-setMediaKeys-onencrypted.https.html]
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]
[org.w3.clearkey, temporary, mp4, playback, setMediaKeys in encrypted event]
expected:
if os == "android": FAIL

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

@ -1,8 +1,6 @@
[clearkey-mp4-playback-temporary-two-videos.https.html]
expected:
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["OK", "TIMEOUT"]
if (os == "linux") and not fission and not debug: [OK, ERROR]
[org.w3.clearkey, temporary, mp4, playback two videos]
expected:
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["PASS", "TIMEOUT"]
if os == "android": FAIL

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

@ -1,8 +1,8 @@
[clearkey-mp4-playback-temporary-waitingforkey.https.html]
expected:
if webrender and not fission and (os == "win") and not debug: ["OK", "TIMEOUT"]
if (os == "win") and not debug and not fission: [OK, TIMEOUT]
if (os == "linux") and not fission and not debug: [OK, ERROR]
[org.w3.clearkey, successful playback, temporary, mp4, waitingforkey event, 1 key]
expected:
if (os == "win") and (processor == "x86_64") and webrender and not fission and not debug: ["PASS", "TIMEOUT"]
if (os == "win") and not debug and not fission and (processor == "x86_64"): [PASS, TIMEOUT]
if os == "android": FAIL

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

@ -1,5 +1,6 @@
[clearkey-mp4-playback-temporary.https.html]
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]
[org.w3.clearkey, temporary, mp4, playback, single key]
expected:
if os == "android": FAIL

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

@ -1,5 +1,6 @@
[clearkey-mp4-setmediakeys-again-after-resetting-src.https.html]
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]
[org.w3.clearkey, setmediakeys again after resetting src]
expected:
if os == "android": FAIL

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

@ -1,5 +1,6 @@
[clearkey-mp4-waiting-for-a-key.https.html]
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]
[Waiting for a key.]
expected:
if os == "android": FAIL

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

@ -1,11 +1,10 @@
[response-cancel-stream.any.sharedworker.html]
expected:
if (os == "mac") and debug: [OK, ERROR, TIMEOUT]
if (os == "mac") and not debug: [TIMEOUT, OK]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and debug: [FAIL, PASS, TIMEOUT]
if (os == "mac") and not debug: [TIMEOUT, PASS, FAIL]
if os == "mac": [PASS, FAIL, TIMEOUT]
[response-cancel-stream.any.html]
@ -14,18 +13,15 @@
if os == "mac": [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]
if os == "mac": [PASS, FAIL, TIMEOUT]
[response-cancel-stream.any.serviceworker.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "mac") and debug: [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and not debug: [FAIL, TIMEOUT, PASS]
if (os == "mac") and debug: [PASS, FAIL, TIMEOUT]
if os == "mac": [PASS, FAIL, TIMEOUT]
[response-cancel-stream.any.worker.html]
@ -34,5 +30,5 @@
if os == "mac": [OK, ERROR, TIMEOUT]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and debug: [PASS, FAIL, TIMEOUT]
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]
if (os == "mac") and debug: [PASS, FAIL, TIMEOUT]

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

@ -1,8 +1,6 @@
[304-update.any.html]
[HTTP cache updates stored headers from a Last-Modified 304]
expected:
if debug and (os == "linux") and fission: [FAIL, PASS]
[PASS, FAIL]
expected: [PASS, FAIL]
[304-update.any.worker.html]

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

@ -1,7 +1,6 @@
[window-open.https.sub.html]
expected:
if (os == "win") and not fission and swgl: [ERROR, OK]
if (os == "win") and fission: [ERROR, OK]
if (os == "win") and fission and not debug: [ERROR, OK]
[OK, ERROR]
[Cross-site window, forced, reloaded]
expected: [PASS, FAIL]

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

@ -1,37 +1,4 @@
[non-secure-context.window.html]
[Private non-secure context cannot fetch local subresource.]
expected: FAIL
[Public non-secure context cannot fetch local subresource.]
expected: FAIL
[Public non-secure context cannot fetch private subresource.]
expected: FAIL
[Treat-as-public-address non-secure context cannot fetch local subresource.]
expected: FAIL
[Treat-as-public-address non-secure context cannot fetch private subresource.]
expected: FAIL
[Private HTTPS non-secure context cannot fetch local subresource.]
expected: FAIL
[Public HTTPS non-secure context cannot fetch local subresource.]
expected: FAIL
[Public HTTPS non-secure context cannot fetch private subresource.]
expected: FAIL
[Private non-secure context cannot open connection to ws://localhost.]
expected: FAIL
[Public non-secure context cannot open connection to ws://localhost.]
expected: FAIL
[Treat-as-public non-secure context cannot open connection to ws://localhost.]
expected: FAIL
[private to local: failure.]
expected: FAIL

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

@ -3,21 +3,22 @@
if asan and (os == "linux") and (bits == 64): https://bugzilla.mozilla.org/show_bug.cgi?id=1509373
max-asserts: 2
expected:
if (os == "linux") and not debug and webrender and not fission: [OK, ERROR]
if (os == "win") and (processor == "x86") and not debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, ERROR]
if not debug and (os == "linux") and not fission: [OK, ERROR]
if not debug and (os == "linux") and fission: OK
if not debug and (os == "win") and (processor == "x86_64"): OK
if not debug and (os == "win") and (processor == "x86"): [OK, TIMEOUT]
if not debug and (os == "mac"): [OK, ERROR]
if not debug and (os == "android"): OK
CRASH
[Ranged response not allowed following no-cors ranged request]
expected:
if (os == "linux") and not debug and webrender: [FAIL, PASS]
if (os == "mac") and not debug: [FAIL, PASS]
if os == "linux": [FAIL, PASS]
if os == "mac": [FAIL, PASS]
FAIL
[Non-opaque ranged response executed]
expected:
if (processor == "x86") and not debug: [FAIL, TIMEOUT]
if processor == "x86": [FAIL, TIMEOUT]
FAIL
[Range headers correctly preserved]
@ -31,4 +32,4 @@
[Accept-Encoding should not appear in a service worker]
expected:
if (processor == "x86") and not debug: [PASS, NOTRUN]
if processor == "x86": [PASS, NOTRUN]

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

@ -1,3 +1,7 @@
[fetch-sw.https.html]
expected:
if (os == "linux") and debug and not fission and not swgl: [OK, CRASH]
if (os == "win") and (processor == "x86") and not debug: [OK, TIMEOUT]
[Second fetch returns same response]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

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

@ -1,6 +1,6 @@
[focus-already-focused-iframe-different-site.html]
expected:
if (os == "mac") and debug: OK
if (os == "linux") and fission: OK
if (os == "mac") and debug: OK
if os == "android": OK
[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 (processor == "x86"): [FAIL, PASS]
if os == "mac": [FAIL, PASS]
[PASS, FAIL]

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

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

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

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

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

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

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

@ -1,23 +1,24 @@
[load-pageshow-events-iframe-contentWindow.html]
[load & pageshow event do not fire on contentWindow of <iframe> element created with no src]
expected:
if (os == "linux") and debug and fission: [FAIL, PASS]
if (os == "linux") and debug and not fission: [FAIL, PASS]
if (os == "win") and swgl: [FAIL, PASS]
if (os == "linux") and debug and fission: [FAIL, PASS]
if (os == "linux") and not debug: [FAIL, PASS]
if (os == "win") and swgl: [FAIL, PASS]
FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
expected:
if (os == "win") and not swgl and debug and not fission and (processor == "x86_64"): [FAIL, PASS]
if (os == "linux") and not swgl and debug and fission: [FAIL, PASS]
if (os == "linux") and not swgl and debug and not fission: [FAIL, PASS]
if (os == "linux") and not swgl and not debug: [FAIL, PASS]
if (os == "win") and swgl: [FAIL, PASS]
if (os == "linux") and not swgl: [FAIL, PASS]
FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
expected:
if (os == "win") and debug and not fission and not swgl: [FAIL, PASS]
if (os == "linux") and not fission and swgl: [FAIL, PASS]
if (os == "linux") and fission and debug: [FAIL, PASS]
if (os == "linux") and fission and not debug: [FAIL, PASS]
if (os == "linux") and fission: [FAIL, PASS]
FAIL

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

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

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

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

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

@ -4,9 +4,9 @@
if fission and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1668853
if fission and (os == "win") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1668853
expected:
if fission and (os == "win") and debug: [PASS, FAIL]
if fission and (os == "linux") and not debug: [PASS, FAIL]
if fission and (os == "linux") and debug: [PASS, FAIL]
if fission and (os == "win") and debug: [PASS, FAIL]
[window.onpopstate should register a listener for the popstate event]
bug:

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

@ -1,7 +1,7 @@
[traverse-during-unload.html]
[Traversing the history during unload]
expected:
if fission and (os == "linux") and debug: [PASS, FAIL]
if fission and (os == "linux") and not debug: [PASS, FAIL]
if fission and (os == "linux") and debug: [PASS, FAIL]
if fission and (os == "win"): PASS
FAIL

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

@ -2,9 +2,9 @@
expected:
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [ERROR, TIMEOUT, CRASH]
if (os == "linux") and not fission and not debug and (processor == "x86"): [ERROR, TIMEOUT, CRASH]
if (os == "linux") and not fission and debug: [ERROR, TIMEOUT, CRASH]
if (os == "linux") and fission and not debug: [ERROR, TIMEOUT]
if (os == "linux") and fission and debug: [ERROR, TIMEOUT]
if (os == "linux") and fission and not debug: [ERROR, TIMEOUT]
if (os == "linux") and not fission and debug: [ERROR, TIMEOUT, CRASH]
ERROR
[no popups from synchronously reachable window]
expected:

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

@ -1,108 +1,108 @@
[window-open-popup-behavior.html]
expected:
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [TIMEOUT, OK]
if (os == "linux") and not debug and (processor == "x86_64") and fission: [TIMEOUT, OK]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [TIMEOUT, OK]
if (os == "linux") and not debug and (processor == "x86"): [OK, TIMEOUT]
[location=yes,toolbar=yes,status=yes (expect popup)]
expected:
if (os == "linux") and not debug and not fission and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and not debug and not fission and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86_64") and fission: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
[location=yes,toolbar=yes,status=yes,noopener (expect tab)]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if fission and (os == "linux") and debug: FAIL
if fission and (os == "linux") and not debug: [FAIL, TIMEOUT, NOTRUN, PASS]
if fission and (os == "linux") and not debug: [FAIL, NOTRUN, PASS, TIMEOUT]
if fission and (os == "win"): FAIL
[location=yes,toolbar=yes,status=yes,noreferrer (expect tab)]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN]
if fission and (os == "linux") and not debug: [FAIL, TIMEOUT, NOTRUN, PASS]
if fission and (os == "linux") and debug: FAIL
if fission and (os == "linux") and not debug: [FAIL, NOTRUN, TIMEOUT, PASS]
if fission and (os == "win"): FAIL
[location=yes,toolbar=yes,status=yes,popup (expect popup)]
expected:
if (os == "linux") and not debug and not fission and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not fission and (processor == "x86"): [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
[location=yes,toolbar=yes,status=yes,noopener,noreferrer,popup (expect tab)]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN]
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
if fission and (os == "linux") and debug: FAIL
if fission and (os == "linux") and not debug: [FAIL, NOTRUN, TIMEOUT, PASS]
if fission and (os == "linux") and not debug: [NOTRUN, FAIL, PASS, TIMEOUT]
if fission and (os == "win"): FAIL
[location=yes,toolbar=yes,menubar=yes (expect popup)]
expected:
if (os == "linux") and not debug and not fission and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
if (os == "linux") and not debug and not fission and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not fission and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [NOTRUN, PASS, TIMEOUT]
[location=yes,toolbar=yes,menubar=yes,noopener (expect tab)]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if fission and (os == "linux") and not debug: [NOTRUN, FAIL, TIMEOUT, PASS]
if fission and (os == "linux") and debug: FAIL
if fission and (os == "linux") and not debug: [NOTRUN, FAIL, PASS, TIMEOUT]
if fission and (os == "win"): FAIL
[location=yes,toolbar=yes,menubar=yes,noreferrer (expect tab)]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN]
if fission and (os == "linux") and not debug: [NOTRUN, FAIL, PASS]
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if fission and (os == "linux") and debug: FAIL
if fission and (os == "linux") and not debug: [NOTRUN, FAIL, PASS]
if fission and (os == "win"): FAIL
[location=yes,toolbar=yes,menubar=yes,popup (expect popup)]
expected:
if (os == "linux") and not debug and (processor == "x86_64") and fission: [NOTRUN, PASS, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [NOTRUN, PASS]
if (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "linux") and not debug and not fission and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "linux") and not debug and not fission and (processor == "x86"): [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [NOTRUN, PASS, TIMEOUT]
[location=yes,toolbar=yes,menubar=yes,noopener,noreferrer,popup (expect tab)]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN]
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
if fission and (os == "linux") and not debug: [NOTRUN, FAIL, TIMEOUT, PASS]
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if fission and (os == "linux") and debug: FAIL
if fission and (os == "linux") and not debug: [NOTRUN, FAIL, PASS, TIMEOUT]
if fission and (os == "win"): FAIL
[location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes (expect tab)]
expected:
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [NOTRUN, PASS]
if (os == "linux") and not debug and (processor == "x86_64") and fission: [NOTRUN, PASS]
if (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "linux") and not debug and not fission and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "linux") and not debug and not fission and (processor == "x86"): [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [NOTRUN, PASS, TIMEOUT]
[location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,noopener (expect tab)]
expected:
if (os == "linux") and not debug and (processor == "x86_64") and fission: [NOTRUN, PASS]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [NOTRUN, PASS]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, NOTRUN]
if (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN]
[location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,noreferrer (expect tab)]
expected:
if (os == "linux") and not debug and (processor == "x86_64") and fission: [NOTRUN, PASS]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [NOTRUN, PASS]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, NOTRUN]
if (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN]
[location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,popup (expect popup)]
expected:
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, NOTRUN]
if (os == "linux") and not debug and (processor == "x86_64") and fission: [NOTRUN, PASS]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [NOTRUN, PASS]
if (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN]
[location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,noopener,noreferrer,popup (expect tab)]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN]
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
if fission and (os == "linux") and not debug: [NOTRUN, FAIL, PASS]
if fission and (os == "linux") and debug: FAIL
if fission and (os == "win"): FAIL
@ -122,6 +122,7 @@
[location=yes,menubar=yes,scrollbars=yes,noreferrer (expect tab)]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if fission and (os == "linux") and not debug: [FAIL, NOTRUN]
if fission and (os == "linux") and debug: FAIL
if fission and (os == "win"): FAIL
@ -140,15 +141,18 @@
[location=yes,scrollbars=yes,status=yes,popup (expect popup)]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[location=yes,menubar=yes,scrollbars=yes (expect popup)]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "linux") and not fission and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
[location=yes,scrollbars=yes,status=yes,noopener,noreferrer,popup (expect tab)]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if fission: FAIL
[toolbar=yes,resizable=yes,status=yes,noreferrer (expect tab)]
@ -161,14 +165,16 @@
[location=yes,menubar=yes,scrollbars=yes,popup (expect popup)]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and fission and not debug: [PASS, NOTRUN]
if (os == "linux") and not debug and not fission and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not fission and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN]
[location=yes,menubar=yes,scrollbars=yes,noopener,noreferrer,popup (expect tab)]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN]
if fission and (os == "linux") and not debug: [FAIL, TIMEOUT, NOTRUN]
if fission and (os == "linux") and debug: FAIL
if fission and (os == "linux") and not debug: [FAIL, NOTRUN]
if fission and (os == "win"): FAIL
[toolbar=yes,menubar=yes,resizable=yes,noreferrer (expect tab)]
@ -193,9 +199,10 @@
[location=yes,menubar=yes,scrollbars=yes,noopener (expect tab)]
expected:
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if fission and (os == "linux") and not debug: [FAIL, TIMEOUT]
if not fission and (os == "linux") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if not fission and (os == "linux") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if fission and (os == "linux") and debug: FAIL
if fission and (os == "linux") and not debug: [FAIL, TIMEOUT]
if fission and (os == "win"): FAIL
[menubar=yes,resizable=yes,scrollbars=yes,noreferrer (expect tab)]

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

@ -1,5 +1,5 @@
[iframe-cross-origin-print.sub.html]
expected:
if fission and (os == "linux") and debug: [FAIL, PASS]
if fission and (os == "linux") and not debug: [PASS, ERROR, FAIL]
if fission and (os == "linux") and debug: [PASS, FAIL]
if fission and (os == "linux") and not debug: [PASS, FAIL, ERROR]
if fission and (os == "win") and debug: [PASS, FAIL]

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

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

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

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

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

@ -1,6 +1,6 @@
[iframe-popup-same-origin-to-unsafe-none.https.html]
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 not swgl and debug: [OK, TIMEOUT, CRASH]
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
if (os == "android") and swgl: [OK, TIMEOUT]

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

@ -1,5 +1,8 @@
[navigate-top-to-aboutblank.https.html]
expected:
if (os == "win") and not swgl and not fission and not debug and (processor == "x86"): [TIMEOUT, OK, CRASH]
if (os == "win") and not swgl and fission and debug: [TIMEOUT, OK, CRASH]
if (os == "linux") and fission and debug: [TIMEOUT, OK, 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 @@
[popup-coop-by-sw.https.html?1-4]
expected:
if debug and (os == "win") and not fission and (processor == "x86_64") and swgl: [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"): [TIMEOUT, CRASH]
if debug and (os == "win") and fission: [CRASH, TIMEOUT]
if debug and (os == "linux") and fission: [CRASH, TIMEOUT]
if debug and (os == "linux") and not fission: [TIMEOUT, CRASH]
@ -21,12 +20,12 @@
[popup-coop-by-sw.https.html?5-last]
expected:
if debug and (os == "win") and not fission and (processor == "x86_64") and swgl: [TIMEOUT, CRASH]
if debug and (os == "win") and not fission and (processor == "x86_64") and not swgl: [TIMEOUT, CRASH]
if debug and (os == "linux") and not fission and not swgl: [TIMEOUT, CRASH]
if debug and (os == "win") and (processor == "x86_64") and not fission and not swgl: [TIMEOUT, CRASH]
if debug and (os == "win") and (processor == "x86_64") and not fission and swgl: [TIMEOUT, CRASH]
if debug and (os == "win") and (processor == "x86_64") and fission: [TIMEOUT, CRASH]
if debug and (os == "linux") and not fission and swgl: [CRASH, TIMEOUT]
if debug and (os == "linux") and fission: [CRASH, TIMEOUT]
if debug and (os == "win") and fission: [CRASH, TIMEOUT]
if debug and (os == "linux") and not fission and not swgl: [TIMEOUT, CRASH]
if debug and (os == "linux") and fission: [TIMEOUT, CRASH]
TIMEOUT
[opener:coi, openee:basic, sw:basic]
expected: TIMEOUT

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

@ -32,17 +32,16 @@
[popup-redirect-cache.https.html?8-last]
expected:
if (os == "android") and swgl: [OK, TIMEOUT]
if (os == "android") and not swgl: [OK, TIMEOUT, CRASH]
if (os == "linux") and fission: [OK, TIMEOUT]
if (os == "android") and swgl: [TIMEOUT, OK]
if (os == "android") and not swgl and debug: [OK, TIMEOUT, CRASH]
if (os == "android") and not swgl and not debug: [OK, TIMEOUT, CRASH]
[popup-redirect-cache.https.html?4-5]
expected:
if (os == "android") and debug and not swgl: [OK, TIMEOUT, CRASH]
if (os == "android") and debug and swgl: [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 == "linux") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [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"): [PASS, TIMEOUT]
@ -63,10 +62,9 @@
[popup-redirect-cache.https.html?0-1]
expected:
if (os == "android") and debug: [OK, TIMEOUT, CRASH]
if (os == "android") and not debug: [OK, TIMEOUT, CRASH]
if (os == "linux") and fission: [OK, 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, 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"): [PASS, TIMEOUT]

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

@ -1,4 +1,4 @@
[popup-same-origin-non-initial-about-blank.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]

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

@ -1,4 +1,4 @@
[popup-with-structured-header.https.html]
expected:
if (os == "android") and not swgl and not debug: [OK, TIMEOUT]
if (os == "android") and not swgl and debug: [OK, TIMEOUT]
if (os == "android") and not swgl and not debug: [OK, TIMEOUT]

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

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

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

@ -1,8 +1,6 @@
implementation-status: backlog
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912
[blob-data.https.html]
expected:
if os == "mac": [OK, TIMEOUT]
[TIMEOUT, OK]
expected: [OK, TIMEOUT]
[data worker: self.crossOriginIsolated]
expected: FAIL

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

@ -46,12 +46,7 @@
[utf-16be.html?include=xhr]
[utf-16be.html?include=workers]
expected:
if (os == "win") and not swgl and debug and not fission and (processor == "x86"): [TIMEOUT, OK]
if (os == "win") and not swgl and debug and not fission and (processor == "x86_64"): [TIMEOUT, OK]
if (os == "android") and not swgl and not debug: [TIMEOUT, OK]
if (os == "mac") and not debug: [TIMEOUT, OK]
[OK, TIMEOUT]
expected: [OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -61,12 +56,7 @@
FAIL
[SharedWorker constructor]
expected:
if (os == "win") and not swgl and debug and not fission and (processor == "x86_64"): [TIMEOUT, PASS]
if (os == "win") and not swgl and debug and not fission and (processor == "x86"): [TIMEOUT, PASS]
if (os == "android") and not swgl and not debug: [TIMEOUT, PASS]
if (os == "mac") and not debug: [TIMEOUT, PASS]
[PASS, TIMEOUT]
expected: [PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]
expected: FAIL

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

@ -43,9 +43,7 @@
[utf-16le.html?include=workers]
expected:
if not swgl and (os == "android") and debug: [TIMEOUT, OK]
if not swgl and (os == "mac") and debug: [TIMEOUT, OK]
if swgl: [TIMEOUT, OK]
if (os == "linux") and swgl: [TIMEOUT, OK]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -57,9 +55,7 @@
[SharedWorker constructor]
expected:
if not swgl and (os == "mac") and debug: [TIMEOUT, PASS]
if not swgl and (os == "android") and debug: [TIMEOUT, PASS]
if swgl: [TIMEOUT, PASS]
if (os == "linux") and swgl: [TIMEOUT, PASS]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

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

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

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

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

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

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

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

@ -1,16 +1,16 @@
[document-has-system-focus.html]
expected:
if not fission and (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
if not fission and (os == "linux") and not debug: [OK, TIMEOUT]
if fission and (os == "win") and not debug: [OK, TIMEOUT]
if fission and (os == "win") and debug: [TIMEOUT, OK]
if fission and (os == "linux") and debug: [TIMEOUT, OK]
if fission and (os == "linux") and not debug: [TIMEOUT, OK]
if (os == "win") and not fission and debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
if (os == "linux") and fission and debug: [TIMEOUT, OK]
if (os == "linux") and fission and not debug: [TIMEOUT, OK]
if (os == "win") and fission and not debug: [OK, TIMEOUT]
if (os == "win") and fission and debug: [TIMEOUT, OK]
[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 not fission and (os == "linux") and not debug: [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 (os == "win") and not fission and debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and fission and not debug: [PASS, TIMEOUT]
if (os == "win") and fission and debug: [TIMEOUT, PASS]
if (os == "linux") and fission and not debug: [TIMEOUT, PASS]
if (os == "linux") and fission and debug: [TIMEOUT, PASS]
if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]

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

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

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

@ -1,5 +1,5 @@
[no-autofocus-on-changing-input-type.html]
[Changing input type should not refocus on the element.]
expected:
if (os == "win") and not debug and not fission and (processor == "x86_64"): [FAIL, PASS]
if (os == "win") and fission and not debug: [FAIL, PASS]
[PASS, FAIL]

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

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

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

@ -3,6 +3,7 @@
if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1591638
[HTMLTrackElement 'src' attribute mutations]
expected:
if (os == "win") and not swgl and fission and not debug: [PASS, FAIL]
if (os == "win") and not swgl and fission and debug: [PASS, FAIL]
if (os == "win") and not swgl and not fission: [PASS, FAIL]
if (os == "win") and not swgl and debug and not fission and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not swgl and debug and not fission and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not swgl and debug and fission: [PASS, FAIL]
if (os == "win") and not swgl and not debug: [PASS, FAIL]

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

@ -1,7 +1,7 @@
[image-loading-lazy-base-url.html]
expected:
if (os == "linux") and debug and fission: ["OK", "ERROR"]
if (os == "mac") and not debug: ["OK", "ERROR"]
if (os == "linux") and debug and fission: [OK, ERROR]
if (os == "linux") and not debug and not fission: [OK, ERROR]
if (os == "mac") and not debug: [OK, ERROR]
[When a loading=lazy image is loaded, it loads relative to the document's base URL computed at parse-time.]
expected: FAIL

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

@ -2,10 +2,10 @@
[<script> error: Move fetch-error external classic script to createHTMLDocument after-prepare]
expected:
if (os == "win") and ccov: FAIL
if (os == "linux") and (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

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

@ -2,8 +2,8 @@
[<script> error: Move fetch-error 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 == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]

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

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

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

@ -5,9 +5,9 @@
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
[<script> load: Move parse-error external module script to createHTMLDocument after-prepare]
@ -16,7 +16,7 @@
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 == "mac") and not debug: PASS
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: [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 == "linux") and (processor == "x86"): [PASS, FAIL]
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]

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

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

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

@ -2,19 +2,19 @@
[<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 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
[window error: 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 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]
@ -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 == "linux") and (processor == "x86"): [FAIL, PASS]
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 (processor == "x86"): [FAIL, PASS]

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

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

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

@ -5,28 +5,28 @@
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 == "mac") and not debug: [FAIL, PASS]
if (os == "win") and not debug: FAIL
[<script> load: 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 == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: [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 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, FAIL]
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 == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
FAIL
[Eval: Move success external module script to iframe after-prepare]
@ -16,16 +16,16 @@
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 == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
FAIL
[<script> error: Move success external module script to iframe after-prepare]
expected:
if (os == "win") and ccov: PASS
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 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]

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

@ -2,8 +2,8 @@
[Eval: Move success inline classic script to iframe after-prepare]
expected:
if (os == "win") and ccov: FAIL
if (os == "linux") and (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 == "linux") and (processor == "x86"): [PASS, FAIL]

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

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

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

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

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

@ -1,8 +1,8 @@
[before-prepare-iframe-parse-error-external-classic.html]
[<script> error: Move parse-error external classic script to iframe before-prepare]
expected:
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_64") and not fission: [PASS, FAIL]
if (os == "linux") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and debug: [PASS, FAIL]
if os == "mac": [PASS, FAIL]

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

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

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

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

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

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

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

@ -1,3 +1,4 @@
[xhtml-mathml-dtd-entity-1.htm]
expected:
if fission and (os == "linux") and not debug: [OK, TIMEOUT]
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
if (os == "linux") and not debug and fission: [OK, TIMEOUT]

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

@ -1,3 +1,4 @@
[xhtml-mathml-dtd-entity-2.htm]
expected:
if fission and (os == "linux") and not debug: [OK, TIMEOUT]
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]

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

@ -1,3 +1,4 @@
[xhtml-mathml-dtd-entity-3.htm]
expected:
if fission and (os == "linux") and not debug: [OK, TIMEOUT]
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
if (os == "linux") and not debug and fission: [OK, TIMEOUT]

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

@ -1,3 +1,4 @@
[xhtml-mathml-dtd-entity-4.htm]
expected:
if fission and (os == "linux") and not debug: [OK, TIMEOUT]
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
if (os == "linux") and not debug and fission: [OK, TIMEOUT]

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