mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1654647 - [wpt-sync] Update web-platform-tests to c77e3a8040b5a2b09d0931f752077b3f14a3cb7e, a=testonly
MANUAL PUSH: wpt sync bot wpt-head: c77e3a8040b5a2b09d0931f752077b3f14a3cb7e wpt-type: landing
This commit is contained in:
parent
ff645675e8
commit
6a84b45b18
@ -107,9 +107,7 @@
|
||||
expected: [NOTRUN, PASS]
|
||||
|
||||
[File: [object File\]]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS, TIMEOUT]
|
||||
expected: [NOTRUN, PASS, TIMEOUT]
|
||||
|
||||
[Not serializable: Event: [object Event\]]
|
||||
expected: [NOTRUN, PASS]
|
||||
@ -118,48 +116,34 @@
|
||||
expected: [NOTRUN, PASS]
|
||||
|
||||
[Blob: [object Blob\]]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["PASS", "TIMEOUT"]
|
||||
[TIMEOUT, PASS]
|
||||
expected: [TIMEOUT, PASS]
|
||||
|
||||
|
||||
[structured-clone.any.worker.html?101-last]
|
||||
expected:
|
||||
if (os == "win") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
[TIMEOUT, OK]
|
||||
expected: [TIMEOUT, OK]
|
||||
[Not serializable: function: function() {}]
|
||||
expected:
|
||||
if (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
expected: [NOTRUN, PASS]
|
||||
|
||||
[Not serializable: MessageChannel: [object MessageChannel\]]
|
||||
expected:
|
||||
if (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
expected: [NOTRUN, PASS]
|
||||
|
||||
[Not serializable: symbol: Symbol(desc)]
|
||||
expected:
|
||||
if (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
||||
[NOTRUN, FAIL]
|
||||
expected: [NOTRUN, FAIL]
|
||||
|
||||
[File: [object File\]]
|
||||
expected:
|
||||
if (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS, TIMEOUT]
|
||||
|
||||
[Not serializable: Event: [object Event\]]
|
||||
expected:
|
||||
if (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
expected: [NOTRUN, PASS]
|
||||
|
||||
[Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]]
|
||||
expected:
|
||||
if (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
expected: [NOTRUN, PASS]
|
||||
|
||||
[Blob: [object Blob\]]
|
||||
expected:
|
||||
if (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"]
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"]
|
||||
[TIMEOUT, PASS]
|
||||
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
[iframe-all-local-schemes-inherit-self.sub.html]
|
||||
expected: TIMEOUT
|
||||
expected:
|
||||
if (os == "android") and not debug: ["TIMEOUT", "OK"]
|
||||
TIMEOUT
|
||||
[<iframe>'s about:blank inherits policy.]
|
||||
expected: TIMEOUT # bug 543435
|
||||
expected:
|
||||
if (os == "android") and not debug: ["TIMEOUT", "PASS"]
|
||||
TIMEOUT
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
[href-location-cross-origin-blocked.sub.html]
|
||||
disabled:
|
||||
if (os == "android"): Passes on debug but fails on optimized
|
||||
if os == "android": Passes on debug but fails on optimized
|
||||
[Violation report status OK.]
|
||||
expected:
|
||||
if processor == "x86": ["PASS", "FAIL"]
|
||||
|
||||
|
@ -1,11 +1,7 @@
|
||||
[spv-only-sent-to-initiator.sub.html]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
expected: [OK, TIMEOUT]
|
||||
[Test that no spv event is raised]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["NOTRUN", "FAIL"]
|
||||
[FAIL, NOTRUN]
|
||||
expected: [FAIL, NOTRUN]
|
||||
|
||||
[Violation report status OK.]
|
||||
expected: FAIL
|
||||
|
@ -1,6 +1,6 @@
|
||||
[relpos-percentage-top-in-scrollable.html]
|
||||
[Top percentage resolved correctly for overflow contribution]
|
||||
expected:
|
||||
if (os == "android") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "android") and debug: ["FAIL", "PASS"]
|
||||
if (os == "android") and not debug: ["PASS", "FAIL"]
|
||||
|
||||
|
@ -3,4 +3,6 @@
|
||||
if not fission and (os == "win") and webrender and not debug: ["PASS", "FAIL"]
|
||||
if not fission and (os == "linux") and debug and webrender: ["PASS", "FAIL"]
|
||||
if not fission and (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||
if fission: ["PASS", "FAIL", "ERROR"]
|
||||
if fission and (os == "linux") and debug: ["PASS", "FAIL", "ERROR"]
|
||||
if fission and (os == "linux") and not debug: ["FAIL", "PASS", "ERROR"]
|
||||
if fission and (os == "win"): ["PASS", "FAIL", "ERROR"]
|
||||
|
@ -1,5 +1,6 @@
|
||||
[list-style-image-zoom-dynamic.html]
|
||||
expected:
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and not debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and (processor == "x86") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
[FAIL, PASS]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[clip-path-descendant-text-mutated-001.html]
|
||||
expected:
|
||||
if (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
|
||||
[PASS, FAIL]
|
||||
|
@ -1,4 +1,6 @@
|
||||
[fragment-scrolling-anchors.html]
|
||||
[Verify scroll anchoring interaction with fragment scrolls]
|
||||
expected: FAIL
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["FAIL", "PASS"]
|
||||
FAIL
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[shape-outside-linear-gradient-003.html]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and webrender and not debug and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[shape-outside-linear-gradient-012.html]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and webrender and not debug and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
|
||||
if os == "mac": FAIL
|
||||
|
@ -1,6 +1,6 @@
|
||||
[shape-outside-linear-gradient-013.html]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and webrender and not debug and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
|
||||
if os == "mac": FAIL
|
||||
|
@ -1,6 +1,6 @@
|
||||
[shape-outside-linear-gradient-015.html]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
if (os == "win") and webrender and not debug and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
|
||||
if os == "mac": FAIL
|
||||
|
@ -1,4 +1,4 @@
|
||||
[writing-system-line-break-001.html]
|
||||
expected:
|
||||
if (processor == "x86") and debug: ["PASS", "FAIL"]
|
||||
if (processor == "x86") and not debug: ["PASS", "FAIL"]
|
||||
if (processor == "x86") and debug: ["PASS", "FAIL"]
|
||||
|
@ -0,0 +1,3 @@
|
||||
[line-box-direction-vlr-018.xht]
|
||||
expected:
|
||||
if (processor == "x86") and debug: ["PASS", "FAIL"]
|
@ -12,29 +12,26 @@
|
||||
|
||||
[Tests that the target_div gets scrollend event when click scrollbar on target.]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and not webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if (os == "linux") and debug: FAIL
|
||||
if os == "android": ["FAIL", "NOTRUN"]
|
||||
if os == "mac": NOTRUN
|
||||
if os == "android": ["FAIL", "NOTRUN"]
|
||||
[NOTRUN, FAIL]
|
||||
|
||||
[Tests that the target_div gets scrollend event when drag the thumb of target.]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
|
||||
if (os == "linux") and not debug and webrender: ["NOTRUN", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and not webrender: ["NOTRUN", "TIMEOUT"]
|
||||
if (os == "linux") and debug: TIMEOUT
|
||||
if os == "android": ["FAIL", "NOTRUN"]
|
||||
if os == "mac": NOTRUN
|
||||
if os == "android": ["FAIL", "NOTRUN"]
|
||||
[NOTRUN, FAIL]
|
||||
|
||||
[Tests that the target_div gets scrollend event when dragging scroll on target.]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if (os == "linux") and debug: FAIL
|
||||
if os == "android": ["FAIL", "TIMEOUT"]
|
||||
if os == "mac": TIMEOUT
|
||||
if os == "android": ["FAIL", "TIMEOUT"]
|
||||
[TIMEOUT, FAIL]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[inserthtml.html]
|
||||
min-asserts: 8
|
||||
max-asserts: 14
|
||||
min-asserts: 6
|
||||
[[["stylewithcss","true"\],["inserthtml","ab<b>c</b>d"\]\] "[foo<span style=color:#aBcDeF>bar\]</span>baz" compare innerHTML]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
[clearkey-mp4-playback-temporary-clear-encrypted.https.html]
|
||||
expected:
|
||||
if (os == "linux") and not debug and webrender and not fission: ["OK", "TIMEOUT"]
|
||||
[org.w3.clearkey, temporary, mp4, playback, single key, clear then encrypted content]
|
||||
expected:
|
||||
if (os == "win") and (processor == "aarch64"): FAIL
|
||||
if (os == "linux") and not debug and webrender and not fission: ["PASS", "TIMEOUT"]
|
||||
if os == "android": FAIL
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
[clearkey-mp4-reset-src-after-setmediakeys.https.html]
|
||||
expected:
|
||||
if (processor == "x86_64") and (os == "linux") and not debug and webrender and not fission: ["OK", "ERROR"]
|
||||
if (processor == "x86") and (os == "linux"): ["OK", "ERROR"]
|
||||
[Reset src after setMediaKeys().]
|
||||
expected:
|
||||
|
@ -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 not debug: ["PASS", "FAIL", "TIMEOUT"]
|
||||
|
||||
|
@ -0,0 +1,3 @@
|
||||
[response-clone-iframe.window.html]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["OK", "ERROR"]
|
@ -3,7 +3,8 @@
|
||||
if (os == "linux") or debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1642889
|
||||
[Check result]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86"): PASS
|
||||
if os == "android": PASS
|
||||
if not fission and (os == "win") and (processor == "x86"): PASS
|
||||
if not fission and (os == "android"): PASS
|
||||
if fission: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
[fullscreen-css-transition.html]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["OK", "ERROR"]
|
||||
if (os == "mac") and debug: ["ERROR", "OK"]
|
||||
if (os == "mac") and not debug: ["OK", "ERROR"]
|
||||
[Transitions should not be stopped by going fullscreen]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["PASS", "TIMEOUT"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and not debug: ["PASS", "TIMEOUT"]
|
||||
|
||||
|
@ -1,136 +1,117 @@
|
||||
[createImageBitmap-origin.sub.html]
|
||||
expected:
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): TIMEOUT
|
||||
if (os == "linux") and fission and debug: ["OK", "TIMEOUT"]
|
||||
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
|
||||
if (os == "win") and webrender: TIMEOUT
|
||||
if (os == "win") and not webrender and (processor == "x86") and not debug: TIMEOUT
|
||||
if (os == "win") and webrender and not fission: TIMEOUT
|
||||
if (os == "linux") and not webrender and debug: ["OK", "TIMEOUT"]
|
||||
[TIMEOUT, OK]
|
||||
[redirected to cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not fission and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if (os == "win") and not fission and not webrender and debug and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["NOTRUN", "PASS"]
|
||||
if (os == "linux") and not debug and not fission and webrender: ["NOTRUN", "PASS"]
|
||||
if (os == "win") and not fission and webrender and debug: ["NOTRUN", "PASS"]
|
||||
if (os == "win") and not fission and webrender and not debug: ["NOTRUN", "PASS"]
|
||||
if (os == "win") and not fission and not webrender and not debug: ["NOTRUN", "PASS"]
|
||||
if (os == "linux") and debug and not webrender: ["NOTRUN", "PASS"]
|
||||
[PASS, NOTRUN]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
|
||||
if (os == "win") and webrender and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender and not fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "android") and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
|
||||
[redirected to cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||
expected:
|
||||
if (os == "win") and not fission and debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if (os == "linux") and not debug and not fission and (processor == "x86_64") and not webrender: ["TIMEOUT", "NOTRUN", "PASS"]
|
||||
if (os == "linux") and not debug and not fission and (processor == "x86"): ["NOTRUN", "TIMEOUT", "PASS"]
|
||||
if (os == "linux") and debug and webrender and fission: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "linux") and not debug and fission: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "android") and not debug: ["PASS", "NOTRUN", "TIMEOUT"]
|
||||
if (os == "win") and fission: ["TIMEOUT", "NOTRUN"]
|
||||
if (os == "mac") and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if (os == "win") and not fission and not webrender and (processor == "x86") and not debug: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if (os == "win") and not fission and webrender and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and not fission and webrender and debug: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "android") and debug: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if (os == "win") and fission: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS, TIMEOUT]
|
||||
|
||||
[unclean HTMLCanvasElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||
expected:
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): NOTRUN
|
||||
if (os == "linux") and fission and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender: NOTRUN
|
||||
if (os == "win") and not webrender and (processor == "x86") and not debug: NOTRUN
|
||||
if (os == "win") and webrender and not fission: NOTRUN
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
|
||||
[unclean HTMLCanvasElement: origin unclear getImageData]
|
||||
expected:
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): NOTRUN
|
||||
if (os == "linux") and fission and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender: NOTRUN
|
||||
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not webrender and (processor == "x86") and not debug: NOTRUN
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender and not fission: NOTRUN
|
||||
[NOTRUN, PASS]
|
||||
|
||||
[cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||
expected:
|
||||
if (os == "win") and not fission and not webrender and debug and (processor == "x86"): ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and not debug and not fission and not webrender and (processor == "x86"): ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and not fission and not webrender and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and not fission and webrender and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and not fission and webrender and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and not debug and not fission and webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "TIMEOUT"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): ["PASS", "TIMEOUT"]
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "TIMEOUT"]
|
||||
if (os == "win") and webrender and not fission: ["PASS", "TIMEOUT"]
|
||||
if (os == "win") and webrender and fission: ["PASS", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||
if (os == "mac") and not debug: ["PASS", "TIMEOUT"]
|
||||
[TIMEOUT, PASS]
|
||||
|
||||
[redirected to same-origin HTMLVideoElement: origin unclear getImageData]
|
||||
expected:
|
||||
if (os == "linux") and fission and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "android") and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "android") and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and fission: NOTRUN
|
||||
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not fission and webrender and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
|
||||
[redirected to same-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
|
||||
expected:
|
||||
if (os == "linux") and fission and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "android") and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "android") and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and fission: NOTRUN
|
||||
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not fission and webrender and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
|
||||
[unclean ImageBitmap: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||
expected:
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): NOTRUN
|
||||
if (os == "linux") and fission and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender: NOTRUN
|
||||
if (os == "win") and not webrender and (processor == "x86") and not debug: NOTRUN
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender and not fission: NOTRUN
|
||||
[NOTRUN, PASS]
|
||||
|
||||
[redirected to same-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||
expected:
|
||||
if (os == "win") and not fission and not webrender and (processor == "x86") and not debug: ["NOTRUN", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and not fission and (processor == "x86"): ["NOTRUN", "TIMEOUT", "PASS"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["NOTRUN", "PASS"]
|
||||
if (os == "linux") and debug and webrender and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not fission and webrender: ["NOTRUN", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||
if (os == "android") and not debug: ["TIMEOUT", "NOTRUN", "PASS"]
|
||||
if (os == "mac") and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and fission: NOTRUN
|
||||
if (os == "win") and not fission and webrender and debug: ["NOTRUN", "TIMEOUT"]
|
||||
if (os == "win") and not fission and webrender and not debug: ["TIMEOUT", "NOTRUN"]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["NOTRUN", "TIMEOUT", "PASS"]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["NOTRUN", "TIMEOUT", "PASS"]
|
||||
if (os == "linux") and webrender and debug and fission: ["NOTRUN", "PASS"]
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if (os == "win") and fission: ["NOTRUN", "TIMEOUT", "PASS"]
|
||||
[NOTRUN, PASS, TIMEOUT]
|
||||
|
||||
[redirected to cross-origin HTMLVideoElement: origin unclear getImageData]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not fission and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if (os == "win") and not fission and not webrender and debug and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["NOTRUN", "PASS"]
|
||||
if (os == "linux") and not debug and not fission and webrender: ["NOTRUN", "PASS"]
|
||||
if (os == "win") and not fission and webrender and debug: ["NOTRUN", "PASS"]
|
||||
if (os == "win") and not fission and webrender and not debug: ["NOTRUN", "PASS"]
|
||||
if (os == "win") and not fission and not webrender and not debug: ["NOTRUN", "PASS"]
|
||||
if (os == "linux") and debug and not webrender: ["NOTRUN", "PASS"]
|
||||
[PASS, NOTRUN]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender and not fission: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "android") and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
|
||||
[unclean ImageBitmap: origin unclear getImageData]
|
||||
expected:
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): NOTRUN
|
||||
if (os == "linux") and fission and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender: NOTRUN
|
||||
if (os == "win") and not webrender and (processor == "x86") and not debug: NOTRUN
|
||||
if (os == "win") and webrender and not fission: NOTRUN
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
|
||||
[unclean HTMLCanvasElement: origin unclear 2dContext.drawImage]
|
||||
expected:
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): NOTRUN
|
||||
if (os == "linux") and fission and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender: NOTRUN
|
||||
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not webrender and (processor == "x86") and not debug: NOTRUN
|
||||
if (os == "win") and webrender and not fission: NOTRUN
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
[NOTRUN, PASS]
|
||||
|
||||
[unclean ImageBitmap: origin unclear 2dContext.drawImage]
|
||||
expected:
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): NOTRUN
|
||||
if (os == "linux") and fission and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender: NOTRUN
|
||||
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not webrender and (processor == "x86") and not debug: NOTRUN
|
||||
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and webrender and not fission: NOTRUN
|
||||
[NOTRUN, PASS]
|
||||
|
||||
|
@ -21,18 +21,12 @@
|
||||
[createImageBitmap in e-sRGB from a transparent sRGB HTMLImageElement (BMP, ICO, PNG, WEBP) with resize.]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap in e-sRGB from a transparent sRGB Blob with resize.]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap in e-sRGB from a sRGB HTMLVideoElement with resize.]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap in e-sRGB from an opaque e-sRGB HTMLCanvasElement with resize.]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap in e-sRGB from an opaque sRGB Blob with resize.]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap in e-sRGB from a transparent sRGB Blob (BMP, ICO, PNG, WEBP) with resize.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,9 +1,12 @@
|
||||
[offscreencanvas.commit.w.html]
|
||||
expected:
|
||||
if webrender and (os == "win") and not debug and not fission: ["ERROR", "OK"]
|
||||
if not webrender and (os == "win") and debug and (processor == "x86_64"): ["ERROR", "OK"]
|
||||
if webrender and (os == "win") and debug: ["ERROR", "OK"]
|
||||
if not webrender and (os == "mac") and debug: ["ERROR", "OK"]
|
||||
if (os == "linux") and (processor == "x86_64") and not debug and webrender and fission: ["ERROR", "OK"]
|
||||
if (os == "linux") and (processor == "x86_64") and debug and webrender and not fission: ["ERROR", "OK"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86"): ["ERROR", "OK"]
|
||||
if (os == "linux") and (processor == "x86_64") and not debug and not webrender: ["ERROR", "OK"]
|
||||
if (os == "win") and not webrender and debug: ["ERROR", "OK"]
|
||||
if (os == "mac") and debug: ["ERROR", "OK"]
|
||||
if (os == "mac") and not debug: ["ERROR", "OK"]
|
||||
[OK, ERROR]
|
||||
[Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.]
|
||||
expected: FAIL
|
||||
|
@ -5,11 +5,8 @@
|
||||
|
||||
[cross-origin > w => w.close()]
|
||||
expected:
|
||||
if (os == "linux") and (processor == "x86_64") and not debug and webrender and not fission: [FAIL, TIMEOUT]
|
||||
if (os == "win") and webrender and not debug and not fission: [FAIL, TIMEOUT]
|
||||
if (os == "win") and not webrender and (processor == "x86_64"): [FAIL, TIMEOUT]
|
||||
if (os == "mac") and not debug: TIMEOUT
|
||||
if (os == "linux") and (processor == "x86"): [FAIL, TIMEOUT]
|
||||
if not debug and not fission and not webrender and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and not fission and webrender: ["FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
[same-site > w => w.opener]
|
||||
@ -65,15 +62,13 @@
|
||||
|
||||
[cross-origin > w => w.closed]
|
||||
expected:
|
||||
if not debug and (os == "win") and not fission and (processor == "x86"): TIMEOUT
|
||||
if not debug and (os == "win") and not fission and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
|
||||
if not debug and (os == "linux") and webrender and fission: TIMEOUT
|
||||
if not debug and (os == "linux") and webrender and not fission: [TIMEOUT, NOTRUN]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [TIMEOUT, FAIL]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): [TIMEOUT, NOTRUN, FAIL]
|
||||
if not debug and (os == "win") and webrender and fission: TIMEOUT
|
||||
if not debug and (os == "win") and webrender and not fission: [TIMEOUT, NOTRUN]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): [TIMEOUT, NOTRUN]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): TIMEOUT
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
if not debug and (os == "linux") and webrender and not fission: ["TIMEOUT", "NOTRUN"]
|
||||
if not debug and (os == "win") and fission: TIMEOUT
|
||||
if not debug and (os == "linux") and not webrender: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
FAIL
|
||||
|
||||
[same-site > w => w.location = "#"]
|
||||
@ -105,19 +100,17 @@
|
||||
|
||||
[cross-origin > w => w.frames]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): [NOTRUN, TIMEOUT]
|
||||
if debug and (os == "linux") and fission: [FAIL, TIMEOUT]
|
||||
if debug and (os == "linux") and not fission: [FAIL, TIMEOUT]
|
||||
if not debug and (os == "linux") and not webrender: ["NOTRUN", "TIMEOUT"]
|
||||
if debug and (os == "mac"): ["TIMEOUT", "FAIL", "NOTRUN"]
|
||||
if debug and (os == "win"): FAIL
|
||||
if debug and (os == "mac"): [TIMEOUT, NOTRUN]
|
||||
if debug and (os == "linux"): ["FAIL", "TIMEOUT"]
|
||||
NOTRUN
|
||||
|
||||
[cross-origin > w => w[0\]]
|
||||
expected:
|
||||
if debug and (os == "linux") and fission: [TIMEOUT, NOTRUN]
|
||||
if debug and (os == "linux") and not fission: [TIMEOUT, NOTRUN]
|
||||
if debug and (os == "linux"): ["TIMEOUT", "NOTRUN"]
|
||||
if debug and (os == "win"): TIMEOUT
|
||||
if debug and (os == "mac"): ["NOTRUN", "TIMEOUT"]
|
||||
NOTRUN
|
||||
|
||||
[same-site > w => w[0\]]
|
||||
@ -128,10 +121,9 @@
|
||||
|
||||
[cross-origin > w => w.focus()]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): [NOTRUN, FAIL]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, FAIL]
|
||||
if not debug and (os == "linux") and not webrender: ["NOTRUN", "FAIL"]
|
||||
if debug and (os == "linux"): FAIL
|
||||
if debug and (os == "mac"): [FAIL, TIMEOUT]
|
||||
if debug and (os == "mac"): ["FAIL", "TIMEOUT"]
|
||||
if debug and (os == "win"): FAIL
|
||||
NOTRUN
|
||||
|
||||
|
@ -1,19 +1,19 @@
|
||||
[report-only-from-unsafe-none.https.html]
|
||||
expected:
|
||||
if not debug and not webrender and (os == "linux") and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and not webrender and (os == "win") and (processor == "x86"): ["OK", "TIMEOUT"]
|
||||
if not debug and not webrender and (os == "win") and (processor == "x86_64"): TIMEOUT
|
||||
if not debug and not webrender and (os == "mac"): TIMEOUT
|
||||
if not debug and webrender: TIMEOUT
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["TIMEOUT", "OK"]
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and webrender: TIMEOUT
|
||||
if not debug and (processor == "x86_64") and (os == "mac"): TIMEOUT
|
||||
if not debug and (processor == "x86_64") and (os == "win"): TIMEOUT
|
||||
if not debug and (processor == "x86") and (os == "linux"): ["TIMEOUT", "OK"]
|
||||
if not debug and (processor == "x86") and (os == "win"): ["OK", "TIMEOUT"]
|
||||
[coop reporting test Report only tests for an opener without any COOP/COOP report only set to CROSS_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
|
||||
expected:
|
||||
if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and not webrender and (os == "linux") and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and not webrender and (os == "win") and (processor == "x86_64"): TIMEOUT
|
||||
if not debug and not webrender and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and not webrender and (os == "mac"): TIMEOUT
|
||||
if not debug and webrender: TIMEOUT
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and webrender: TIMEOUT
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (processor == "x86_64") and (os == "win"): TIMEOUT
|
||||
if not debug and (processor == "x86_64") and (os == "mac"): TIMEOUT
|
||||
if not debug and (processor == "x86") and (os == "win"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (processor == "x86") and (os == "linux"): ["TIMEOUT", "FAIL"]
|
||||
FAIL
|
||||
|
||||
[coop reporting test Report only tests for an opener without any COOP/COOP report only set to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
|
||||
@ -21,10 +21,10 @@
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if not debug and not webrender and (os == "linux") and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and not webrender and (os == "win") and (processor == "x86"): ["PASS", "NOTRUN"]
|
||||
if not debug and not webrender and (os == "win") and (processor == "x86_64"): NOTRUN
|
||||
if not debug and not webrender and (os == "mac"): NOTRUN
|
||||
if not debug and webrender: NOTRUN
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and webrender: NOTRUN
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["NOTRUN", "PASS"]
|
||||
if not debug and (processor == "x86_64") and (os == "win"): NOTRUN
|
||||
if not debug and (processor == "x86_64") and (os == "mac"): NOTRUN
|
||||
if not debug and (processor == "x86") and (os == "win"): ["PASS", "NOTRUN"]
|
||||
if not debug and (processor == "x86") and (os == "linux"): ["NOTRUN", "PASS"]
|
||||
|
||||
|
@ -1,34 +1,34 @@
|
||||
[report-only-same-origin-report-to.https.html]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and not webrender: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and webrender: TIMEOUT
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
if not debug and (os == "win"): TIMEOUT
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
|
||||
expected:
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and webrender: TIMEOUT
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (processor == "x86_64") and (os == "mac"): TIMEOUT
|
||||
if not debug and (processor == "x86_64") and (os == "win"): TIMEOUT
|
||||
if not debug and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (processor == "x86") and (os == "linux"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (processor == "x86") and (os == "win"): ["FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
|
||||
expected:
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and webrender: NOTRUN
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["PASS", "NOTRUN", "TIMEOUT"]
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (processor == "x86") and (os == "win"): ["TIMEOUT", "NOTRUN"]
|
||||
if not debug and (processor == "x86") and (os == "linux"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (processor == "x86_64") and (os == "win"): NOTRUN
|
||||
if not debug and (processor == "x86_64") and (os == "mac"): NOTRUN
|
||||
if not debug and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and (os == "linux") and webrender: NOTRUN
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
if not debug and (os == "linux") and not webrender: ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "win"): NOTRUN
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with , , , ]
|
||||
expected: FAIL
|
||||
|
@ -1,18 +1,16 @@
|
||||
[report-only-same-origin.https.html]
|
||||
expected:
|
||||
if not debug and (os == "linux") and webrender and fission: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and webrender and not fission: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and webrender: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "win") and (processor == "x86"): ["OK", "TIMEOUT"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", require-corp]
|
||||
expected:
|
||||
if not debug and (os == "linux") and webrender and fission: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and webrender and not fission: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["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"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
@ -23,10 +21,9 @@
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if not debug and (os == "linux") and webrender and not fission: ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "linux") and webrender and fission: ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "win") and (processor == "x86"): ["PASS", "TIMEOUT", "NOTRUN"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
|
@ -1,37 +1,33 @@
|
||||
[reporting-popup-same-origin-allow-popups-report-to.https.html]
|
||||
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 == "linux") and webrender: TIMEOUT
|
||||
if not debug and (os == "win"): TIMEOUT
|
||||
if not debug and (os == "linux") and not webrender: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
if not debug and (os == "win"): TIMEOUT
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin, require-corp, , ]
|
||||
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"]
|
||||
if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender: ["NOTRUN", "FAIL"]
|
||||
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "NOTRUN"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
FAIL
|
||||
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin-allow-popups; report-to="coop-popup-report-endpoint", require-corp, , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and not webrender: ["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"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
FAIL
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and (os == "linux") and not webrender: ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "linux") and webrender: NOTRUN
|
||||
if not debug and (os == "win"): NOTRUN
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
if not debug and (os == "win"): NOTRUN
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected: FAIL
|
||||
|
@ -1,30 +1,27 @@
|
||||
[reporting-popup-same-origin-report-to.https.html]
|
||||
expected:
|
||||
if not fission and (os == "win") and debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not fission and (os == "linux") and (processor == "x86_64") and not debug and not webrender: ["TIMEOUT", "OK"]
|
||||
if not fission and (os == "linux") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "OK"]
|
||||
if not fission and (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
|
||||
if not fission and (os == "linux") and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if fission and debug: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and (processor == "x86_64") and not debug and not webrender: ["TIMEOUT", "OK"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
TIMEOUT
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none, , , ]
|
||||
expected:
|
||||
if debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN", "FAIL"]
|
||||
if debug and (os == "linux") and fission: ["FAIL", "TIMEOUT"]
|
||||
if debug and (os == "linux") and not fission: ["TIMEOUT", "FAIL"]
|
||||
if debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if debug and (os == "win") and webrender: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and not webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if debug and (os == "linux"): ["TIMEOUT", "FAIL"]
|
||||
if debug and (os == "mac"): ["TIMEOUT", "NOTRUN"]
|
||||
NOTRUN
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not fission and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not fission and not webrender and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not fission and webrender: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and not fission and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and not fission and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and not fission and webrender: ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT
|
||||
if not debug and (os == "linux") and fission: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "win") and webrender: ["TIMEOUT", "FAIL"]
|
||||
@ -33,11 +30,10 @@
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if (os == "linux") and not fission and webrender and debug: ["NOTRUN", "PASS"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if (os == "linux") and fission and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and not fission and not webrender: ["NOTRUN", "PASS"]
|
||||
if (os == "linux") and not debug and not webrender: ["NOTRUN", "PASS"]
|
||||
if (os == "win") and debug and webrender: ["NOTRUN", "PASS"]
|
||||
if (os == "linux") and debug: ["NOTRUN", "PASS"]
|
||||
NOTRUN
|
||||
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
@ -45,20 +41,19 @@
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and webrender and fission: ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and webrender and not fission: ["NOTRUN", "TIMEOUT"]
|
||||
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"): ["TIMEOUT", "NOTRUN", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): NOTRUN
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "win") and webrender: ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
if not debug and webrender and (os == "linux") and not fission: ["TIMEOUT", "NOTRUN"]
|
||||
if not debug and webrender and (os == "linux") and fission: ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and not webrender and (os == "win") and (processor == "x86_64"): NOTRUN
|
||||
if not debug and not webrender and (os == "win") and (processor == "x86"): ["TIMEOUT", "NOTRUN"]
|
||||
if not debug and not webrender and (os == "linux") and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["NOTRUN", "TIMEOUT", "FAIL"]
|
||||
if not debug and webrender and (os == "win"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and not webrender and (os == "mac"): NOTRUN
|
||||
FAIL
|
||||
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
||||
if not debug and (os == "linux") and not webrender: ["NOTRUN", "FAIL"]
|
||||
if debug and (os == "linux"): FAIL
|
||||
if debug and (os == "mac"): ["FAIL", "TIMEOUT"]
|
||||
if debug and (os == "win"): FAIL
|
||||
|
@ -1,35 +1,33 @@
|
||||
[reporting-popup-same-origin.https.html]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and not webrender: ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and webrender: TIMEOUT
|
||||
if not debug and (os == "win"): TIMEOUT
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
if not debug and (os == "win"): TIMEOUT
|
||||
[coop reporting test reporting same origin to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and webrender: TIMEOUT
|
||||
if not debug and (processor == "x86") and (os == "linux"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (processor == "x86") and (os == "win"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (processor == "x86") and (os == "linux"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (processor == "x86_64") and (os == "win"): TIMEOUT
|
||||
if not debug and (processor == "x86_64") and (os == "mac"): TIMEOUT
|
||||
FAIL
|
||||
|
||||
[coop reporting test reporting same origin to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and webrender: NOTRUN
|
||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if not debug and (processor == "x86") and (os == "win"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (processor == "x86") and (os == "linux"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (processor == "x86_64") and (os == "mac"): NOTRUN
|
||||
if not debug and (processor == "x86_64") and (os == "win"): NOTRUN
|
||||
if not debug and (processor == "x86") and (os == "linux"): ["TIMEOUT", "NOTRUN"]
|
||||
if not debug and (processor == "x86") and (os == "win"): ["NOTRUN", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "linux") and webrender: NOTRUN
|
||||
if not debug and (os == "linux") and not webrender: ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "win"): NOTRUN
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
|
||||
@ -38,9 +36,8 @@
|
||||
|
||||
[coop reporting test reporting same origin to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and (os == "linux") and webrender: NOTRUN
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
if not debug and (os == "linux") and not webrender: ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "win"): NOTRUN
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
|
||||
|
@ -1,38 +0,0 @@
|
||||
[reporting-popup-unafe-none-report-to.https.html]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||
if not debug and (os == "linux") and webrender: TIMEOUT
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
if not debug and (os == "win"): TIMEOUT
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "win") and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and webrender: NOTRUN
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
FAIL
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin, , , ]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||
if not debug and (os == "win") and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux") and webrender: TIMEOUT
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
FAIL
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||
if not debug and (os == "linux") and webrender: NOTRUN
|
||||
if not debug and (os == "win"): NOTRUN
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected: FAIL
|
||||
|
@ -1,23 +1,28 @@
|
||||
[reporting-popup-unsafe-none-report-to.https.html]
|
||||
expected:
|
||||
if not debug: TIMEOUT
|
||||
if debug: OK
|
||||
TIMEOUT
|
||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected:
|
||||
if not debug and webrender and (os == "linux"): NOTRUN
|
||||
if not debug and webrender and (os == "win"): ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and not webrender: NOTRUN
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): NOTRUN
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): TIMEOUT
|
||||
if not debug and (os == "win") and webrender: ["NOTRUN", "TIMEOUT"]
|
||||
if not debug and (os == "linux"): NOTRUN
|
||||
if not debug and (os == "mac"): NOTRUN
|
||||
FAIL
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin, , , ]
|
||||
expected:
|
||||
if not debug and webrender and (os == "linux"): TIMEOUT
|
||||
if not debug and webrender and (os == "win"): ["TIMEOUT", "FAIL"]
|
||||
if not debug and not webrender: TIMEOUT
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT
|
||||
if not debug and (os == "win") and webrender: ["TIMEOUT", "FAIL"]
|
||||
if not debug and (os == "linux"): TIMEOUT
|
||||
if not debug and (os == "mac"): TIMEOUT
|
||||
FAIL
|
||||
|
||||
[verify remaining reports]
|
||||
expected:
|
||||
if not debug: NOTRUN
|
||||
if debug: PASS
|
||||
NOTRUN
|
||||
|
||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||
expected: FAIL
|
||||
|
@ -1,9 +1,7 @@
|
||||
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]
|
||||
expected: [TIMEOUT, OK]
|
||||
[data frame: self.isSecureContext]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -45,7 +45,9 @@
|
||||
|
||||
[utf-16be.html?include=workers]
|
||||
expected:
|
||||
if fission and not debug: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
@ -59,7 +61,9 @@
|
||||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if fission and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
|
@ -43,23 +43,23 @@
|
||||
|
||||
[utf-16le.html?include=workers]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "OK"]
|
||||
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "OK"]
|
||||
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["TIMEOUT", "OK"]
|
||||
if (os == "win") and (processor == "x86") 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 == "linux") and not debug: ["FAIL", "TIMEOUT"]
|
||||
if not webrender and (os == "mac"): ["FAIL", "TIMEOUT"]
|
||||
if (processor == "x86_64") and (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"]
|
||||
if (processor == "x86_64") and (os == "mac"): ["FAIL", "TIMEOUT"]
|
||||
if processor == "x86": ["FAIL", "TIMEOUT"]
|
||||
FAIL
|
||||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
@ -67,7 +67,7 @@
|
||||
|
||||
[Worker() in a shared worker]
|
||||
expected:
|
||||
if webrender and (os == "linux"): ["PASS", "TIMEOUT"]
|
||||
if (os == "linux") and webrender: ["PASS", "TIMEOUT"]
|
||||
|
||||
|
||||
[utf-16le.html?include=loading]
|
||||
|
@ -32,7 +32,10 @@
|
||||
|
||||
|
||||
[utf-8.html?include=workers]
|
||||
expected: [OK, TIMEOUT]
|
||||
expected:
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
|
||||
@ -43,7 +46,10 @@
|
||||
FAIL
|
||||
|
||||
[SharedWorker constructor]
|
||||
expected: [PASS, TIMEOUT]
|
||||
expected:
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
expected: FAIL
|
||||
|
@ -287,8 +287,7 @@
|
||||
|
||||
[windows-1251.html?include=workers]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not fission: ["TIMEOUT", "OK"]
|
||||
if os == "mac": ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and fission and debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
@ -300,8 +299,7 @@
|
||||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not fission: ["TIMEOUT", "PASS"]
|
||||
if os == "mac": ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and fission and debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
|
@ -115,7 +115,9 @@
|
||||
|
||||
[windows-1252.html?include=workers]
|
||||
expected:
|
||||
if (os == "linux") and fission and not debug: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and not debug and not webrender: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[SharedWorker() in a shared worker]
|
||||
expected: FAIL
|
||||
@ -128,7 +130,9 @@
|
||||
|
||||
[SharedWorker constructor]
|
||||
expected:
|
||||
if (os == "linux") and fission and not debug: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["TIMEOUT", "PASS"]
|
||||
if (os == "linux") and not debug and not webrender: ["TIMEOUT", "PASS"]
|
||||
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
|
||||
[PASS, TIMEOUT]
|
||||
|
||||
[SharedWorker() in a dedicated worker]
|
||||
|
@ -1,8 +1,10 @@
|
||||
[track-mode-not-changed-by-new-track.html]
|
||||
[A track appended after the initial track configuration does not change other tracks]
|
||||
expected:
|
||||
if (os == "linux") and not fission and debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]
|
||||
if (os == "android") and debug: ["PASS", "FAIL"]
|
||||
if (os == "android") and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and fission: ["PASS", "FAIL"]
|
||||
if os == "android": ["PASS", "FAIL"]
|
||||
|
||||
|
@ -6,3 +6,6 @@
|
||||
[navigating an existing embed: nonexistent host]
|
||||
expected: TIMEOUT
|
||||
|
||||
[new embed: X-Frame-Options prevents embedding]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
@ -5,3 +5,9 @@
|
||||
[Below-viewport iframes load lazily]
|
||||
expected: FAIL
|
||||
|
||||
[Below-viewport blob url iframes load lazily]
|
||||
expected: FAIL
|
||||
|
||||
[Below-viewport data: url iframes load lazily]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
[image-loading-lazy-load-event.html]
|
||||
[In-viewport loading=lazy images do not block the window load event]
|
||||
expected: [PASS, FAIL]
|
||||
|
@ -3,31 +3,26 @@
|
||||
expected:
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||
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 == "win") and webrender: PASS
|
||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "mac"): PASS
|
||||
if not debug and (os == "linux"): ["PASS", "FAIL"]
|
||||
FAIL
|
||||
|
||||
[window error: Move parse-error external classic script to iframe after-prepare]
|
||||
expected:
|
||||
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 webrender and (processor == "x86"): PASS
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and webrender: PASS
|
||||
if not debug and (os == "mac"): PASS
|
||||
if not debug and (os == "linux"): ["PASS", "FAIL"]
|
||||
FAIL
|
||||
|
||||
[<script> error: Move parse-error external classic script to iframe after-prepare]
|
||||
expected:
|
||||
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"): ["FAIL", "PASS"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender: ["FAIL", "PASS"]
|
||||
if not debug and (os == "win") and webrender: FAIL
|
||||
if not debug and (os == "mac"): FAIL
|
||||
|
||||
|
@ -1,33 +1,28 @@
|
||||
[after-prepare-iframe-parse-error-external-module.html]
|
||||
[<script> error: Move parse-error external module script to iframe after-prepare]
|
||||
expected:
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and webrender: FAIL
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender: ["FAIL", "PASS"]
|
||||
if not debug and (os == "win") and webrender: FAIL
|
||||
if not debug and (os == "mac"): FAIL
|
||||
|
||||
[window error: Move parse-error external module script to iframe after-prepare]
|
||||
expected:
|
||||
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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and webrender: PASS
|
||||
if not debug and (os == "mac"): PASS
|
||||
if not debug and (os == "linux"): ["PASS", "FAIL"]
|
||||
FAIL
|
||||
|
||||
[<script> load: Move parse-error external module script to iframe after-prepare]
|
||||
expected:
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||
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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and webrender: PASS
|
||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "mac"): PASS
|
||||
if not debug and (os == "linux"): ["PASS", "FAIL"]
|
||||
FAIL
|
||||
|
||||
|
@ -3,31 +3,26 @@
|
||||
expected:
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and webrender: FAIL
|
||||
if not debug and (os == "linux") and not webrender: ["FAIL", "PASS"]
|
||||
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
|
||||
if not debug and (os == "mac"): FAIL
|
||||
|
||||
[<script> load: Move success external classic script to iframe after-prepare]
|
||||
expected:
|
||||
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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and webrender: PASS
|
||||
if not debug and (os == "mac"): PASS
|
||||
if not debug and (os == "linux"): ["PASS", "FAIL"]
|
||||
FAIL
|
||||
|
||||
[Eval: Move success external classic script to iframe after-prepare]
|
||||
expected:
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||
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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and webrender: PASS
|
||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "mac"): PASS
|
||||
if not debug and (os == "linux"): ["PASS", "FAIL"]
|
||||
FAIL
|
||||
|
||||
|
@ -1,33 +1,28 @@
|
||||
[after-prepare-iframe-success-external-module.html]
|
||||
[<script> load: Move success external module script to iframe after-prepare]
|
||||
expected:
|
||||
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 == "win") and not webrender and (processor == "x86"): PASS
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "win") and webrender: PASS
|
||||
if not debug and (os == "mac"): PASS
|
||||
if not debug and (os == "linux"): ["PASS", "FAIL"]
|
||||
FAIL
|
||||
|
||||
[Eval: Move success external module script to iframe after-prepare]
|
||||
expected:
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||
if not debug and (os == "win") 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 == "win") and webrender: PASS
|
||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||
if not debug and (os == "mac"): PASS
|
||||
if not debug and (os == "linux"): ["PASS", "FAIL"]
|
||||
FAIL
|
||||
|
||||
[<script> error: Move success external module script to iframe after-prepare]
|
||||
expected:
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
|
||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
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"): ["FAIL", "PASS"]
|
||||
if not debug and (os == "win") and webrender: FAIL
|
||||
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
|
||||
if not debug and (os == "linux") and not webrender: ["FAIL", "PASS"]
|
||||
if not debug and (os == "win") and webrender: FAIL
|
||||
if not debug and (os == "mac"): FAIL
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
[before-prepare-iframe-parse-error-external-module.html]
|
||||
[<script> error: Move parse-error external module script to iframe before-prepare]
|
||||
expected:
|
||||
if (os == "linux") and not fission and debug and webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not fission and debug and not webrender: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not fission and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and not fission: ["PASS", "FAIL"]
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
[inert-retargeting-iframe.tentative.html]
|
||||
expected: ERROR
|
||||
expected:
|
||||
if os == "linux": ERROR
|
||||
if os == "mac": ERROR
|
||||
[Tests that any mouse event on an inert element is targeted to the nearest non-inert ancestor at the same coordinates]
|
||||
expected: FAIL
|
||||
|
||||
@ -7,9 +9,11 @@
|
||||
disabled:
|
||||
if webrender and debug and (os == "linux"): wpt-sync Bug 1564668
|
||||
expected:
|
||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||
if debug and (os == "win"): ["PASS", "FAIL"]
|
||||
|
||||
[Tests that any pointer event on an inert element is targeted to the nearest non-inert ancestor at the same coordinates]
|
||||
expected: FAIL
|
||||
|
||||
[elementsFromPoint returns inert element]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8,6 +8,8 @@
|
||||
|
||||
[Tests that any mouse event on a non-inert element is correctly targeted to that element]
|
||||
expected:
|
||||
if webrender and not debug and (os == "linux") and not fission: ["PASS", "FAIL"]
|
||||
if webrender and debug and (os == "linux") and not fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and not fission: ["PASS", "FAIL"]
|
||||
|
||||
[elementsFromPoint returns inert element]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
[cross-origin-iframe.sub.html]
|
||||
[First rAF]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not webrender: ["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 == "android"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "win"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "mac"): ["PASS", "FAIL"]
|
||||
|
@ -1,9 +1,9 @@
|
||||
[MediaStreamTrack-MediaElement-disabled-video-is-black.https.html]
|
||||
expected:
|
||||
if webrender and (os == "linux") and not debug and not fission: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and webrender and not fission: ["OK", "TIMEOUT"]
|
||||
[Tests that a disabled video track in a MediaStream is rendered as blackness]
|
||||
expected:
|
||||
if (os == "linux") and (processor == "x86_64") and fission and debug: PASS
|
||||
if (os == "linux") and fission and debug: PASS
|
||||
if os == "win": PASS
|
||||
[PASS, FAIL]
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
local: c1be28b9a5b779d788d11fe9458fe8608b68dee9
|
||||
upstream: b2a666d93581a71e9338b2ead5dd4d6ef67f1c0d
|
||||
upstream: c77e3a8040b5a2b09d0931f752077b3f14a3cb7e
|
||||
|
@ -1,15 +0,0 @@
|
||||
[sandboxed_FileSystemDirectoryHandle-getEntries.https.any.worker.html]
|
||||
[getEntries(): returning early from an iteration works]
|
||||
expected: FAIL
|
||||
|
||||
[getEntries(): full iteration works]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[sandboxed_FileSystemDirectoryHandle-getEntries.https.any.html]
|
||||
[getEntries(): returning early from an iteration works]
|
||||
expected: FAIL
|
||||
|
||||
[getEntries(): full iteration works]
|
||||
expected: FAIL
|
||||
|
@ -0,0 +1,33 @@
|
||||
[sandboxed_FileSystemDirectoryHandle-iteration.https.any.html]
|
||||
[values: full iteration works]
|
||||
expected: FAIL
|
||||
|
||||
[returning early from an iteration doesn't crash]
|
||||
expected: FAIL
|
||||
|
||||
[entries: full iteration works]
|
||||
expected: FAIL
|
||||
|
||||
[@@asyncIterator: full iteration works]
|
||||
expected: FAIL
|
||||
|
||||
[keys: full iteration works]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[sandboxed_FileSystemDirectoryHandle-iteration.https.any.worker.html]
|
||||
[values: full iteration works]
|
||||
expected: FAIL
|
||||
|
||||
[returning early from an iteration doesn't crash]
|
||||
expected: FAIL
|
||||
|
||||
[entries: full iteration works]
|
||||
expected: FAIL
|
||||
|
||||
[@@asyncIterator: full iteration works]
|
||||
expected: FAIL
|
||||
|
||||
[keys: full iteration works]
|
||||
expected: FAIL
|
||||
|
@ -1,17 +1,2 @@
|
||||
[rename_sync_failure_handling.tentative.https.any.worker.html]
|
||||
expected: ERROR
|
||||
[Failed nativeIO.renameSync does not unlock the destination.]
|
||||
expected: NOTRUN
|
||||
|
||||
[nativeIO.renameSync does not allow renaming from or to invalid names.]
|
||||
expected: FAIL
|
||||
|
||||
[Failed nativeIO.renameSync does not unlock the source.]
|
||||
expected: NOTRUN
|
||||
|
||||
[nativeIO.renameSync does not overwrite an existing file.]
|
||||
expected: FAIL
|
||||
|
||||
[nativeIO.renameSync allows renaming an open file.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
[secure_connection_start_non_zero.https.html]
|
||||
[Test that secureConnectionStart is not zero]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if (os == "win") and debug and webrender: ["FAIL", "PASS"]
|
||||
if os == "android": ["PASS", "FAIL"]
|
||||
|
||||
|
@ -1,14 +1,8 @@
|
||||
[sends-report-on-success-with-subdomain-policy.https.html]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and debug: ["OK", "TIMEOUT"]
|
||||
if os == "mac": ["TIMEOUT", "OK"]
|
||||
[\n Test that NEL reports are sent for successful requests\n ]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and not debug: ["FAIL", "TIMEOUT"]
|
||||
if (os == "mac") and debug: ["TIMEOUT", "FAIL"]
|
||||
if (os == "mac") and not debug: ["FAIL", "TIMEOUT"]
|
||||
if (os == "linux") and debug: ["FAIL", "TIMEOUT"]
|
||||
if os == "mac": ["TIMEOUT", "FAIL"]
|
||||
FAIL
|
||||
|
||||
|
@ -1,7 +1,4 @@
|
||||
[data-url.https.html]
|
||||
[originIsolationRestricted must equal false]
|
||||
expected: FAIL
|
||||
|
||||
[originIsolationRestricted must equal true]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,7 +1,4 @@
|
||||
[sandboxed-iframe.sub.https.html]
|
||||
[originIsolationRestricted must equal false]
|
||||
expected: FAIL
|
||||
|
||||
[originIsolationRestricted must equal true]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
[manifest-utf8-with-bom.https.html]
|
||||
expected:
|
||||
if debug and (os == "linux"): OK
|
||||
if debug and (os == "mac"): OK
|
||||
if (os == "win") and not fission and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and debug: OK
|
||||
if (os == "mac") and debug: OK
|
||||
[OK, TIMEOUT]
|
||||
[Expected originPolicyIDs check]
|
||||
expected: FAIL
|
||||
|
@ -1,5 +1,6 @@
|
||||
[double-content-security.https.html]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and fission and not debug: OK
|
||||
if (os == "linux") and not fission: OK
|
||||
[OK, TIMEOUT]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[valid-with-multi-item-array.https.html]
|
||||
expected:
|
||||
if (os == "win") and not fission and webrender and not debug: ["TIMEOUT", "OK"]
|
||||
if fission and (os == "win"): ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[img loading must be disallowed]
|
||||
expected: FAIL
|
||||
|
@ -1,5 +1,8 @@
|
||||
[valid-with-semicolon.https.html]
|
||||
expected: [OK, TIMEOUT]
|
||||
expected:
|
||||
if not fission and (os == "win") and debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||
if fission and (os == "linux") and not debug: ["TIMEOUT", "OK"]
|
||||
[OK, TIMEOUT]
|
||||
[img loading must be disallowed]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
[mix-of-ids.https.html]
|
||||
expected:
|
||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and not debug and fission: ["TIMEOUT", "OK"]
|
||||
if (os == "linux") and debug: OK
|
||||
if os == "mac": OK
|
||||
if (os == "mac") and debug: OK
|
||||
[OK, TIMEOUT]
|
||||
[Expected originPolicyIDs check]
|
||||
expected: FAIL
|
||||
|
@ -1,11 +1,11 @@
|
||||
[pointerevent_getCoalescedEvents_when_pointerlocked.html]
|
||||
[mouse pointermove getCoalescedEvents when lock test]
|
||||
expected:
|
||||
if not webrender and (os == "win") and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if not webrender and (os == "win") and debug and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if webrender and not debug and (os == "win") and fission: ["FAIL", "PASS"]
|
||||
if not webrender and (os == "mac") and not debug: ["FAIL", "PASS"]
|
||||
if webrender and not debug and (os == "linux"): ["FAIL", "PASS"]
|
||||
if webrender and debug and (os == "win"): ["FAIL", "PASS"]
|
||||
if (os == "linux") and not debug and not fission and webrender: ["FAIL", "PASS"]
|
||||
if (os == "win") and not webrender and debug and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and not fission: ["FAIL", "PASS"]
|
||||
if (os == "win") and webrender and fission: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
[pointerevent_movementxy.html]
|
||||
expected:
|
||||
if webrender and (os == "linux") and not debug and not fission: ["OK", "ERROR"]
|
||||
[ERROR, OK]
|
||||
expected: [ERROR, OK]
|
||||
[mouse pointerevent attributes]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,6 +1,10 @@
|
||||
[pointerevent_movementxy_with_pointerlock.html]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
|
||||
[mouse pointerevent movementX/Y with pointerlock test]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not fission and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||
if (os == "linux") and not fission and (processor == "x86_64") and not debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: ["PASS", "TIMEOUT", "FAIL"]
|
||||
if (os == "win") and fission: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
[pointerevent_pointermove_on_chorded_mouse_button_when_locked.html]
|
||||
[pointer locked pointermove events received for button state changes]
|
||||
expected:
|
||||
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and webrender and fission: ["FAIL", "PASS"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
[movementX_Y_basic.html]
|
||||
[Test that movementX/Y = eNow.screenX/Y-ePrevious.screenX/Y.]
|
||||
expected:
|
||||
if fission and (os == "linux") and not debug: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
[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 == "win") and not fission and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not debug and (os == "linux") and webrender and not fission: ["PASS", "FAIL"]
|
||||
if not debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"]
|
||||
if not debug and (os == "android"): ["PASS", "FAIL"]
|
||||
if not debug and not fission and (processor == "x86_64") and (os == "win") and not webrender: ["PASS", "FAIL"]
|
||||
if not debug and not fission and (processor == "x86") and (os == "linux"): ["PASS", "FAIL"]
|
||||
if not debug and not fission and (processor == "x86_64") and (os == "android"): ["PASS", "FAIL"]
|
||||
if not debug and not fission and (processor == "x86_64") and (os == "mac"): ["PASS", "FAIL"]
|
||||
[FAIL, PASS]
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
[eventloop.html]
|
||||
expected:
|
||||
if webrender and (os == "linux"): ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and webrender: ["OK", "TIMEOUT"]
|
||||
[test0: multiple notifications inside same event loop]
|
||||
expected:
|
||||
if webrender and (os == "linux") and not debug and fission: ["FAIL", "PASS"]
|
||||
if webrender and (os == "linux") and not debug and not fission: ["PASS", "FAIL"]
|
||||
if webrender and (os == "linux") and debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and not debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]
|
||||
|
||||
[guard]
|
||||
expected:
|
||||
if webrender and (os == "linux"): ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and webrender: ["PASS", "NOTRUN"]
|
||||
|
||||
|
@ -1,7 +1,9 @@
|
||||
[event-before-promise.html]
|
||||
expected:
|
||||
if (os == "linux") and not webrender and (processor == "x86"): ["ERROR", "OK"]
|
||||
if (os == "linux") and not webrender and (processor == "x86_64"): ["ERROR", "OK"]
|
||||
if (os == "linux") and not fission and (processor == "x86_64") and debug and not webrender: ["ERROR", "OK"]
|
||||
if (os == "linux") and not fission and (processor == "x86_64") and not debug and not webrender: ["ERROR", "OK"]
|
||||
if (os == "linux") and fission and not debug: ["ERROR", "OK"]
|
||||
if (os == "linux") and not fission and (processor == "x86"): ["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,11 @@
|
||||
[lock-unlock-check.html]
|
||||
expected:
|
||||
if (os == "linux") and not fission and webrender and not debug: ["OK", "ERROR"]
|
||||
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"]
|
||||
if (os == "win") and (processor == "x86_64") and debug and not webrender: ["OK", "ERROR"]
|
||||
if (os == "win") and (processor == "x86_64") and debug and webrender: ["OK", "ERROR"]
|
||||
if (os == "linux") and webrender and debug and not fission: ["OK", "ERROR"]
|
||||
if (os == "linux") and webrender and debug and fission: ["OK", "ERROR"]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: ["OK", "ERROR"]
|
||||
if (os == "linux") and not webrender and debug: ["OK", "ERROR"]
|
||||
if os == "android": ["TIMEOUT", "OK", "ERROR"]
|
||||
[ERROR, OK]
|
||||
[Re-locking orientation during event dispatch must reject existing orientationPendingPromise]
|
||||
|
@ -1,8 +1,7 @@
|
||||
[onchange-event.html]
|
||||
expected:
|
||||
if (os == "linux") and webrender and debug and not fission: ["OK", "ERROR"]
|
||||
if (os == "linux") and webrender and debug and fission: ["OK", "ERROR"]
|
||||
if (os == "linux") and webrender and not debug and not fission: ["OK", "ERROR"]
|
||||
if (os == "linux") and not debug and webrender and not fission: ["OK", "ERROR"]
|
||||
if (os == "linux") and debug and fission: ["OK", "ERROR"]
|
||||
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"]
|
||||
if os == "android": ["TIMEOUT", "OK", "ERROR"]
|
||||
[ERROR, OK]
|
||||
|
@ -1,7 +1,8 @@
|
||||
[orientation-reading.html]
|
||||
expected:
|
||||
if (os == "linux") and not debug and webrender and not fission: ["OK", "ERROR"]
|
||||
if (os == "linux") and debug and webrender and not fission: ["OK", "ERROR"]
|
||||
if (os == "linux") and not fission and (processor == "x86_64") and debug and webrender: ["OK", "ERROR"]
|
||||
if (os == "linux") and not fission and (processor == "x86_64") and not debug and webrender: ["OK", "ERROR"]
|
||||
if (os == "linux") and fission and debug: ["OK", "ERROR"]
|
||||
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"]
|
||||
if os == "android": ["TIMEOUT", "OK", "ERROR"]
|
||||
[ERROR, OK]
|
||||
|
@ -1,10 +1,14 @@
|
||||
[getScreens.tentative.https.window.html]
|
||||
[self.getScreens is present]
|
||||
expected: TIMEOUT
|
||||
[getScreens() is present]
|
||||
expected: FAIL
|
||||
|
||||
[self.getScreens returns at least 1 Screen with permission granted]
|
||||
[getScreens() returns at least 1 Screen with permission granted]
|
||||
expected: FAIL
|
||||
|
||||
[self.getScreens returns no Screen objects with permission denied]
|
||||
[getScreens() resolves for attached iframe; rejects for detached iframe]
|
||||
expected: TIMEOUT
|
||||
|
||||
[getScreens() rejects the promise with permission denied]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,7 +1,13 @@
|
||||
[getScreens.values.https.html]
|
||||
[getScreens() returns a single mocked screen]
|
||||
expected: FAIL
|
||||
|
||||
[getScreens() supports multiple mocked screens]
|
||||
expected: FAIL
|
||||
|
||||
[getScreens() supports an empty set of mocked screens]
|
||||
expected: FAIL
|
||||
|
||||
[getScreens() supports a single mocked screen]
|
||||
expected: FAIL
|
||||
|
||||
[getScreens() rejects when the mock success value is set to false]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -0,0 +1,14 @@
|
||||
[isMultiScreen.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[isMultiScreen() returns a boolean value with permission granted]
|
||||
expected: FAIL
|
||||
|
||||
[isMultiScreen() resolves for attached iframe; rejects for detached iframe]
|
||||
expected: TIMEOUT
|
||||
|
||||
[isMultiScreen() is present]
|
||||
expected: FAIL
|
||||
|
||||
[isMultiScreen() returns a boolean value with permission denied]
|
||||
expected: FAIL
|
||||
|
@ -0,0 +1,7 @@
|
||||
[isMultiScreen.values.https.html]
|
||||
[isMultiScreen() rejects when the mock success value is set to false]
|
||||
expected: FAIL
|
||||
|
||||
[isMultiScreen() works as expected with mocked screens]
|
||||
expected: FAIL
|
||||
|
@ -557,3 +557,9 @@
|
||||
[FetchEvent interface: new FetchEvent("type") must inherit property "preloadResponse" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent interface: attribute handled]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent interface: new FetchEvent("type") must inherit property "handled" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,23 +1,23 @@
|
||||
[registration-updateviacache.https.html]
|
||||
expected:
|
||||
if (os == "linux") and not fission and debug and not webrender: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and fission and not debug: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["OK", "TIMEOUT"]
|
||||
[updateViaCache is not updated if register() rejects]
|
||||
expected:
|
||||
if (os == "linux") and not fission and debug and not webrender: ["FAIL", "NOTRUN"]
|
||||
if (os == "linux") and fission and not debug: ["FAIL", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["FAIL", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["FAIL", "NOTRUN"]
|
||||
FAIL
|
||||
|
||||
[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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and debug and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
|
||||
[register-with-updateViaCache-all-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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[register-with-updateViaCache-undefined-then-none]
|
||||
expected:
|
||||
@ -26,73 +26,73 @@
|
||||
|
||||
[register-with-updateViaCache-none-then-undefined]
|
||||
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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[access-updateViaCache-after-unregister-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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[access-updateViaCache-after-unregister-none]
|
||||
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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[register-with-updateViaCache-all-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", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[register-with-updateViaCache-all-then-all]
|
||||
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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[access-updateViaCache-after-unregister-all]
|
||||
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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[register-with-updateViaCache-none-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", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[register-with-updateViaCache-none-then-all]
|
||||
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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[register-with-updateViaCache-imports-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", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[register-with-updateViaCache-none-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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[register-with-updateViaCache-imports-then-all]
|
||||
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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[access-updateViaCache-after-unregister-undefined]
|
||||
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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[register-with-updateViaCache-imports-then-undefined]
|
||||
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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[register-with-updateViaCache-all-then-undefined]
|
||||
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 == "linux") and (processor == "x86_64") and webrender and not debug and fission: ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN"]
|
||||
|
||||
[register-with-updateViaCache-undefined-then-undefined]
|
||||
expected:
|
||||
@ -116,7 +116,7 @@
|
||||
|
||||
[register-with-updateViaCache-all]
|
||||
expected:
|
||||
if webrender and not fission and (os == "win") and debug: ["PASS", "FAIL"]
|
||||
if webrender and not fission and (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||
if webrender and fission and debug: ["PASS", "FAIL"]
|
||||
if webrender and debug and (os == "linux") and fission: ["PASS", "FAIL"]
|
||||
if webrender and not debug and (os == "linux") and not fission: ["PASS", "FAIL"]
|
||||
if webrender and debug and (os == "win"): ["PASS", "FAIL"]
|
||||
|
||||
|
@ -0,0 +1,13 @@
|
||||
[TrustedTypePolicyFactory-blocking.html]
|
||||
[Block only default Trusted Type policy creation.]
|
||||
expected: FAIL
|
||||
|
||||
[Policy creation called before addEventListener function will not reached the listener.]
|
||||
expected: FAIL
|
||||
|
||||
[Block Trusted Type policy creation by event listener.]
|
||||
expected: FAIL
|
||||
|
||||
[Trusted Type policy creation.]
|
||||
expected: FAIL
|
||||
|
@ -68,9 +68,6 @@
|
||||
[Element interface: attribute ariaReadOnly]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: element must inherit property "ariaRelevant" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: attribute ariaRoleDescription]
|
||||
expected: FAIL
|
||||
|
||||
@ -185,9 +182,6 @@
|
||||
[Element interface: element must inherit property "ariaValueMax" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: attribute ariaRelevant]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: element must inherit property "ariaValueNow" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -0,0 +1,14 @@
|
||||
[subresource-loading-from-web-bundle.tentative.html]
|
||||
expected: TIMEOUT
|
||||
[<link rel="webbundle"> fires an error event on load failure]
|
||||
expected: NOTRUN
|
||||
|
||||
[Subresource loading with WebBundle]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamically adding / updating / removing "<link rel=webbundle>"]
|
||||
expected: FAIL
|
||||
|
||||
[<link rel="webbundle"> fires a load event on load success]
|
||||
expected: TIMEOUT
|
||||
|
@ -1,10 +1,10 @@
|
||||
[realtime-conv.html]
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X SNR is not greater than or equal to 88.457. Got 83.7951698233912.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 1 out of 1 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2,36 +2,30 @@
|
||||
[X Recorded channel #2 should have contain at least one value different from 0.]
|
||||
expected:
|
||||
if (os == "linux") and ccov: [FAIL, PASS]
|
||||
if (os == "win") and (version == "6.1.7601") and debug: [FAIL, PASS]
|
||||
if (os == "win") and (version == "10.0.17134") and not debug: [FAIL, PASS]
|
||||
FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.]
|
||||
expected:
|
||||
if (os == "linux") and ccov: [FAIL, PASS]
|
||||
if (os == "win") and (version == "6.1.7601") and debug: [FAIL, PASS]
|
||||
if (os == "win") and (version == "10.0.17134") and not debug: [FAIL, PASS]
|
||||
FAIL
|
||||
|
||||
[< [start-playback-and-capture\] 4 out of 4 assertions were failed.]
|
||||
expected:
|
||||
if (os == "linux") and ccov: [FAIL, PASS]
|
||||
if (os == "win") and (version == "6.1.7601") and debug: [FAIL, PASS]
|
||||
if (os == "win") and (version == "10.0.17134") and not debug: [FAIL, PASS]
|
||||
FAIL
|
||||
|
||||
[X Recorded channel #1 should have contain at least one value different from 0.]
|
||||
expected:
|
||||
if (os == "linux") and ccov: [FAIL, PASS]
|
||||
if (os == "win") and (version == "6.1.7601") and debug: [FAIL, PASS]
|
||||
if (os == "win") and (version == "10.0.17134") and not debug: [FAIL, PASS]
|
||||
FAIL
|
||||
|
||||
[X Recorded channel #0 should have contain at least one value different from 0.]
|
||||
expected:
|
||||
if (os == "linux") and ccov: [FAIL, PASS]
|
||||
if (os == "win") and (version == "6.1.7601") and debug: [FAIL, PASS]
|
||||
if (os == "win") and (version == "10.0.17134") and not debug: [FAIL, PASS]
|
||||
FAIL
|
||||
|
||||
[X Recorded channel #3 should have contain at least one value different from 0.]
|
||||
expected:
|
||||
if (os == "linux") and ccov: [FAIL, PASS]
|
||||
if (os == "win") and (version == "6.1.7601") and debug: [FAIL, PASS]
|
||||
if (os == "win") and (version == "10.0.17134") and not debug: [FAIL, PASS]
|
||||
FAIL
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
[user_prompts.py]
|
||||
[test_accept[capabilities0-alert\]]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||
|
@ -1,37 +1,26 @@
|
||||
[RTCPeerConnection-remote-track-mute.https.html]
|
||||
prefs: [media.peerconnection.mute_on_bye_or_timeout:true]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and not fission: ["OK", "TIMEOUT"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and not webrender and not debug: ["OK", "TIMEOUT"]
|
||||
if not debug and (os == "win") and not fission and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||
if not debug and (os == "linux") and not webrender: ["OK", "TIMEOUT"]
|
||||
[pc.close() on one side causes mute events on the other]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86"): ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not debug and not fission and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
|
||||
[Changing transceiver direction to 'sendrecv' unmutes the remote track]
|
||||
expected:
|
||||
if (processor == "x86_64") and (os == "win") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
|
||||
if (processor == "x86_64") and (os == "win") and not webrender and not debug: ["PASS", "NOTRUN"]
|
||||
if (processor == "x86") and (os == "win") and not debug: ["PASS", "FAIL"]
|
||||
if (processor == "x86") and (os == "linux"): ["PASS", "NOTRUN"]
|
||||
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", "NOTRUN"]
|
||||
|
||||
[transceiver.stop() on one side (without renegotiation) causes mute events on the other]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86"): ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not debug and not fission and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
|
||||
[Changing transceiver direction to 'inactive' mutes the remote track]
|
||||
expected:
|
||||
if (os == "win") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
if (os == "linux") and (processor == "x86"): ["PASS", "NOTRUN"]
|
||||
if (os == "win") and not debug and not fission and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||
|
||||
[ontrack: track goes from muted to unmuted]
|
||||
expected:
|
||||
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["PASS", "TIMEOUT"]
|
||||
if (os == "win") and webrender and not debug and not fission: ["PASS", "TIMEOUT"]
|
||||
if (os == "linux") and (processor == "x86"): ["PASS", "TIMEOUT"]
|
||||
if (os == "win") and not debug and not fission and (processor == "x86_64"): ["PASS", "TIMEOUT"]
|
||||
|
||||
|
@ -2,7 +2,10 @@
|
||||
restart-after:
|
||||
if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1641237
|
||||
expected:
|
||||
if (os == "linux") and fission and debug: ["OK", "CRASH"]
|
||||
if (os == "linux") and debug and not fission and webrender: ["CRASH", "OK"]
|
||||
if (os == "linux") and debug and not fission and not webrender: ["OK", "CRASH"]
|
||||
if (os == "win") and debug and webrender: ["OK", "CRASH"]
|
||||
if (os == "linux") and debug and fission: ["OK", "CRASH"]
|
||||
if (os == "mac") and debug: ["OK", "CRASH"]
|
||||
[restartIce() survives remote offer containing partial restart]
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1468993
|
||||
|
@ -1,8 +1,8 @@
|
||||
[embedded_style_multiple_tracks.html]
|
||||
expected:
|
||||
if not webrender and (os == "win") and debug and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not webrender and (os == "win") and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||
if not webrender and (os == "win") and not debug and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if not webrender and (os == "android") and debug: ["PASS", "FAIL"]
|
||||
if not webrender and (os == "linux") and debug: ["PASS", "FAIL"]
|
||||
if not webrender and (os == "linux") and not debug: ["FAIL", "PASS"]
|
||||
if not webrender and (os == "win") and not debug: ["PASS", "FAIL"]
|
||||
if not webrender and (os == "mac"): ["PASS", "FAIL"]
|
||||
if not webrender and (os == "linux"): ["PASS", "FAIL"]
|
||||
|
@ -2,8 +2,5 @@
|
||||
|
||||
[event-timeout-order.any.worker.html]
|
||||
[XMLHttpRequest: event - timeout (order of events)]
|
||||
expected:
|
||||
if (os == "mac") and debug: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not debug: ["FAIL", "PASS"]
|
||||
[PASS, FAIL]
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user