Bug 1670050 - [wpt-sync] Update web-platform-tests to f879930e554853283b9c885155a284865684334f, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: f879930e554853283b9c885155a284865684334f
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2020-10-08 16:44:29 +00:00
Родитель 576d74b208
Коммит 0d4bb2fa06
102 изменённых файлов: 336 добавлений и 409 удалений

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

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

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

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

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

@ -1,10 +1,10 @@
[spv-only-sent-to-initiator.sub.html]
expected:
if debug and (os == "linux") and not webrender: ["TIMEOUT", "OK"]
if processor == "x86": ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[Test that no spv event is raised]
expected:
if debug and (os == "linux") and not webrender: ["NOTRUN", "FAIL"]
if processor == "x86": ["NOTRUN", "FAIL"]
[FAIL, NOTRUN]
[Violation report status OK.]

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

@ -1,5 +1,3 @@
[root-element-opacity-change.html]
expected:
if webrender and debug and not fission and (os == "linux"): ["PASS", "FAIL"]
if webrender and debug and fission: ["PASS", "FAIL"]
if webrender and not debug: ["PASS", "FAIL"]
if webrender: ["PASS", "FAIL"]

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

@ -2,8 +2,8 @@
expected:
if (os == "win") and ccov: [OK, TIMEOUT]
if (os == "win") and not debug and webrender and not fission: ["OK", "TIMEOUT"]
if (os == "win") and debug and (processor == "x86_64"): ["TIMEOUT", "OK"]
if (os == "win") and debug and (processor == "x86"): ["TIMEOUT", "OK"]
if (os == "win") and debug and not webrender: ["OK", "TIMEOUT"]
if (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
[Initialize lineGapOverride with 'normal' should succeed]
expected: FAIL
@ -16,8 +16,9 @@
[Initialize lineGapOverride with a negative percentage should fail]
expected:
if (os == "win") and ccov: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86_64"): ["TIMEOUT", "FAIL", "NOTRUN"]
if (os == "win") and debug and (processor == "x86"): ["NOTRUN", "FAIL"]
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "NOTRUN"]
if (os == "win") and debug and webrender: ["TIMEOUT", "FAIL", "NOTRUN"]
FAIL
[Initialize lineGapOverride with a percentage should succeed]
@ -32,8 +33,8 @@
[Initialize descentOverride with a non-percentage should fail]
expected:
if (os == "win") and ccov: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): ["TIMEOUT", "FAIL", "NOTRUN"]
if (os == "win") and debug and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if (os == "win") and debug and (processor == "x86"): ["FAIL", "TIMEOUT", "NOTRUN"]
FAIL
[Initialize descentOverride with a negative percentage should fail]
@ -67,8 +68,8 @@
expected:
if (os == "win") and ccov: [PASS, NOTRUN]
if (os == "win") and not debug and webrender and not fission: ["FAIL", "TIMEOUT"]
if (os == "win") and debug and (processor == "x86"): ["NOTRUN", "FAIL"]
if (os == "win") and debug and (processor == "x86_64"): ["NOTRUN", "FAIL"]
if (os == "win") and debug and webrender: ["NOTRUN", "FAIL"]
if (os == "win") and debug and not webrender: ["FAIL", "NOTRUN"]
FAIL
[Initialize ascentOverride with a percentage should succeed]

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

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

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

@ -1,6 +1,5 @@
[clip-path-descendant-text-mutated-001.html]
expected:
if (os == "win") and webrender and not debug: ["FAIL", "PASS"]
if (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS", "ERROR"]
if (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
if (os == "win") and not webrender and (processor == "x86"): ["PASS", "FAIL", "ERROR"]
[PASS, FAIL]

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

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

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

@ -0,0 +1 @@
leak-threshold: [default:51200]

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

@ -1,12 +1,17 @@
[ch-pseudo-recalc-on-font-load.html]
[ch in pseudo-element ::marker should be recalculated after loading a web font]
expected: PASS
expected:
if (os == "mac") and debug: ["PASS", "FAIL"]
[ch in pseudo-element ::after should be recalculated after loading a web font]
expected: PASS
expected:
if (os == "mac") and debug: ["PASS", "FAIL"]
[ch in pseudo-element ::first-line should be recalculated after loading a web font]
expected: PASS
expected:
if (os == "mac") and debug: ["PASS", "FAIL"]
[ch in pseudo-element ::before should be recalculated after loading a web font]
expected: PASS
expected:
if (os == "mac") and debug: ["PASS", "FAIL"]

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

@ -33,7 +33,7 @@
expected:
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if (os == "linux") and not debug and webrender: ["TIMEOUT", "FAIL"]
if os == "win": ["TIMEOUT", "FAIL"]
if os == "mac": TIMEOUT
if os == "win": ["TIMEOUT", "FAIL"]
[FAIL, TIMEOUT]

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

@ -3,6 +3,6 @@
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and not debug: ["PASS", "FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "mac") and debug: ["FAIL", "PASS"]
if (os == "mac") and not debug: ["PASS", "TIMEOUT", "FAIL"]

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

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

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

@ -8,3 +8,7 @@
[replaceState must be able to use an error object as data]
expected: FAIL
[history.length should update when loading pages in an iframe]
expected:
if fission and debug: ["PASS", "FAIL"]

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

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

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

@ -1,7 +1,7 @@
[location_reload.html]
[location_reload]
expected:
if fission and (os == "linux") and debug: ["PASS", "FAIL"]
if fission and (os == "linux") and not debug: ["FAIL", "PASS"]
if fission and (os == "win"): ["FAIL", "PASS"]
if fission and not debug and (os == "win"): ["FAIL", "PASS"]
if fission and not debug and (os == "linux"): ["PASS", "FAIL"]
if fission and debug: ["FAIL", "PASS"]

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

@ -1,6 +1,6 @@
[navigation-in-onload.tentative.html]
[Navigation in onload handler]
expected:
if fission and debug: ["FAIL", "PASS"]
if fission and debug: ["PASS", "FAIL"]
if fission and not debug: ["PASS", "FAIL"]

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

@ -1,105 +1,85 @@
[createImageBitmap-origin.sub.html]
expected:
if (os == "linux") and debug and webrender and not fission: ["OK", "TIMEOUT"]
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
[TIMEOUT, OK]
expected: [TIMEOUT, OK]
[redirected to cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
expected:
if (os == "win") and (processor == "x86_64") and not fission and debug and not webrender: ["NOTRUN", "PASS", "FAIL"]
if (os == "linux") and webrender and fission: ["NOTRUN", "PASS"]
if (os == "win") and (processor == "x86_64") and fission: ["NOTRUN", "PASS"]
if (os == "win") and (processor == "x86") and not debug: ["NOTRUN", "PASS"]
if (os == "win") and debug and (processor == "x86_64") and webrender: ["NOTRUN", "PASS"]
if (os == "win") and debug and (processor == "x86_64") and not webrender: ["PASS", "FAIL", "NOTRUN"]
if (os == "linux") and not fission and (processor == "x86"): ["NOTRUN", "PASS"]
if (os == "mac") and debug: ["NOTRUN", "PASS"]
if (os == "linux") and not webrender: ["NOTRUN", "PASS"]
if (os == "linux") and fission: ["NOTRUN", "PASS"]
if (os == "android") and debug: ["NOTRUN", "PASS"]
[PASS, NOTRUN]
[redirected to cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected:
if (os == "win") and not fission and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and not fission and (processor == "x86_64") and not debug: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and not fission and (processor == "x86") and debug: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "linux") and webrender and not fission and debug: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "linux") and webrender and not fission and not debug: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "android") and debug: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "linux") and not fission and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN", "PASS"]
if (os == "linux") and not fission and not debug and webrender: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and not webrender: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "linux") and not fission and debug and webrender: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and webrender and not debug and fission: ["TIMEOUT", "NOTRUN", "PASS"]
if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and not webrender and debug and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and not webrender and debug and (processor == "x86"): ["TIMEOUT", "NOTRUN", "PASS"]
if (os == "win") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["TIMEOUT", "NOTRUN", "PASS"]
if (os == "android") and not debug: ["TIMEOUT", "NOTRUN", "PASS"]
if (os == "mac") and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
[NOTRUN, PASS, TIMEOUT]
[unclean HTMLCanvasElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "NOTRUN"]
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[unclean HTMLCanvasElement: origin unclear getImageData]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "NOTRUN"]
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected:
if (os == "win") and (processor == "x86_64") and not fission and debug and not webrender: ["TIMEOUT", "PASS", "FAIL"]
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "PASS"]
if (os == "win") and (processor == "x86_64") and fission: ["TIMEOUT", "PASS"]
if (os == "linux") and webrender and fission: ["TIMEOUT", "PASS"]
if (os == "linux") and not webrender: ["TIMEOUT", "PASS"]
if (os == "win") and debug and (processor == "x86_64") and webrender: ["TIMEOUT", "PASS"]
if (os == "win") and debug and (processor == "x86_64") and not webrender: ["PASS", "FAIL", "TIMEOUT"]
if (os == "linux") and not fission and (processor == "x86"): ["TIMEOUT", "PASS"]
if (os == "android") and debug: ["TIMEOUT", "PASS"]
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
if (os == "linux") and fission: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[redirected to same-origin HTMLVideoElement: origin unclear getImageData]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "NOTRUN"]
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
[redirected to same-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
expected:
if (os == "linux") and webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and not debug: ["NOTRUN", "PASS", "TIMEOUT"]
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
[unclean ImageBitmap: origin unclear bitmaprenderer.transferFromImageBitmap]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "NOTRUN"]
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[redirected to same-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["NOTRUN", "TIMEOUT", "PASS"]
if (os == "mac") and not debug: ["PASS", "NOTRUN", "TIMEOUT"]
if (os == "win") and not debug and webrender and not fission: ["NOTRUN", "TIMEOUT", "PASS"]
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["NOTRUN", "TIMEOUT", "PASS"]
[NOTRUN, PASS, TIMEOUT]
[redirected to cross-origin HTMLVideoElement: origin unclear getImageData]
expected:
if (os == "win") and (processor == "x86_64") and not fission and debug and not webrender: ["NOTRUN", "PASS", "FAIL"]
if (os == "linux") and webrender and fission: ["NOTRUN", "PASS"]
if (os == "win") and (processor == "x86") and not debug: ["NOTRUN", "PASS"]
if (os == "win") and (processor == "x86_64") and fission: ["NOTRUN", "PASS"]
if (os == "win") and debug and (processor == "x86_64") and not webrender: ["PASS", "FAIL", "NOTRUN"]
if (os == "win") and debug and (processor == "x86_64") and webrender: ["NOTRUN", "PASS"]
if (os == "linux") and not fission and (processor == "x86"): ["NOTRUN", "PASS"]
if (os == "android") and debug: ["NOTRUN", "PASS"]
if (os == "mac") and debug: ["NOTRUN", "PASS"]
if (os == "linux") and not webrender: ["NOTRUN", "PASS"]
if (os == "linux") and fission: ["NOTRUN", "PASS"]
[PASS, NOTRUN]
[unclean ImageBitmap: origin unclear getImageData]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "NOTRUN"]
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[unclean HTMLCanvasElement: origin unclear 2dContext.drawImage]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "NOTRUN"]
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[unclean ImageBitmap: origin unclear 2dContext.drawImage]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "NOTRUN"]
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
expected:

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

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

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

@ -1,7 +1,10 @@
[coop-csp-sandbox-navigate.https.html]
[CSP: sandbox allow-popups allow-scripts allow-same-origin; CSP sandbox popup navigate to Cross-Origin-Opener-Policy document should work]
expected:
if (os == "linux") and not fission and (processor == "x86"): ["PASS", "FAIL"]
if (os == "linux") and not fission and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and not fission: ["PASS", "FAIL"]
if (os == "mac") and not debug: ["PASS", "FAIL"]
[CSP: sandbox allow-popups allow-scripts; CSP sandbox popup navigate to Cross-Origin-Opener-Policy document should work]
expected:
if (os == "mac") and not debug: ["PASS", "FAIL"]

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

@ -9,8 +9,7 @@
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "win"): ["FAIL", "TIMEOUT"]
if not debug and (os == "mac"): ["TIMEOUT", "FAIL"]
FAIL
@ -19,9 +18,9 @@
if (os == "win") and ccov: PASS
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "NOTRUN", "PASS"]
if not debug and (os == "win") and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "PASS", "NOTRUN"]
if not debug and (os == "win") and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
if not debug and (os == "mac"): ["NOTRUN", "PASS", "TIMEOUT"]
[verify remaining reports]

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

@ -2,17 +2,18 @@
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if not debug and (os == "win") and webrender and not fission: ["OK", "TIMEOUT"]
if not debug and (os == "win") and webrender and fission: ["TIMEOUT", "OK"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "OK"]
if not debug and (os == "win") and not fission: ["TIMEOUT", "OK"]
if not debug and (os == "win") and fission: ["OK", "TIMEOUT"]
if not debug and (os == "win") and not webrender: ["TIMEOUT", "OK"]
if not debug and (os == "mac"): TIMEOUT
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", require-corp]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "mac"): TIMEOUT
FAIL
@ -21,11 +22,12 @@
[verify remaining reports]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "win") and not fission and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
if not debug and (os == "win") and not fission and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and webrender and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
if not debug and (os == "win") and webrender and fission: ["TIMEOUT", "PASS", "NOTRUN"]
if not debug and (os == "win") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS"]
if not debug and (os == "win") and fission: ["PASS", "TIMEOUT", "NOTRUN"]
if not debug and (os == "mac"): NOTRUN

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

@ -10,15 +10,12 @@
expected:
if (os == "win") and ccov: FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "win"): ["NOTRUN", "TIMEOUT", "FAIL"]
if not debug and (os == "mac"): ["NOTRUN", "FAIL", "TIMEOUT"]
FAIL
if debug: FAIL
[NOTRUN, FAIL, TIMEOUT]
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin-allow-popups; report-to="coop-popup-report-endpoint", require-corp, , ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
if debug: FAIL
[TIMEOUT, FAIL]

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

@ -8,18 +8,18 @@
[TIMEOUT, OK]
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none, , , ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "mac"): NOTRUN
[TIMEOUT, FAIL, NOTRUN]
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
expected:
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "FAIL"]
if (os == "linux") and webrender and not debug: ["TIMEOUT", "FAIL"]
if (os == "mac") and not debug: TIMEOUT
if (os == "linux") and (processor == "x86_64") and webrender and not debug: ["TIMEOUT", "FAIL"]
if (os == "mac") and debug: FAIL
if (os == "mac") and not debug: TIMEOUT
if (os == "linux") and (processor == "x86"): ["TIMEOUT", "FAIL"]
[FAIL, TIMEOUT]
[verify remaining reports]
@ -29,8 +29,7 @@
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ]
expected:
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
if (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if (os == "linux") and webrender and not debug: ["NOTRUN", "TIMEOUT"]
if (os == "mac") and debug: FAIL
if (os == "mac") and not debug: NOTRUN

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

@ -14,12 +14,9 @@
[coop reporting test reporting same origin to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "win"): ["NOTRUN", "TIMEOUT", "FAIL"]
if not debug and (os == "mac"): ["NOTRUN", "FAIL", "TIMEOUT"]
FAIL
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["FAIL", "NOTRUN", "TIMEOUT"]
if debug: FAIL
[NOTRUN, FAIL, TIMEOUT]
[verify remaining reports]
expected:

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

@ -1,14 +1,12 @@
[resource-popup.https.html]
expected:
if (os == "linux") and not webrender and debug: ["OK", "TIMEOUT", "CRASH"]
if (os == "linux") and not webrender and not debug: ["OK", "TIMEOUT", "CRASH"]
if (os == "linux") and not webrender and debug: ["TIMEOUT", "OK", "CRASH"]
[OK, TIMEOUT]
[/common/dummy.xml - parent COOP: ""; child COOP: "same-origin"]
expected:
if debug and (os == "linux") and webrender and not fission: ["FAIL", "PASS"]
if debug and (os == "linux") and webrender and fission: ["FAIL", "PASS"]
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if debug and (os == "linux") and not webrender: ["FAIL", "PASS"]
if debug and (os == "win") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
if debug and (os == "linux") and fission: ["FAIL", "PASS"]
[PASS, FAIL]
[/images/red.png - parent COOP: ""; child COOP: "same-origin"]
@ -17,7 +15,5 @@
if (os == "linux") and not webrender: ["PASS", "FAIL"]
[/media/2x2-green.mp4 - parent COOP: ""; child COOP: "same-origin"]
expected:
if debug and (os == "linux") and not webrender: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
expected: [PASS, TIMEOUT]

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

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

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

@ -45,8 +45,9 @@
[utf-16be.html?include=workers]
expected:
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "OK"]
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "OK"]
if not webrender and (os == "linux") and not debug and (processor == "x86"): ["TIMEOUT", "OK"]
if not webrender and (os == "mac") and not debug: ["TIMEOUT", "OK"]
if not webrender and (os == "linux") and debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -58,8 +59,9 @@
[SharedWorker constructor]
expected:
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "PASS"]
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "PASS"]
if not webrender and (os == "linux") and not debug and (processor == "x86"): ["TIMEOUT", "PASS"]
if not webrender and (os == "linux") and debug: ["TIMEOUT", "PASS"]
if not webrender and (os == "mac") and not debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

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

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

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

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

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

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

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

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

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

@ -1,8 +1,7 @@
[first-when-later-but-before.html]
[The temporally first autofocus in the document wins, even if an element is inserted later that is previous in the document tree.]
expected:
if not debug and (os == "win") and webrender: ["PASS", "FAIL"]
if debug and (os == "win") and webrender: ["PASS", "FAIL"]
if not debug and (os == "android"): ["PASS", "FAIL"]
if not debug and (os == "linux"): ["PASS", "FAIL"]
if (os == "android") and not debug: ["PASS", "FAIL"]
if (os == "linux") and not debug: ["PASS", "FAIL"]
if (os == "win") and webrender: ["PASS", "FAIL"]

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

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

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

@ -1,9 +1,8 @@
[queue-non-focusable.html]
[If the first autofocus element is not focusable, but becomes focusable before a frame, it should be focused.]
expected:
if not debug and (os == "win") and webrender and not fission: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender and fission: ["FAIL", "PASS"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
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 == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "android"): ["PASS", "FAIL"]

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

@ -1,5 +1,5 @@
[iframe-scrolling-attribute-values.html]
expected:
if (os == "win") and (processor == "x86") and debug: ["FAIL", "PASS"]
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"): ["PASS", "FAIL"]

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

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

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

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

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

@ -1,4 +1,6 @@
[parse-a-sizes-attribute-width-1000px.html]
expected:
if (os == "mac") and debug: ["OK", "CRASH"]
[<img srcset="/images/green-1x1.png?e38 50w, /images/green-16x16.png?e38 51w" sizes="(min-width:calc(0)) 1px"> ref sizes="1px" (width:1000px)]
expected: FAIL

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -1,10 +1,9 @@
[input-change-event-properties.html]
expected:
if (os == "android") and debug: ["OK", "ERROR"]
if (os == "android") and not debug: ["OK", "ERROR"]
if (os == "android") and not debug: ["ERROR", "OK"]
[<select> pressing down arrow]
expected:
if (os == "android") and debug: FAIL
if (os == "android") and not debug: ["PASS", "FAIL"]
if os == "mac": FAIL
if os == "android": FAIL

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -2,10 +2,10 @@
[window error: Move parse-error inline classic script to iframe after-prepare]
expected:
if (os == "win") and ccov: FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
if not debug and (os == "win"): PASS
if not debug and (os == "mac"): PASS
FAIL

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

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

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

@ -6,19 +6,19 @@
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
if (os == "win") and debug: FAIL
if (os == "mac") and debug: FAIL
if (os == "linux") and debug: ["FAIL", "PASS"]
if (os == "mac") and debug: FAIL
if os == "android": FAIL
[Eval: Move success external module script to iframe after-prepare]
expected:
if (os == "win") and ccov: FAIL
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
if (os == "win") and debug: FAIL
if (os == "linux") and debug: ["FAIL", "PASS"]
if (os == "mac") and debug: FAIL
if (os == "linux") and debug: ["FAIL", "PASS"]
if (os == "win") and debug: FAIL
if os == "android": FAIL
[<script> error: Move success external module script to iframe after-prepare]

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

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

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

@ -15,3 +15,6 @@
[Feature-Policy {"idle-detection" : ["*"\]} explicity set by top-level frame allows workers in same-origin iframes.]
expected: NOTRUN
[Inherited header feature policy allows dedicated workers.]
expected: FAIL

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

@ -1,8 +1,7 @@
[cross-origin-iframe.sub.html]
[First rAF]
expected:
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "android"): ["PASS", "FAIL"]
if not debug and (os == "win"): ["PASS", "FAIL"]
if not debug and (os == "mac"): ["PASS", "FAIL"]
if not debug and webrender and (os == "linux") and not fission: PASS
if debug: PASS
[PASS, FAIL]

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

@ -0,0 +1,4 @@
[child-shift-with-parent-overflow-x-clip.html]
[Parent/child movement with overflow-x: clip.]
expected: FAIL

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

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

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

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

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

@ -1,6 +1,9 @@
[operator-dictionary-spacing-005.html]
[Operator dictionary chunk 3 - lspace/rspace]
expected: [PASS, FAIL]
expected:
if (os == "linux") and (processor == "x86_64") and debug and webrender and not fission: ["FAIL", "PASS"]
if (os == "linux") and (processor == "x86"): ["FAIL", "PASS"]
[PASS, FAIL]
[Operator dictionary chunk 1 - lspace/rspace]
expected: [PASS, FAIL]

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

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

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

@ -0,0 +1 @@
leak-threshold: [default:51200]

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

@ -1,2 +1,2 @@
local: c1be28b9a5b779d788d11fe9458fe8608b68dee9
upstream: 7cf011067b379d372c252fd55c71d62f3f56e2e7
upstream: f879930e554853283b9c885155a284865684334f

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

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

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

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

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

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

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

@ -1,8 +1,8 @@
[sends-report-on-subdomain-dns-failure.https.html]
expected:
if os == "mac": ["OK", "TIMEOUT"]
if os == "mac": ["TIMEOUT", "OK"]
[\n Test that include_subdomains policies report DNS failures for subdomains\n ]
expected:
if os == "mac": ["FAIL", "TIMEOUT"]
if os == "mac": ["TIMEOUT", "FAIL"]
FAIL

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

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

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

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

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

@ -0,0 +1 @@
leak-threshold: [default:51200]

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

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

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

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

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

@ -3,8 +3,8 @@
disabled:
if verify and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1668959
expected:
if fission and (os == "linux") and not debug: ["TIMEOUT", "OK"]
if fission and (os == "linux") and not debug: ["OK", "TIMEOUT"]
[setPointerCapture + inactive button state]
expected:
if fission and (os == "linux") and not debug: ["NOTRUN", "PASS"]
if fission and (os == "linux") and not debug: ["PASS", "NOTRUN"]

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

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

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

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

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

@ -1,9 +1,8 @@
[iframe-inheritance-about-blank.html]
expected:
if (os == "win") and not fission and not webrender and not debug and (processor == "x86"): ["OK", "TIMEOUT"]
if (os == "win") and not fission and not webrender and debug and (processor == "x86_64"): ["OK", "TIMEOUT"]
if (os == "linux") and not webrender and debug: ["OK", "TIMEOUT"]
if (os == "linux") and not webrender and not debug: ["OK", "TIMEOUT"]
if (os == "win") and (processor == "x86_64") and debug and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["OK", "TIMEOUT"]
if (os == "android") and not debug: ["OK", "TIMEOUT"]
[TIMEOUT, OK]
[The value of document.referrer in an about:blank iframe is the outer document's full URL, regardless of referrer policy]
expected: FAIL
@ -13,10 +12,9 @@
[A subresource fetched from an about:blank iframe is fetched with no 'Referer' header]
expected:
if (os == "win") and not fission and not webrender and debug and (processor == "x86_64"): ["PASS", "NOTRUN"]
if (os == "win") and not fission and not webrender and not debug and (processor == "x86"): ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and not debug: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN"]
if (os == "win") and (processor == "x86_64") and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "android") and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
[The fetch() API in an about:blank iframe with a custom URL referrer is fetched with a 'Referer` header that uses the outer document's URL along with its referrer policy]

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

@ -1,10 +1,11 @@
[change-layout-in-error.html]
[Changing layout in window error handler should not result in lifecyle loop when resize observer loop limit is reached.]
expected:
if not debug and (os == "linux") and not fission and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not fission and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and (processor == "x86_64") and webrender and not fission: ["PASS", "FAIL"]
if not debug and (os == "win") and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "mac"): ["PASS", "FAIL"]
if not debug and (os == "win") and not fission and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and not fission and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and fission: ["PASS", "FAIL"]
if not debug and (os == "android"): ["PASS", "FAIL"]
[FAIL, PASS]

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

@ -1,31 +1,7 @@
[sanitizer-config.tentative.html]
[SanitizerAPI creator with undefined as config.]
expected: FAIL
[SanitizerAPI creator without config.]
expected: FAIL
[SanitizerAPI creator with config {dropElements: null}.]
expected: FAIL
[SanitizerAPI creator with null as config.]
expected: FAIL
[SanitizerAPI creator with config {dropElements: undefined}.]
expected: FAIL
[SanitizerAPI creator with config {dropElements: div}.]
expected: FAIL
[SanitizerAPI creator with config {dropElements: 123}.]
expected: FAIL
[SanitizerAPI creator with config {dropElements: [\]}.]
expected: FAIL
[SanitizerAPI config is not editable.]
expected: FAIL
[SanitizerAPI creator with config ignore unknown values.]
expected: FAIL

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

@ -1,40 +1,13 @@
[sanitizer-sanitize.tentative.html]
[SanitizerAPI sanitize function for invalid config_input]
expected: FAIL
[SanitizerAPI sanitize function for undefined]
expected: FAIL
[SanitizerAPI sanitize function for dropElements list with invalid values}]
expected: FAIL
[SanitizerAPI sanitize function for scripts]
expected: FAIL
[SanitizerAPI sanitize function for broken html]
expected: FAIL
[SanitizerAPI sanitize function for test script with ["script"\] as dropElements list]
expected: FAIL
[SanitizerAPI sanitize function for arithmetic]
expected: FAIL
[SanitizerAPI sanitize function for zeros]
expected: FAIL
[SanitizerAPI sanitize function for test html without close tag with dropElements list ['div'\]]
expected: FAIL
[SanitizerAPI sanitize function for empty dropElements list]
expected: FAIL
[SanitizerAPI sanitize function for dropElements list ["I", "AM"\]}]
expected: FAIL
[SanitizerAPI sanitize function for dropElements list ["test", "i"\]}]
expected: FAIL
[SanitizerAPI sanitize function for html without close tag]
expected: FAIL
@ -44,9 +17,6 @@
[SanitizerAPI sanitize function for empty object]
expected: FAIL
[SanitizerAPI sanitize function for dropElements list ["am", "p"\]}]
expected: FAIL
[SanitizerAPI sanitize function for number]
expected: FAIL
@ -56,12 +26,6 @@
[SanitizerAPI sanitize function for document]
expected: FAIL
[SanitizerAPI sanitize function for onclick scripts]
expected: FAIL
[SanitizerAPI sanitize function for null]
expected: FAIL
[SanitizerAPI sanitize function for string]
expected: FAIL

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

@ -14,54 +14,18 @@
[SanitizerAPI sanitizeToString function for arithmetic]
expected: FAIL
[SanitizerAPI sanitizeToString function for empty dropElements list]
expected: FAIL
[SanitizerAPI sanitizeToString function for string]
expected: FAIL
[SanitizerAPI sanitizeToString function for document]
expected: FAIL
[SanitizerAPI sanitizeToString function for scripts]
expected: FAIL
[SanitizerAPI sanitizeToString function for broken html]
expected: FAIL
[SanitizerAPI sanitizeToString function for dropElements list ["am", "p"\]}]
expected: FAIL
[SanitizerAPI sanitizeToString function for test html without close tag with dropElements list ['div'\]]
expected: FAIL
[SanitizerAPI sanitizeToString function for number]
expected: FAIL
[SanitizerAPI sanitizeToString function for undefined]
expected: FAIL
[SanitizerAPI sanitizeToString function for onclick scripts]
expected: FAIL
[SanitizerAPI sanitizeToString function for test script with ["script"\] as dropElements list]
expected: FAIL
[SanitizerAPI sanitizeToString function for dropElements list with invalid values}]
expected: FAIL
[SanitizerAPI sanitizeToString function for invalid config_input]
expected: FAIL
[SanitizerAPI sanitizeToString function for html fragment]
expected: FAIL
[SanitizerAPI sanitizeToString function for null]
expected: FAIL
[SanitizerAPI sanitizeToString function for dropElements list ["I", "AM"\]}]
expected: FAIL
[SanitizerAPI sanitizeToString function for dropElements list ["test", "i"\]}]
expected: FAIL

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

@ -1,7 +1,7 @@
[event-before-promise.html]
expected:
if (os == "linux") and not debug and not fission: ["ERROR", "OK"]
if (os == "linux") and debug and webrender: ["ERROR", "OK"]
if (os == "linux") and webrender and debug and not fission: ["ERROR", "OK"]
if (os == "linux") and not webrender and not debug: ["ERROR", "OK"]
if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if os == "android": ["TIMEOUT", "OK", "ERROR"]

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

@ -1,7 +1,7 @@
[lock-unlock-check.html]
expected:
if (os == "linux") and debug and webrender: ["OK", "ERROR"]
if (os == "mac") and not debug: ["OK", "ERROR"]
if (os == "linux") and debug and webrender and fission: ["OK", "ERROR"]
if (os == "mac") and debug: ["OK", "ERROR"]
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"]
if os == "android": ["TIMEOUT", "OK", "ERROR"]
[ERROR, OK]

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

@ -1,7 +1,7 @@
[orientation-reading.html]
expected:
if (os == "linux") and debug and webrender and not fission: ["OK", "ERROR"]
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"]
if (os == "mac") and debug: ["OK", "ERROR"]
if os == "android": ["TIMEOUT", "OK", "ERROR"]
[ERROR, OK]
[Test that screen.orientation values change if the orientation changes]

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

@ -11,8 +11,8 @@
[register-with-updateViaCache-imports-then-imports]
expected:
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
if (os == "win") and debug and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and fission and not debug: ["PASS", "NOTRUN"]
[register-with-updateViaCache-all-then-imports]
expected:
@ -21,8 +21,8 @@
[register-with-updateViaCache-undefined-then-none]
expected:
if (os == "linux") and not fission and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "linux") and fission and not debug: ["PASS", "TIMEOUT"]
if not fission and (os == "linux") and debug and not webrender: ["PASS", "NOTRUN"]
if fission and (os == "linux") and not debug: ["PASS", "TIMEOUT"]
[register-with-updateViaCache-none-then-undefined]
expected:
@ -108,17 +108,19 @@
[register-with-updateViaCache-undefined-then-all]
expected:
if (os == "linux") and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "win") and debug and webrender: ["PASS", "FAIL"]
if (os == "linux") and debug and not webrender: ["PASS", "NOTRUN"]
[register-with-updateViaCache-imports]
expected:
if (processor == "x86") and not debug and (os == "win"): ["PASS", "FAIL"]
if (processor == "x86") and debug: ["PASS", "FAIL"]
[register-with-updateViaCache-all]
expected:
if webrender and not debug and (os == "linux") and not fission: ["PASS", "FAIL"]
if webrender and debug and (os == "linux") and fission: ["PASS", "FAIL"]
if webrender and debug and (os == "win"): ["PASS", "FAIL"]
if not webrender and (processor == "x86") and not debug: ["PASS", "FAIL"]
if (os == "win") and not fission and not webrender and not debug and (processor == "x86"): ["PASS", "FAIL"]
if (os == "linux") and (processor == "x86_64") and webrender and debug and fission: ["PASS", "FAIL"]
if (os == "linux") and (processor == "x86_64") and webrender and not debug and not fission: ["PASS", "FAIL"]
if (os == "win") and not fission and webrender and debug: ["PASS", "FAIL"]
if (os == "linux") and (processor == "x86"): ["PASS", "FAIL"]

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

@ -1,4 +1,7 @@
[update-no-cache-request-headers.https.html]
[headers in no-cache mode]
expected: [PASS, FAIL]
expected:
if (os == "linux") and (processor == "x86_64") and not debug and webrender and not fission: ["FAIL", "PASS"]
if (os == "linux") and (processor == "x86"): ["FAIL", "PASS"]
[PASS, FAIL]

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

@ -1,10 +1,10 @@
[window.html]
expected:
if (processor == "x86_64") and not webrender and debug and (os == "android"): OK
if (processor == "x86_64") and not webrender and not debug and (os == "linux"): OK
if (processor == "x86_64") and not webrender and not debug and (os == "win"): OK
if (processor == "x86_64") and not webrender and not debug and (os == "android"): ["ERROR", "OK"]
if processor == "x86": OK
if (os == "linux") and not webrender and not debug and (processor == "x86"): OK
if (os == "linux") and webrender and not debug and not fission: ["ERROR", "OK"]
if (os == "win") and (processor == "x86_64") and not webrender and not debug: OK
if (os == "win") and (processor == "x86") and not debug: OK
if (os == "android") and not debug: ["ERROR", "OK"]
[OK, ERROR]
[transfer to and from an iframe should work]
expected: FAIL

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

@ -1,4 +1,6 @@
[correct-events-for-short-animations-with-syncbases.html]
[Correct events for short animations with syncbases]
expected: [PASS, FAIL]
expected:
if (processor == "x86") and (os == "linux"): ["FAIL", "PASS"]
[PASS, FAIL]

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

@ -26,3 +26,6 @@
[Subresource loading with WebBundle (Fetch API)]
expected: FAIL
[Subresource path contains the bundle's path (without a filename) as a prefix]
expected: NOTRUN

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

@ -1,3 +0,0 @@
[RTCQuicStream.https.html]
disabled:
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1534696

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

@ -1,4 +0,0 @@
[RTCQuicTransport.https.html]
disabled:
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1534696

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

@ -1,14 +1,14 @@
[RTCPeerConnection-addIceCandidate-connectionSetup.html]
expected:
if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["OK", "TIMEOUT"]
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["OK", "TIMEOUT"]
if (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if (os == "android") and debug: ["OK", "TIMEOUT"]
[Candidates are added at PC2; connection should work]
expected:
if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if (os == "android") and debug: ["PASS", "NOTRUN"]
[Candidates are added at PC1; connection should work]
expected:
if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["PASS", "TIMEOUT"]
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "TIMEOUT"]
if (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"]
if (os == "android") and debug: ["PASS", "TIMEOUT"]

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

@ -2,7 +2,6 @@
[generateCertificate() with 0 expires parameter should generate expired cert]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1402717
expected:
if (os == "win") and (processor == "x86") and debug: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86") and not debug: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86"): ["PASS", "FAIL"]
if (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"]

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

@ -6,6 +6,7 @@
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1278299
expected:
if (os == "win") and webrender and not debug and not fission: ["FAIL", "TIMEOUT"]
if (os == "mac") and not debug: ["FAIL", "TIMEOUT"]
FAIL
[iceConnectionState changes at the right time, with bundle policy max-bundle]

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

@ -2,6 +2,7 @@
expected:
if (processor == "x86") and (os == "win") and not debug: ["TIMEOUT", "OK"]
if (processor == "x86_64") and fission and (os == "win"): ["OK", "CRASH"]
if (processor == "x86") and (os == "win") and not debug: ["OK", "TIMEOUT"]
if (processor == "x86") and (os == "linux"): ["OK", "TIMEOUT"]
[Perfect negotiation setup connects with roles reversed]
expected:

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

@ -2,5 +2,8 @@
[event-timeout-order.any.worker.html]
[XMLHttpRequest: event - timeout (order of events)]
expected: [PASS, FAIL]
expected:
if (os == "mac") and debug: ["FAIL", "PASS"]
if (os == "mac") and not debug: ["FAIL", "PASS"]
[PASS, FAIL]

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