Bug 1650184 - [wpt-sync] Update web-platform-tests to 145839c323ba1ec8b9737a3ed66924f6edd3624d, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 145839c323ba1ec8b9737a3ed66924f6edd3624d
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2020-07-02 19:25:03 +00:00
Родитель bf31514cbf
Коммит ec0b99bf07
152 изменённых файлов: 850 добавлений и 1176 удалений

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

@ -108,7 +108,7 @@
[File: [object File\]]
expected:
if fission and (os == "win"): ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "PASS", "NOTRUN"]
[NOTRUN, PASS, TIMEOUT]
[Not serializable: Event: [object Event\]]
@ -119,48 +119,32 @@
[Blob: [object Blob\]]
expected:
if fission and (os == "win"): ["PASS", "TIMEOUT"]
if (os == "win") and webrender and not debug and not fission: ["PASS", "TIMEOUT"]
[TIMEOUT, PASS]
[structured-clone.any.worker.html?101-last]
expected:
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
[TIMEOUT, OK]
expected: [TIMEOUT, OK]
[Not serializable: function: function() {}]
expected:
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: MessageChannel: [object MessageChannel\]]
expected:
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: symbol: Symbol(desc)]
expected:
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
[NOTRUN, FAIL]
expected: [NOTRUN, FAIL]
[File: [object File\]]
expected:
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT", "NOTRUN"]
[NOTRUN, PASS, TIMEOUT]
expected: [NOTRUN, PASS, TIMEOUT]
[Not serializable: Event: [object Event\]]
expected:
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]]
expected:
if (os == "win") and debug 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 debug and (processor == "x86_64"): ["PASS", "TIMEOUT"]
[TIMEOUT, PASS]
expected: [TIMEOUT, PASS]
[structured-clone.any.html?1-20]

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

@ -1,7 +1,7 @@
[fetch.https.window.html]
expected:
if webrender and debug and (os == "linux"): ["OK", "TIMEOUT"]
if webrender and debug and (os == "win"): ["OK", "TIMEOUT"]
if debug and not webrender and (os == "mac"): ["OK", "TIMEOUT"]
if debug and webrender: ["OK", "TIMEOUT"]
[Using Background Fetch to successfully fetch a single resource]
expected: FAIL
@ -16,22 +16,26 @@
[Background Fetch that exceeds the quota throws a QuotaExceededError]
expected:
if webrender and debug and (os == "linux"): ["FAIL", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[Fetches can have requests with duplicate URLs]
expected:
if webrender and debug and (os == "linux"): ["FAIL", "NOTRUN"]
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[recordsAvailable is false after onbackgroundfetchsuccess finishes execution.]
expected:
if webrender and debug and (os == "linux"): ["FAIL", "NOTRUN"]
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[Using Background Fetch to fetch a non-existent resource should fail.]
expected:
if webrender and debug and (os == "linux"): ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[Empty URL is OK.]
@ -39,7 +43,8 @@
[Fetches with mixed content should fail.]
expected:
if webrender and debug and (os == "linux"): ["FAIL", "NOTRUN"]
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[Requests with text/json content type require CORS Preflight and succeed.]
@ -49,11 +54,14 @@
expected: FAIL
[Registration object gets updated values when a background fetch completes.]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL
[Responses failing CORS checks are not leaked]
expected:
if webrender and debug and (os == "linux"): ["FAIL", "NOTRUN"]
if webrender and debug and (os == "win"): ["FAIL", "TIMEOUT"]
if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL

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

@ -1,4 +1,6 @@
[mixed-content-and-allowed-schemes.https.window.html]
expected:
if (os == "mac") and debug: ["OK", "TIMEOUT"]
[https: fetch should register ok]
expected: FAIL
@ -15,10 +17,14 @@
expected: FAIL
[data: fetch should reject]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL
[unknown scheme fetch should reject]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[localhost http: fetch should register ok]
expected: FAIL

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

@ -1,6 +1,7 @@
[port-blocking.https.window.html]
expected:
if (os == "linux") and webrender and not debug and not fission: ["OK", "TIMEOUT"]
if (os == "linux") and webrender and not debug: ["OK", "TIMEOUT"]
if (os == "mac") and debug: ["OK", "TIMEOUT"]
[fetch to default https port should register ok]
expected: FAIL
@ -9,21 +10,24 @@
[fetch to port 443 should register ok]
expected:
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "TIMEOUT"]
if webrender and (os == "linux") and not debug: ["FAIL", "TIMEOUT"]
FAIL
[fetch to port 80 should register ok, even over https]
expected:
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "NOTRUN"]
if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL
[fetch to non-default non-bad port (8080) should register ok]
expected:
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "NOTRUN"]
if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[fetch to bad port (SMTP) should reject]
expected:
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "NOTRUN"]
if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL

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

@ -1,10 +1,16 @@
[update-ui.https.window.html]
expected:
if (os == "mac") and debug: ["OK", "TIMEOUT"]
[Background Fetch updateUI called twice fails]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL
[Background Fetch updateUI resolves]
expected: FAIL
[Background Fetch updateUI fails when event is not active]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL

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

@ -1,5 +1,6 @@
[href-location-blocked.sub.html]
[Violation report status OK.]
expected:
if os == "android": ["PASS", "FAIL"]
if (os == "android") and debug: ["PASS", "FAIL"]
if (os == "android") and not debug: ["PASS", "FAIL"]

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

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

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

@ -0,0 +1,3 @@
[bidi-box-model-010.xht]
expected:
if fission and (os == "win"): ["PASS", "TIMEOUT"]

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

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

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

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

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

@ -1,2 +0,0 @@
[border-image-shorthand-001.htm]
expected: FAIL

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

@ -1,2 +1,4 @@
[content-visibility-019.sub.https.html]
expected: FAIL
expected:
if fission and (os == "win"): ["FAIL", "ERROR"]
FAIL

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

@ -1,2 +1,4 @@
[content-visibility-033.sub.https.html]
expected: FAIL
expected:
if fission and (os == "win"): ["ERROR", "FAIL"]
FAIL

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

@ -1,4 +1,5 @@
[exclusions-wrap-flow-01.xht]
expected:
if webrender and debug and (os == "linux"): ["FAIL", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,2 +1,4 @@
[exclusions-wrap-flow-02.xht]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,2 +1,4 @@
[exclusions-wrap-flow-03.xht]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,2 +1,4 @@
[exclusions-wrap-flow-04.xht]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -0,0 +1,3 @@
[masonry-justify-tracks-multi-001.html]
expected:
if (processor == "x86") and debug: ["PASS", "FAIL"]

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

@ -0,0 +1,3 @@
[orthogonal-writing-mode-002.html]
expected:
if (processor == "x86") and not debug: ["PASS", "FAIL"]

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

@ -1,5 +1,5 @@
[absolute.https.html]
expected:
if webrender and (os == "linux") and debug: ["FAIL", "TIMEOUT"]
if webrender and (os == "linux") and not debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if (os == "linux") and webrender: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,2 +1,4 @@
[flex.https.html]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,2 +1,4 @@
[floats.https.html]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,2 +1,4 @@
[inflow.https.html]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -0,0 +1,3 @@
[negative.https.html]
expected:
if (os == "mac") and debug: ["PASS", "TIMEOUT"]

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

@ -1,2 +1,4 @@
[child-baseline.https.html]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,2 +1,4 @@
[flex-baseline.https.html]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,4 +1,5 @@
[constraints-data-function-failure.https.html]
expected:
if (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,2 +1,4 @@
[constraints-data-sab-failure.https.html]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,5 +1,6 @@
[all.https.html]
expected:
if (os == "linux") and webrender and debug: ["FAIL", "TIMEOUT"]
if (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -0,0 +1,3 @@
[bad-return.https.html]
expected:
if (os == "mac") and debug: ["PASS", "TIMEOUT"]

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

@ -1,2 +1,4 @@
[fragment-data-function-failure.https.html]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

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

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

@ -1,6 +1,5 @@
[clip-path-descendant-text-mutated-001.html]
expected:
if (os == "linux") and debug and webrender and fission: ["FAIL", "PASS"]
if (os == "win") and not debug 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 not fission and (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
if not fission and (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
[PASS, FAIL]

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

@ -2,4 +2,6 @@
expected: FAIL
[background-image-multiple.https.html]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,2 +1,4 @@
[background-repeat-x.https.html]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,2 +1,4 @@
[canvas-transform.https.html]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,2 +1,4 @@
[invalid-image-constructor-error.https.html]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

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

@ -1,17 +1,15 @@
[text-selection.html]
[Selection ending in ::before-marker]
expected:
if debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"]
if debug and (os == "linux") and webrender and not fission: ["PASS", "FAIL"]
if debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if debug and (os == "win") and webrender: ["PASS", "FAIL"]
if debug and (os == "mac"): ["PASS", "FAIL"]
[Selection ending in ::marker]
expected:
if debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"]
if debug and (os == "linux") and webrender and not fission: ["PASS", "FAIL"]
if debug and (os == "win") and webrender: ["PASS", "FAIL"]
if debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if debug and (os == "mac"): ["PASS", "FAIL"]

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

@ -1,7 +1,9 @@
[nested-overflow-subtree-layout.html]
expected:
if (os == "win") and fission: ["PASS", "FAIL", "ERROR"]
if (os == "win") and not fission: ["PASS", "FAIL", "ERROR"]
if os == "mac": PASS
if (os == "linux") and not debug and webrender and fission: ["PASS", "FAIL"]
if (os == "linux") and not debug and webrender and not fission: ["PASS", "FAIL"]
if (os == "linux") and not debug and not webrender: ["PASS", "FAIL"]
if (os == "linux") and debug: ["PASS", "FAIL"]
if os == "android": PASS
[PASS, FAIL]
if os == "mac": PASS
[PASS, FAIL, ERROR]

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

@ -0,0 +1,4 @@
[CSSTransition-effect.tentative.html]
[After setting a transition's effect to null, a new transition can be started]
expected: FAIL

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

@ -1,5 +1,7 @@
[appearance-progress-bar-002.html]
expected:
if (os == "win") and webrender and debug: PASS
if (os == "win") and (processor == "x86_64") and debug and webrender: PASS
if (os == "win") and (processor == "x86_64") and debug and not webrender: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86_64") and not debug and fission: ["FAIL", "PASS"]
if os == "android": PASS
FAIL

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

@ -1,11 +1,13 @@
[viewport-units-css2-001.html]
[vh length applied to border-top-width]
expected:
if (os == "mac") and not debug: ["FAIL", "PASS"]
if os == "android": PASS
FAIL
[vmin length applied to border-top-width]
expected:
if (os == "mac") and not debug: ["FAIL", "PASS"]
if os == "android": PASS
FAIL

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

@ -0,0 +1,3 @@
[line-box-direction-slr-060.xht]
expected:
if (processor == "x86") and debug: ["PASS", "FAIL"]

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

@ -0,0 +1,3 @@
[line-box-direction-vlr-003.xht]
expected:
if (processor == "x86") and debug: ["PASS", "FAIL"]

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

@ -0,0 +1,3 @@
[line-box-direction-vlr-013.xht]
expected:
if (processor == "x86") and debug: ["PASS", "FAIL"]

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

@ -0,0 +1,3 @@
[line-box-direction-vrl-006.xht]
expected:
if (processor == "x86") and debug: ["PASS", "FAIL"]

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

@ -0,0 +1,3 @@
[line-box-direction-vrl-019.xht]
expected:
if (processor == "x86") and debug: ["PASS", "FAIL"]

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

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

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

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

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

@ -1,84 +1,89 @@
[webkit-animation-iteration-event.html]
expected:
if webrender and (os == "linux") and not debug: ["OK", "TIMEOUT"]
if webrender and (os == "linux") and not debug and not fission: ["TIMEOUT", "OK"]
if webrender and (os == "linux") and not debug and fission: ["OK", "TIMEOUT"]
if webrender and (os == "linux") and debug: ["OK", "TIMEOUT"]
if not webrender and debug and (os == "mac"): ["OK", "TIMEOUT"]
if not webrender and debug and (os == "linux"): ["OK", "TIMEOUT"]
if webrender and (os == "win"): ["OK", "TIMEOUT"]
[webkitAnimationIteration event listener is case sensitive]
expected:
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS", "FAIL"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "FAIL", "NOTRUN"]
if webrender and (os == "linux") and not debug: ["PASS", "FAIL", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "FAIL", "NOTRUN"]
[onwebkitanimationiteration event handler should trigger for an animation]
expected:
if webrender and (os == "linux") and not debug and not fission: ["TIMEOUT", "PASS"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "TIMEOUT"]
if webrender and (os == "linux") and not debug and not fission: ["PASS", "TIMEOUT"]
if webrender and (os == "linux") and debug: ["PASS", "TIMEOUT"]
if not webrender and debug and (os == "mac"): ["PASS", "TIMEOUT"]
if not webrender and debug and (os == "linux"): ["PASS", "TIMEOUT"]
if webrender and (os == "linux") and debug: ["PASS", "TIMEOUT"]
if webrender and (os == "win"): ["PASS", "TIMEOUT"]
[webkitAnimationIteration event listener should trigger for an animation]
expected:
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "NOTRUN"]
[webkitAnimationIteration event listener should not trigger if an unprefixed listener also exists]
expected:
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "NOTRUN"]
[onwebkitanimationiteration event handler should not trigger if an unprefixed event handler also exists]
expected:
if webrender and (os == "linux") and not debug and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "TIMEOUT", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS", "TIMEOUT"]
if webrender and (os == "linux") and debug: ["PASS", "TIMEOUT", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "TIMEOUT", "NOTRUN"]
[event types for prefixed and unprefixed animationiteration event handlers should be named appropriately]
expected:
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "NOTRUN"]
[event types for prefixed and unprefixed animationiteration event listeners should be named appropriately]
expected:
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "NOTRUN"]
[webkitAnimationIteration event listener should not trigger if an unprefixed event handler also exists]
expected:
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "NOTRUN"]
[onwebkitanimationiteration event handler should not trigger if an unprefixed listener also exists]
expected:
if webrender and fission and (os == "linux") and debug: ["PASS", "TIMEOUT", "NOTRUN"]
if webrender and fission and (os == "linux") and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
if webrender and not fission and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if webrender and not fission and (os == "linux") and debug: ["PASS", "NOTRUN"]
if webrender and fission and (os == "win"): ["PASS", "TIMEOUT", "NOTRUN"]
if webrender and not fission and (os == "win"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if webrender and not fission and (os == "linux") and not debug: ["NOTRUN", "PASS"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if webrender and not fission and (os == "win"): ["PASS", "NOTRUN"]
if webrender and fission: ["PASS", "TIMEOUT", "NOTRUN"]

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

@ -1,2 +1,2 @@
leak-threshold: [tab:307200]
lsan-disabled: true
leak-threshold: [tab:307200]

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

@ -1,6 +1,8 @@
[response-cancel-stream.html]
expected:
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "mac") and not debug: ["PASS", "FAIL", "TIMEOUT"]
if (os == "mac") and not debug: ["PASS", "TIMEOUT", "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 == "mac": ["FAIL", "PASS"]
if (os == "win") and not fission and (processor == "x86"): PASS
if os == "android": PASS
[PASS, FAIL]

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

@ -1,9 +1,9 @@
[fullscreen-css-transition.html]
expected:
if (os == "mac") and not debug: ["OK", "ERROR"]
if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "mac") and debug: ["OK", "ERROR"]
if (os == "mac") and not debug: ["ERROR", "OK"]
[Transitions should not be stopped by going fullscreen]
expected:
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
if (os == "mac") and not debug: ["PASS", "TIMEOUT"]
if (os == "mac") and debug: ["PASS", "TIMEOUT"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]

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

@ -3,11 +3,13 @@
if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696
expected:
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if debug and (os == "linux") and not fission: ["OK", "TIMEOUT"]
if debug and (os == "linux") and fission: ["OK", "TIMEOUT"]
if debug and (os == "linux") and not fission: ["OK", "TIMEOUT"]
if debug and (os == "mac"): ["OK", "TIMEOUT"]
[Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
expected:
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"]
if debug and (os == "linux") and fission: ["PASS", "TIMEOUT"]
if debug and (os == "linux") and not fission: ["PASS", "TIMEOUT"]
if debug and (os == "mac"): ["PASS", "TIMEOUT"]

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

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

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

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

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

@ -1,4 +0,0 @@
[require-corp-about-blank.html]
[A(B(C)) A=require-corp, B=about:blank, C=no-require-corp => C can't load]
expected: FAIL

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

@ -1,4 +0,0 @@
[require-corp-about-srcdoc.html]
[A(B(C)) A=require-corp, B=about:srcdoc, C=no-require-corp => C can't load]
expected: FAIL

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

@ -1,99 +0,0 @@
[openee-accessed_openee-coop-ro.https.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1648450
[w => w.length]
expected: NOTRUN
[w => w.location = "#"]
expected: NOTRUN
[w => w.close()]
expected: FAIL
[w => w.postMessage("")]
expected: NOTRUN
[w => w.top]
expected: NOTRUN
[w => w.frames]
expected:
if not debug: NOTRUN
FAIL
[w => w.closed]
expected:
if not debug: TIMEOUT
FAIL
[w => w.location]
expected: NOTRUN
[w => w.focus()]
expected:
if not debug: NOTRUN
FAIL
[w => w.opener = ""]
expected: NOTRUN
[w => w.blur()]
expected: FAIL
[w => w["test"\]]
expected: NOTRUN
[w => w["test"\] = ""]
expected: NOTRUN
[w => w[0\]]
expected:
if debug: TIMEOUT
NOTRUN
[w => w.window]
expected: NOTRUN
[w => w.postMessage("", "")]
expected: NOTRUN
[w => w[0\] = ""]
expected: NOTRUN
[w => w.self]
expected: NOTRUN
[w => w.opener]
expected: NOTRUN
[Opener accesses openee (COOP-RO+COEP). Report to openee]
expected: FAIL
[Call foo]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [FAIL, TIMEOUT]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): [TIMEOUT, FAIL]
if debug: FAIL
[TIMEOUT, FAIL]
[Call location]
expected:
if ccov and (os == "linux"): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [TIMEOUT, NOTRUN, FAIL]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT]
if debug: FAIL
[NOTRUN, TIMEOUT]
[Call postMessage]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT]
if debug and (os == "mac"): TIMEOUT
if debug and (os == "linux"): [TIMEOUT, FAIL]
if debug and (os == "win"): TIMEOUT
NOTRUN
[Call opener]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, FAIL]
if debug: FAIL
NOTRUN

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

@ -1,90 +0,0 @@
[openee-accessed_openee-coop.https.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1648450
[w => w.length]
expected: NOTRUN
[w => w.location = "#"]
expected: NOTRUN
[w => w.close()]
expected: FAIL
[w => w.postMessage("")]
expected: NOTRUN
[w => w.top]
expected: NOTRUN
[w => w.frames]
expected:
if not debug: NOTRUN
FAIL
[w => w.closed]
expected:
if not debug: TIMEOUT
FAIL
[w => w.location]
expected: NOTRUN
[w => w.focus()]
expected:
if not debug: NOTRUN
FAIL
[w => w.opener = ""]
expected: NOTRUN
[w => w.blur()]
expected: FAIL
[w => w["test"\]]
expected: NOTRUN
[w => w["test"\] = ""]
expected: NOTRUN
[w => w[0\]]
expected:
if debug: TIMEOUT
NOTRUN
[w => w.window]
expected: NOTRUN
[w => w.postMessage("", "")]
expected: NOTRUN
[w => w[0\] = ""]
expected: NOTRUN
[w => w.self]
expected: NOTRUN
[w => w.opener]
expected: NOTRUN
[Call opener]
expected:
if (ccov and (os == "linux")) or (os == "win"): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, FAIL]
if debug: FAIL
NOTRUN
[Opener accesses openee (COOP+COEP). Report to openee]
expected: FAIL
[Call location]
expected:
if ccov and (os == "linux"): TIMEOUT
if ccov and (os == "win"): FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86"): NOTRUN
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT, FAIL]
if not debug and (os == "linux") and webrender and not fission: [NOTRUN, TIMEOUT]
if not debug and (os == "linux") and webrender and fission: NOTRUN
if not debug and (os == "win") and not webrender: [NOTRUN, TIMEOUT]
if not debug and (os == "win") and webrender: NOTRUN
if not debug and (os == "mac"): NOTRUN
FAIL

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

@ -1,4 +0,0 @@
[openee-accessed_opener-coop-ro.https.html]
[Opener (COOP-RO+COEP) accesses openee. Report to opener]
expected: FAIL

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

@ -1,4 +0,0 @@
[openee-accessed_opener-coop.https.html]
[Opener (COOP+COEP) accesses openee. Report to opener]
expected: FAIL

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

@ -1,116 +0,0 @@
[opener-accessed_openee-coop-ro.https.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1648450
[opener.postMessage(""))]
expected: NOTRUN
[opener.location = "#")]
expected: NOTRUN
[opener.top)]
expected: NOTRUN
[opener.postMessage("", ""))]
expected: NOTRUN
[opener.opener)]
expected: NOTRUN
[opener[0\] = "")]
expected: NOTRUN
[opener.closed)]
expected:
if not debug: TIMEOUT
FAIL
[opener.self)]
expected: NOTRUN
[opener.focus())]
expected:
if not debug: NOTRUN
FAIL
[opener.location)]
expected: NOTRUN
[opener[0\])]
expected:
if debug and not webrender and (os == "win") and (processor == "x86_64"): [TIMEOUT, NOTRUN]
if debug and not webrender and (os == "win") and (processor == "x86"): [TIMEOUT, NOTRUN]
if debug and not webrender and (os == "linux"): [TIMEOUT, NOTRUN]
if debug and webrender and (os == "win"): TIMEOUT
if debug and webrender and (os == "linux"): [TIMEOUT, NOTRUN]
NOTRUN
[opener["test"\])]
expected: NOTRUN
[opener.blur())]
expected: FAIL
[opener.length)]
expected: NOTRUN
[opener.window)]
expected: NOTRUN
[opener["test"\] = "")]
expected: NOTRUN
[opener.opener = "")]
expected: NOTRUN
[opener.frames)]
expected:
if debug and not webrender and (os == "win") and (processor == "x86_64"): [FAIL, TIMEOUT]
if debug and not webrender and (os == "win") and (processor == "x86"): [FAIL, TIMEOUT]
if debug and not webrender and (os == "linux"): [FAIL, TIMEOUT]
if debug and webrender and (os == "win"): FAIL
if debug and webrender and (os == "linux"): [FAIL, TIMEOUT]
NOTRUN
[opener.close())]
expected: FAIL
[Call opener]
expected:
if (ccov and (os == "linux")) or (os == "win"): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, FAIL]
if debug: FAIL
NOTRUN
[Openee (COOP-RO+COEP) accesses opener. Report to openee]
expected: FAIL
[Call foo]
expected:
if (os == "mac") and not debug: TIMEOUT
if (os == "linux") and webrender and not debug: FAIL
FAIL
[Call location]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [TIMEOUT, FAIL]
if not debug and (os == "mac"): NOTRUN
if not debug and (os == "linux") and webrender: TIMEOUT
if ccov and (os == "win"): FAIL
if debug: FAIL
[Call postMessage]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT]
if debug and (os == "linux") and not webrender: [TIMEOUT, FAIL]
if debug and (os == "linux") and webrender: [TIMEOUT, FAIL]
if debug and (os == "win") and (processor == "x86_64"): [TIMEOUT, FAIL]
if debug and (os == "win") and (processor == "x86"): TIMEOUT
if debug and (os == "mac"): TIMEOUT
NOTRUN
[Call window]
expected:
if debug and (os == "linux") and webrender: [NOTRUN, TIMEOUT]
if debug and (os == "linux") and not webrender: [NOTRUN, TIMEOUT]
if debug and (os == "win") and (processor == "x86_64"): [NOTRUN, TIMEOUT]
NOTRUN

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

@ -1,24 +0,0 @@
[opener-accessed_openee-coop.https.html]
expected: CRASH
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1648450
[Openee (COOP+COEP) accesses opener. Report to openee]
expected: FAIL
[Call postMessage]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT]
if debug and (os == "linux") and fission: [FAIL, TIMEOUT]
if debug and (os == "win") and (processor == "x86_64"): [TIMEOUT, FAIL]
if debug and (os == "win") and (processor == "x86"): TIMEOUT
if debug and (os == "mac"): TIMEOUT
if not debug and webrender: NOTRUN
[TIMEOUT, FAIL]
[Call window]
expected:
if debug and (os == "linux") and fission: [TIMEOUT, NOTRUN]
if debug and (os == "win") and (processor == "x86_64"): [NOTRUN, TIMEOUT]
if debug and webrender: [NOTRUN, TIMEOUT]
if debug and not webrender: [NOTRUN, TIMEOUT]
NOTRUN

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

@ -1,4 +0,0 @@
[opener-accessed_opener-coop-ro.https.html]
[Openee accesses opener (COOP-RO-COEP). Report to opener]
expected: FAIL

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

@ -1,4 +0,0 @@
[opener-accessed_opener-coop.https.html]
[Openee accesses opener (COOP-COEP). Report to opener]
expected: FAIL

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

@ -1,137 +0,0 @@
[property.https.html]
expected: TIMEOUT
[cross-origin > w => w.blur()]
expected: FAIL
[cross-origin > w => w.close()]
expected: FAIL
[same-site > w => w.opener]
expected: NOTRUN
[cross-origin > w => w["test"\] = ""]
expected: NOTRUN
[same-site > w => w.window]
expected: NOTRUN
[same-site > w => w.blur()]
expected: NOTRUN
[same-site > w => w.focus()]
expected: NOTRUN
[cross-origin > w => w[0\] = ""]
expected: NOTRUN
[cross-origin > w => w.postMessage("", "")]
expected: NOTRUN
[cross-origin > w => w.top]
expected: NOTRUN
[cross-origin > w => w.opener = ""]
expected: NOTRUN
[same-site > w => w.top]
expected: NOTRUN
[cross-origin > w => w.location]
expected: NOTRUN
[same-site > w => w["test"\]]
expected: NOTRUN
[cross-origin > w => w.location = "#"]
expected: NOTRUN
[cross-origin > w => w.length]
expected: NOTRUN
[same-site > w => w.opener = ""]
expected: NOTRUN
[same-site > w => w["test"\] = ""]
expected: NOTRUN
[same-site > w => w.postMessage("")]
expected: NOTRUN
[cross-origin > w => w.closed]
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 debug: FAIL
TIMEOUT
[same-site > w => w.location = "#"]
expected: NOTRUN
[cross-origin > w => w.self]
expected: NOTRUN
[same-site > w => w.postMessage("", "")]
expected: NOTRUN
[same-site > w => w.close()]
expected: NOTRUN
[same-site > w => w.frames]
expected: NOTRUN
[same-site > w => w.length]
expected: NOTRUN
[same-site > w => w.closed]
expected: NOTRUN
[same-site > w => w.self]
expected: NOTRUN
[cross-origin > w => w.opener]
expected: NOTRUN
[cross-origin > w => w.frames]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
if debug and (os == "linux") and webrender: FAIL
if debug and (os == "linux") and not webrender: TIMEOUT
if debug and (os == "mac"): ["TIMEOUT", "FAIL"]
if debug and (os == "win"): FAIL
NOTRUN
[cross-origin > w => w[0\]]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if debug and (os == "linux") and webrender: TIMEOUT
if debug and (os == "mac"): ["NOTRUN", "TIMEOUT"]
if debug and (os == "win"): TIMEOUT
NOTRUN
[same-site > w => w[0\]]
expected: NOTRUN
[same-site > w => w.location]
expected: NOTRUN
[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"): ["FAIL", "NOTRUN"]
if debug: FAIL
NOTRUN
[cross-origin > w => w["test"\]]
expected: NOTRUN
[cross-origin > w => w.postMessage("")]
expected: NOTRUN
[same-site > w => w[0\] = ""]
expected: NOTRUN
[cross-origin > w => w.window]
expected: NOTRUN

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

@ -1,36 +0,0 @@
[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 webrender: TIMEOUT
if not debug and (os == "mac"): TIMEOUT
if not debug and (os == "win"): TIMEOUT
[coop reporting test reporting-same-origin_to_CROSS_ORIGIN_unsafe-none--report-to--coop-popup-report-endpoint-_]
expected:
if not debug and (os == "linux") and webrender and fission: 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", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "NOTRUN", "FAIL"]
if not debug and (os == "win"): TIMEOUT
if not debug and (os == "mac"): ["NOTRUN", "TIMEOUT"]
FAIL
[coop reporting test reporting-same-origin_to_SAME_ORIGIN_unsafe-none--report-to--coop-popup-report-endpoint-_]
expected:
if (os == "linux") and (processor == "x86_64") and not debug and webrender and not fission: ["TIMEOUT", "FAIL"]
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if (os == "linux") and (processor == "x86"): ["FAIL", "TIMEOUT"]
if (os == "mac") and not debug: ["TIMEOUT", "FAIL"]
FAIL
[coop reporting test reporting-same-origin_to_CROSS_ORIGIN_same-origin--report-to--coop-popup-report-endpoint-_]
expected: 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 webrender: NOTRUN
if not debug and (os == "mac"): NOTRUN
if not debug and (os == "win"): NOTRUN

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

@ -4,7 +4,11 @@
expected: FAIL
[cross-origin > w => w.close()]
expected: FAIL
expected:
if not debug and not webrender and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and not webrender and (os == "linux") and (processor == "x86"): ["FAIL", "TIMEOUT"]
if not debug and not webrender and (os == "mac"): TIMEOUT
FAIL
[same-site > w => w.opener]
expected: NOTRUN
@ -59,7 +63,13 @@
[cross-origin > w => w.closed]
expected:
if not debug: TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "NOTRUN", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and not webrender and (processor == "x86"): TIMEOUT
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "win") and webrender: TIMEOUT
if not debug and (os == "mac"): NOTRUN
FAIL
[same-site > w => w.location = "#"]
@ -91,17 +101,22 @@
[cross-origin > w => w.frames]
expected:
if debug and (processor == "x86_64") and (os == "linux") and webrender: ["FAIL", "TIMEOUT"]
if debug and (processor == "x86_64") and (os == "linux") and not webrender: TIMEOUT
if debug and (processor == "x86_64") and (os == "win") and not webrender: ["TIMEOUT", "FAIL"]
if debug and (processor == "x86_64") and (os == "win") and webrender: TIMEOUT
if debug and (processor == "x86"): TIMEOUT
if debug and not fission and (os == "win") and not webrender and (processor == "x86"): TIMEOUT
if debug and not fission and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
if debug and not fission and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if debug and not fission and (os == "linux") and not webrender: TIMEOUT
if debug and not fission and (os == "win") and webrender: TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if debug and not fission and (os == "mac"): TIMEOUT
if debug and fission: ["FAIL", "TIMEOUT"]
NOTRUN
[cross-origin > w => w[0\]]
expected:
if debug and (processor == "x86_64") and (os == "linux") and webrender: ["TIMEOUT", "NOTRUN"]
if debug and (processor == "x86_64") and (os == "win") and not webrender: ["NOTRUN", "TIMEOUT"]
if debug and not fission and (os == "win") and not webrender and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"]
if debug and not fission and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
if debug and fission: ["TIMEOUT", "NOTRUN"]
NOTRUN
[same-site > w => w[0\]]
@ -112,7 +127,11 @@
[cross-origin > w => w.focus()]
expected:
if not debug: NOTRUN
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 webrender: NOTRUN
if not debug and (os == "win"): NOTRUN
if not debug and (os == "mac"): NOTRUN
FAIL
[cross-origin > w => w["test"\]]

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

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

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

@ -1,24 +1,41 @@
[reporting-popup-same-origin-report-to.https.html]
expected:
if (os == "linux") and debug and webrender: ["TIMEOUT", "OK"]
if not fission and (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
if not fission and (os == "win") and debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if not fission and (os == "linux") and debug and webrender: ["TIMEOUT", "OK"]
if not fission and (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
if fission and debug: ["OK", "TIMEOUT"]
TIMEOUT
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none, , , ]
expected:
if debug and (os == "linux") and not webrender: TIMEOUT
if debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if debug and (os == "win"): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL", "NOTRUN"]
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 debug and (os == "linux") and not webrender: ["TIMEOUT", "FAIL"]
if debug and (os == "linux") and webrender: ["FAIL", "TIMEOUT"]
if debug and (os == "win") and webrender: ["TIMEOUT", "FAIL"]
if debug and (os == "mac"): TIMEOUT
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 (processor == "x86_64") and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
if not debug and (processor == "x86_64") and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (processor == "x86_64") and (os == "win"): TIMEOUT
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "FAIL"]
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if (os == "linux") and webrender and not debug: ["TIMEOUT", "FAIL"]
if (os == "linux") and not webrender and debug: ["FAIL", "TIMEOUT"]
if (os == "win") and not debug and (processor == "x86_64"): TIMEOUT
if (os == "win") and not debug and (processor == "x86"): ["TIMEOUT", "FAIL"]
if (os == "mac") and not debug: TIMEOUT
FAIL
[verify remaining reports]
expected:
if (os == "linux") and debug and webrender: ["NOTRUN", "PASS"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["NOTRUN", "PASS"]
if debug and (os == "win") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
if debug and (os == "linux") and not webrender: ["NOTRUN", "PASS"]
if debug and (os == "linux") and webrender: ["PASS", "NOTRUN"]
if debug and (os == "win") and webrender: ["NOTRUN", "PASS"]
NOTRUN
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
@ -26,14 +43,18 @@
[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 (processor == "x86_64") and (os == "linux") and not webrender: ["TIMEOUT", "NOTRUN"]
if not debug and (processor == "x86_64") and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
if not debug and (processor == "x86_64") and (os == "win"): NOTRUN
if not debug and (processor == "x86"): 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"): ["FAIL", "NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86_64"): NOTRUN
if not debug and (os == "win") and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if not debug 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: 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 debug: FAIL
NOTRUN

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

@ -1,20 +1,36 @@
[reporting-popup-same-origin.https.html]
expected:
if not debug: TIMEOUT
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 to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
expected: FAIL
[coop reporting test reporting same origin to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
expected:
if not debug: TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "win"): TIMEOUT
if not debug 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: NOTRUN
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
if not debug and (os == "mac"): NOTRUN
if not debug and (os == "win"): NOTRUN
FAIL
[verify remaining reports]
expected:
if not debug: 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"): ["PASS", "NOTRUN"]
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "mac"): NOTRUN
if not debug and (os == "win"): NOTRUN

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

@ -1,25 +1,41 @@
[reporting-popup-unafe-none-report-to.https.html]
expected:
if not debug: TIMEOUT
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 == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "NOTRUN"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
if not debug and (os == "win") and webrender: ["TIMEOUT", "NOTRUN"]
if not debug and (os == "linux"): NOTRUN
if not debug and (os == "win") and (processor == "x86_64") and webrender and fission: ["NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86_64") and webrender and not fission: ["NOTRUN", "TIMEOUT"]
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 == "win") and (processor == "x86_64") and not webrender: ["NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "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 == "win") and not webrender and (processor == "x86"): ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and webrender: ["FAIL", "TIMEOUT"]
if not debug and (os == "linux"): TIMEOUT
if not debug and (os == "win") and (processor == "x86_64") and webrender and fission: ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86_64") and webrender and not fission: ["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 == "win") and (processor == "x86_64") and not webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and webrender: TIMEOUT
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: NOTRUN
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

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

@ -2,12 +2,10 @@ implementation-status: backlog
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912
[blob-data.https.html]
expected:
if (processor == "x86_64") and (os == "win") and not debug and not webrender: ["OK", "TIMEOUT"]
if (processor == "x86_64") and (os == "win") and not debug and webrender: ["OK", "TIMEOUT"]
if (processor == "x86_64") and (os == "win") and debug and webrender: ["OK", "TIMEOUT"]
if (processor == "x86_64") and (os == "mac") and debug: ["OK", "TIMEOUT"]
if (processor == "x86") and debug: ["OK", "TIMEOUT"]
if (processor == "x86") and not debug: ["OK", "TIMEOUT"]
if (os == "win") and (processor == "x86_64") and debug and webrender: ["OK", "TIMEOUT"]
if (os == "linux") and webrender and debug: ["OK", "TIMEOUT"]
if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"]
if (os == "mac") and debug: ["OK", "TIMEOUT"]
[TIMEOUT, OK]
[data frame: self.isSecureContext]
expected: FAIL

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

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

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

@ -43,23 +43,27 @@
[utf-16le.html?include=workers]
expected:
if not debug and webrender and (os == "linux") and not fission: ["TIMEOUT", "OK"]
if debug and (os == "linux") and not webrender: ["TIMEOUT", "OK"]
if (os == "linux") and not debug and webrender: ["TIMEOUT", "OK"]
if (os == "linux") and debug and not webrender: ["TIMEOUT", "OK"]
if (os == "mac") and debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
[importScripts() in a shared worker]
expected:
if not webrender and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
if not webrender and (os == "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") and (os == "win") and debug: ["FAIL", "TIMEOUT"]
if (processor == "x86") and (os == "win") and not debug: ["FAIL", "TIMEOUT"]
if (processor == "x86_64") and (os == "mac"): ["FAIL", "TIMEOUT"]
if (processor == "x86") and (os == "linux"): ["FAIL", "TIMEOUT"]
FAIL
[SharedWorker constructor]
expected:
if not debug and webrender and (os == "linux") and not fission: ["TIMEOUT", "PASS"]
if debug and (os == "linux") and not webrender: ["TIMEOUT", "PASS"]
if (os == "linux") and debug and not webrender: ["TIMEOUT", "PASS"]
if (os == "linux") and not debug and webrender: ["TIMEOUT", "PASS"]
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

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

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

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

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

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

@ -115,7 +115,8 @@
[windows-1252.html?include=workers]
expected:
if not debug and not webrender and (os == "win") and (processor == "x86"): ["TIMEOUT", "OK"]
if (os == "win") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "OK"]
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -128,7 +129,8 @@
[SharedWorker constructor]
expected:
if not debug and not webrender and (os == "win") and (processor == "x86"): ["TIMEOUT", "PASS"]
if (os == "win") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "PASS"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

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

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

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

@ -1,6 +1,6 @@
[iframe-scrolling-attribute.html]
expected:
if (os == "linux") and not webrender and debug: ["PASS", "FAIL"]
if (os == "linux") and not webrender and not debug: ["PASS", "FAIL", "ERROR"]
if (os == "linux") and not webrender and debug: ["FAIL", "PASS"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "mac") and not debug: ["PASS", "FAIL"]

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

@ -1 +1,2 @@
leak-threshold: [default:51200, gpu:51200]
lsan-allowed: [Alloc, Create, MakeUnique, Malloc, PLDHashTable::Add, Realloc, allocate, mozilla::BasePrincipal::CreateContentPrincipal, mozilla::Permission::Create, mozilla::ThrottledEventQueue::Create, mozilla::WeakPtr, mozilla::dom::BrowsingContext::Attach, mozilla::dom::BrowsingContext::CreateDetached, mozilla::dom::CanonicalBrowsingContext::GetSecureBrowserUI, mozilla::dom::ReferrerInfo::Clone, mozilla::extensions::ChannelWrapper::ChannelWrapper, mozilla::net::HttpBaseChannel::CloneLoadInfoForRedirect, mozilla::net::HttpBaseChannel::HttpBaseChannel, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create, nsHashPropertyBagBase::SetPropertyAsInterface, nsStringBuffer::Alloc, operator]
leak-threshold: [default:51200, gpu:51200, rdd:51200]

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

@ -1,7 +1,4 @@
[iframe-loading-lazy.tentative.html]
[Test that iframes with loading='lazy' load once they enter the viewport.]
expected: FAIL
[Below-viewport srcdoc iframes load lazily]
expected: FAIL

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

@ -1,10 +1,10 @@
[after-prepare-createHTMLDocument-fetch-error-external-classic.html]
[<script> error: Move fetch-error external classic script to createHTMLDocument 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_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

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

@ -1,12 +1,12 @@
[after-prepare-createHTMLDocument-fetch-error-external-module.html]
[<script> error: Move fetch-error external module script to createHTMLDocument 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 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 webrender: 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
FAIL

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

@ -1,12 +1,12 @@
[after-prepare-createHTMLDocument-parse-error-external-classic.html]
[<script> load: Move parse-error external classic script to createHTMLDocument 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 webrender: PASS
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
FAIL

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

@ -1,23 +1,23 @@
[after-prepare-createHTMLDocument-parse-error-external-module.html]
[window error: Move parse-error external module script to createHTMLDocument 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 == "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 webrender: PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL
[<script> load: Move parse-error external module script to createHTMLDocument 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 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
FAIL

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

@ -1,10 +1,10 @@
[after-prepare-createHTMLDocument-success-external-classic.html]
[Eval: Move success external classic script to createHTMLDocument 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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
@ -12,10 +12,10 @@
[<script> load: Move success external classic script to createHTMLDocument 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 == "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

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

@ -1,21 +1,21 @@
[after-prepare-createHTMLDocument-success-external-module.html]
[<script> load: Move success external module script to createHTMLDocument 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 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
FAIL
[Eval: Move success external module script to createHTMLDocument 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_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

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

@ -1,12 +1,12 @@
[after-prepare-iframe-parse-error-external-classic.html]
[<script> load: Move parse-error 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 webrender: PASS
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
FAIL

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

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

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

@ -1,12 +1,12 @@
[after-prepare-iframe-parse-error-inline-classic.html]
[window error: Move parse-error inline 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 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 webrender: 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
FAIL

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

@ -1,10 +1,10 @@
[after-prepare-iframe-success-external-classic.html]
[<script> error: Move success external classic script to iframe after-prepare]
expected:
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 not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
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 == "win") and webrender: FAIL
if not debug and (os == "mac"): FAIL

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

@ -1,12 +1,12 @@
[after-prepare-iframe-success-inline-classic.html]
[Eval: Move success inline 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 == "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 webrender: PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL

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

@ -1,9 +1,22 @@
[before-prepare-iframe-fetch-error-external-classic.html]
expected:
if (os == "win") and debug and webrender: ["OK", "ERROR"]
[<script> error: Move fetch-error external classic script to iframe before-prepare]
expected:
if (os == "linux") and webrender and not fission and not debug: ["PASS", "FAIL"]
if (os == "linux") and webrender and not fission and debug: ["PASS", "FAIL"]
if (os == "linux") and webrender and fission: ["PASS", "FAIL"]
if (os == "linux") and not webrender and not debug: ["PASS", "FAIL"]
if (os == "linux") and debug and webrender: ["PASS", "FAIL"]
if (os == "win") and debug and webrender: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "linux") and not debug: ["PASS", "FAIL"]
[Eval: Move fetch-error external classic script to iframe before-prepare]
expected:
if (os == "win") and debug and webrender: ["PASS", "NOTRUN"]
[<script> load: Move fetch-error external classic script to iframe before-prepare]
expected:
if (os == "win") and debug and webrender: ["PASS", "NOTRUN"]
[window error: Move fetch-error external classic script to iframe before-prepare]
expected:
if (os == "win") and debug and webrender: ["PASS", "NOTRUN"]

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

@ -2,5 +2,6 @@
[<script> error: Move fetch-error external module script to iframe before-prepare]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "linux") and not debug: ["PASS", "FAIL"]

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

@ -1,6 +1,7 @@
[before-prepare-iframe-parse-error-external-classic.html]
[<script> error: Move parse-error external classic script to iframe before-prepare]
expected:
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "linux") and not debug: ["PASS", "FAIL"]

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

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

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