Bug 1671570 - [wpt-sync] Update web-platform-tests to 48d0b265815910544a8f74cc8986515e14b74de2, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 48d0b265815910544a8f74cc8986515e14b74de2
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2020-10-16 10:00:17 +00:00
Родитель 475d76cd4d
Коммит 4e979c8785
164 изменённых файлов: 643 добавлений и 510 удалений

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

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

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

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

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

@ -1,11 +1,7 @@
[spv-only-sent-to-initiator.sub.html]
expected:
if processor == "x86": ["TIMEOUT", "OK"]
[OK, TIMEOUT]
expected: [OK, TIMEOUT]
[Test that no spv event is raised]
expected:
if processor == "x86": ["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: ["FAIL", "PASS"]
if (os == "android") and debug: ["FAIL", "PASS"]
if (os == "android") and not debug: ["PASS", "FAIL"]

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

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

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

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

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

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

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

@ -1,3 +1,3 @@
[input-scrollable-region-001.html]
[display-contents-shadow-dom-1.html]
expected:
if (processor == "x86") and debug: FAIL

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

@ -1,8 +1,9 @@
[fontface-override-descriptor-getter-setter.sub.html]
expected:
if (os == "win") and ccov: [OK, TIMEOUT]
if (os == "win") and debug and not webrender and (processor == "x86"): ["OK", "TIMEOUT"]
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if (os == "win") and not debug and webrender and not fission: ["OK", "TIMEOUT"]
if (os == "win") and debug and not webrender: ["OK", "TIMEOUT"]
if (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
[Initialize lineGapOverride with 'normal' should succeed]
expected: FAIL
@ -33,8 +34,8 @@
[Initialize descentOverride with a non-percentage should fail]
expected:
if (os == "win") and ccov: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if (os == "win") and debug and (processor == "x86"): ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "win") and debug and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
FAIL
[Initialize descentOverride with a negative percentage should fail]
@ -67,9 +68,10 @@
[Initialize lineGapOverride with a non-percentage should fail]
expected:
if (os == "win") and ccov: [PASS, NOTRUN]
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "NOTRUN"]
if (os == "win") and not debug and webrender and not fission: ["FAIL", "TIMEOUT"]
if (os == "win") and debug and webrender: ["NOTRUN", "FAIL"]
if (os == "win") and debug and not webrender: ["FAIL", "NOTRUN"]
FAIL
[Initialize ascentOverride with a percentage should succeed]

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

@ -1,4 +1,4 @@
[marker-text-matches-square.html]
expected:
if (processor == "x86") and not debug: ["TIMEOUT", "FAIL"]
if (processor == "x86") and not debug: ["FAIL", "TIMEOUT"]
FAIL

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

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

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

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

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

@ -1,2 +1,2 @@
leak-threshold: [tab:51200]
prefs: [layout.css.overscroll-behavior.enabled:true]
leak-threshold: [default:51200, tab:51200]

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -1,4 +1,5 @@
[focus-visible-007.html]
expected: ERROR
[Using keyboard while element is focused should trigger :focus-visible; using mouse without moving focus should not cancel it; moving focus using mouse should cancel it.]
expected: FAIL

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

@ -0,0 +1,2 @@
[input-text-scroll-event-when-using-arrow-keys.html]
expected: ERROR

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

@ -1,8 +1,8 @@
[scrollend-event-for-user-scroll.html]
expected:
if (os == "win") and ccov: [ERROR, OK]
if (os == "mac") and debug: ERROR
if (os == "win") and debug: ERROR
if (os == "mac") and debug: ERROR
if os == "android": OK
TIMEOUT
[Tests that the target_div gets scrollend event when send DOWN key to target.]
@ -16,8 +16,8 @@
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
if (os == "linux") and not debug and webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
if (os == "linux") and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
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.]
@ -25,8 +25,8 @@
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if (os == "linux") and not debug and webrender: ["NOTRUN", "TIMEOUT"]
if os == "android": ["FAIL", "NOTRUN"]
if os == "mac": NOTRUN
if os == "win": ["NOTRUN", "FAIL"]
if os == "mac": NOTRUN
[TIMEOUT, NOTRUN]
[Tests that the target_div gets scrollend event when dragging scroll on target.]

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

@ -1,7 +1,7 @@
[caret-navigation-around-line-break.html]
[two <span> separators - move up]
expected:
if debug: ["PASS", "FAIL"]
if debug: ["FAIL", "PASS"]
FAIL
[no separator - move up]
@ -9,12 +9,12 @@
[<span> separator - move down]
expected:
if debug: [FAIL, PASS]
if debug: ["FAIL", "PASS"]
FAIL
[two <span> separators - move down]
expected:
if (os == "linux") and debug and webrender: [FAIL, PASS]
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
FAIL
[<br> separator - move down]
@ -22,18 +22,18 @@
[<wbr> separator - move right]
expected:
if (os == "linux") and debug and webrender: [FAIL, PASS]
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
FAIL
[<wbr> separator - move left]
expected:
if (os == "linux") and debug and webrender: [FAIL, PASS]
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
FAIL
[<wbr> separator - move up]
expected:
if (os == "mac") and debug: [FAIL, PASS]
if (os == "linux") and debug and webrender: [FAIL, PASS]
if debug and (os == "linux") and webrender: ["FAIL", "PASS"]
if debug and (os == "mac"): ["FAIL", "PASS"]
FAIL
[<wbr> separator - move down]

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

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

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

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

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

@ -0,0 +1,2 @@
[form.https.sub.html]
expected: ERROR

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

@ -0,0 +1,2 @@
[iframe.https.sub.html]
expected: ERROR

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

@ -1,11 +1,8 @@
[window-open.https.sub.html]
expected:
if (os == "linux") and webrender and not debug and fission: ["OK", "ERROR"]
if (os == "linux") and webrender and not debug and not fission: ["OK", "ERROR"]
if (os == "linux") and webrender and debug: ["OK", "ERROR"]
if (os == "android") and debug: ["ERROR", "OK"]
if (os == "android") and not debug: ["OK", "ERROR"]
if (os == "linux") and not webrender: ["OK", "ERROR"]
if os == "mac": ERROR
if os == "win": ERROR
[ERROR, OK]
[Cross-site window, forced, reloaded]
expected: [PASS, FAIL]

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

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

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

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

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

@ -1,9 +1,9 @@
[fullscreen-css-transition.html]
expected:
if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "mac") and debug: ["OK", "ERROR"]
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 not debug: ["PASS", "TIMEOUT"]
if (os == "mac") and debug: ["TIMEOUT", "PASS"]

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

@ -1,4 +1,6 @@
[001.html]
expected:
if fission and debug: ["OK", "ERROR"]
[pushState must not be allowed to create cross-origin URLs (about:blank)]
expected: FAIL
@ -8,3 +10,47 @@
[pushState must be able to use an error object as data]
expected: FAIL
[state data should be a clone of the original object, not a reference to it]
expected:
if fission and debug: ["PASS", "FAIL"]
[popstate event should fire when navigation occurs]
expected:
if fission and debug: ["PASS", "FAIL"]
[pushState must not alter location.hash when no URL is provided]
expected:
if fission and debug: ["PASS", "FAIL"]
[popstate event should pass the state data]
expected:
if fission and debug: ["PASS", "FAIL"]
[traversing history must also traverse hash changes]
expected:
if fission and debug: ["PASS", "FAIL"]
[history.state should be identical to the object passed to the event handler unless history.state is updated]
expected:
if fission and debug: ["PASS", "FAIL"]
[history.state should also reference a clone of the original object (2)]
expected:
if fission and debug: ["PASS", "FAIL"]
[pushState must remove any tasks queued by the history traversal task source]
expected:
if fission and debug: ["PASS", "FAIL"]
[state data should cope with circular object references]
expected:
if fission and debug: ["PASS", "FAIL"]
[location.hash must be allowed to change (part 2)]
expected:
if fission and debug: ["PASS", "FAIL"]
[pushState must remove all history after the current state]
expected:
if fission and debug: ["PASS", "FAIL"]

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

@ -0,0 +1,13 @@
[004.html]
[history position should be calculated when executing, not when calling the .go command]
expected:
if fission and debug: ["PASS", "FAIL"]
[browser needs to support hashchange events for this testcase]
expected:
if fission and debug: ["PASS", "FAIL"]
[queued .go commands should all be executed when the queue is processed]
expected:
if fission and debug: ["PASS", "FAIL"]

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -3,14 +3,19 @@
if (os == "win") and (processor == "x86_64"): random test
expected:
if (os == "win") and ccov: OK
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if debug: OK
[TIMEOUT, OK]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "OK"]
if not debug and (os == "mac"): ["TIMEOUT", "OK"]
if not debug and (os == "win"): ["TIMEOUT", "OK"]
[coop reporting test Report only tests for an opener without any COOP/COOP report only set to CROSS_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if debug: FAIL
[TIMEOUT, FAIL]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "win"): ["TIMEOUT", "FAIL"]
if not debug and (os == "mac"): ["TIMEOUT", "FAIL"]
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", ]
expected: FAIL
@ -18,9 +23,9 @@
[verify remaining reports]
expected:
if (os == "win") and ccov: PASS
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 and (processor == "x86"): ["NOTRUN", "PASS"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS"]
if not debug and (os == "mac"): ["NOTRUN", "PASS"]
if not debug and (os == "win"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "mac"): ["NOTRUN", "PASS"]

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

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

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

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

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

@ -4,27 +4,37 @@
expected:
if (os == "win") and ccov: OK
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if debug: OK
[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 == "mac"): ["TIMEOUT", "OK"]
if not debug and (os == "win"): ["TIMEOUT", "OK"]
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin, require-corp, , ]
expected:
if (os == "win") and ccov: FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
if debug: FAIL
[NOTRUN, FAIL, TIMEOUT]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "win"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "mac"): ["NOTRUN", "FAIL", "TIMEOUT"]
FAIL
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin-allow-popups; report-to="coop-popup-report-endpoint", require-corp, , ]
expected:
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
if debug: FAIL
[TIMEOUT, FAIL]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "win"): ["TIMEOUT", "FAIL"]
if not debug and (os == "mac"): ["TIMEOUT", "FAIL"]
FAIL
[verify remaining reports]
expected:
if ccov: [NOTRUN, PASS]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if debug: PASS
[NOTRUN, PASS]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS"]
if not debug and (os == "win"): ["NOTRUN", "PASS"]
if not debug and (os == "mac"): ["NOTRUN", "PASS"]
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
expected: FAIL

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

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

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

@ -2,27 +2,37 @@
disabled:
if (os == "win") and (processor == "x86_64"): random test
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 debug: OK
[TIMEOUT, OK]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "OK"]
if not debug and (os == "mac"): ["TIMEOUT", "OK"]
if not debug and (os == "win"): ["TIMEOUT", "OK"]
[coop reporting test reporting same origin to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
expected:
if (os == "linux") and ccov: [TIMEOUT, FAIL]
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 debug: FAIL
[TIMEOUT, FAIL]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "mac"): ["TIMEOUT", "FAIL"]
if not debug and (os == "win"): ["TIMEOUT", "FAIL"]
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: ["FAIL", "NOTRUN", "TIMEOUT"]
if debug: FAIL
[NOTRUN, FAIL, TIMEOUT]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "win"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "mac"): ["NOTRUN", "FAIL", "TIMEOUT"]
FAIL
[verify remaining reports]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if debug: PASS
[NOTRUN, PASS]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS"]
if not debug and (os == "mac"): ["NOTRUN", "PASS"]
if not debug and (os == "win"): ["NOTRUN", "PASS"]
[coop reporting test reporting same origin to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
expected: FAIL
@ -31,6 +41,8 @@
expected:
if (os == "win") and ccov: TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if debug: PASS
[NOTRUN, PASS]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS"]
if not debug and (os == "win"): ["NOTRUN", "PASS"]
if not debug and (os == "mac"): ["NOTRUN", "PASS"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -0,0 +1,2 @@
[focus-tabindex-order.html]
expected: ERROR

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

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

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

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

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

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

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

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

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

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

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

@ -1,11 +1,6 @@
implementation-status: backlog
[autoplay-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html]
expected: TIMEOUT
expected: ERROR
[Feature-Policy allow="autoplay" disallows cross-origin navigation in an iframe.]
expected:
if webrender and debug and (os == "linux"): ["FAIL", "TIMEOUT"]
FAIL
[Feature-Policy allow="autoplay" allows same-origin navigation in an iframe.]
expected: TIMEOUT

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

@ -1,5 +1,6 @@
implementation-status: backlog
[autoplay-allowed-by-feature-policy-attribute.https.sub.html]
expected: TIMEOUT
[Feature policy "autoplay" can be enabled in same-origin iframe using allow="autoplay" attribute]
expected: ERROR
[Feature policy "autoplay" can be enabled in cross-origin iframe using allow="autoplay" attribute]
expected: TIMEOUT

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

@ -1,9 +1,9 @@
implementation-status: backlog
[autoplay-allowed-by-feature-policy.https.sub.html]
expected: TIMEOUT
[Feature-Policy header: autoplay * allows the top-level document.]
expected: TIMEOUT
expected: ERROR
[Feature-Policy header: autoplay * allows same-origin iframes.]
expected: TIMEOUT
[Feature-Policy header: autoplay * allows cross-origin iframes.]
expected: TIMEOUT

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

@ -1,12 +1,9 @@
implementation-status: backlog
[autoplay-default-feature-policy.https.sub.html]
expected: TIMEOUT
expected: ERROR
[Default "autoplay" feature policy ["self"\] allows same-origin iframes.]
expected: TIMEOUT
[Default "autoplay" feature policy ["self"\] allows the top-level document.]
[Default "autoplay" feature policy ["self"\] disallows cross-origin iframes.]
expected: TIMEOUT
[Default "autoplay" feature policy ["self"\] disallows cross-origin iframes.]
expected: FAIL

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

@ -1,12 +1,9 @@
implementation-status: backlog
[autoplay-disabled-by-feature-policy.https.sub.html]
expected: TIMEOUT
expected: ERROR
[Feature-Policy header: autoplay "none" disallows same-origin iframes.]
expected: TIMEOUT
[Feature-Policy header: autoplay "none" has no effect on the top level document.]
[Feature-Policy header: autoplay "none" disallows cross-origin iframes.]
expected: TIMEOUT
[Feature-Policy header: autoplay "none" disallows cross-origin iframes.]
expected: FAIL

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

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

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

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

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

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

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

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

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

@ -1,5 +1,5 @@
[image-loading-subpixel-clip.html]
expected:
if (os == "win") and webrender and debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["TIMEOUT", "PASS"]
if (os == "android") and debug: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -2,3 +2,8 @@
expected: TIMEOUT
[document.open() and tasks (marquee start)]
expected: TIMEOUT
[tasks without document.open() (marquee start)]
expected:
if (os == "mac") and not debug: ["PASS", "TIMEOUT"]

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

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

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

@ -0,0 +1,3 @@
[crossOrigin.sub.html]
expected:
if fission: TIMEOUT

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

@ -0,0 +1,3 @@
[click_iframe_crossorigin.sub.html]
expected:
if fission: TIMEOUT

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

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

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

@ -2,7 +2,7 @@ prefs: [privacy.reduceTimerPrecision:false]
[timestamp.html]
[Generate notifications.]
expected:
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["PASS", "FAIL"]
if (os == "linux") and webrender and debug and fission: ["PASS", "FAIL"]
if (os == "linux") and not webrender and not debug: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]

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

@ -1,5 +1,4 @@
[cross-origin-subframe-complex-clip.sub.html]
expected: ERROR
[parent cannot detect cross-origin events]
expected: FAIL

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

@ -1,5 +1,4 @@
[cross-origin-subframe-masked-complex-clip.sub.html]
expected: ERROR
[parent cannot detect cross-origin events outside of clip]
expected: FAIL

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

@ -1,5 +1,4 @@
[cross-origin-subframe-masked-pointer-events-mixed-2.sub.html]
expected: ERROR
[subframe cannot detect events in `pointer-events: initial` region]
expected: FAIL

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

@ -1,5 +1,4 @@
[cross-origin-subframe-masked-pointer-events-mixed.sub.html]
expected: ERROR
[cannot detect cross-origin events in `pointer-events: none` region]
expected: FAIL

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

@ -1,5 +1,4 @@
[cross-origin-subframe-masked-pointer-events-none.sub.html]
expected: ERROR
[parent cannot detect events]
expected: FAIL

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

@ -1,5 +1,4 @@
[cross-origin-subframe-overlap.sub.html]
expected: ERROR
[parent cannot detect input on occluding iframe]
expected: FAIL

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