Bug 1669493 - [wpt-sync] Update web-platform-tests to 7cf011067b379d372c252fd55c71d62f3f56e2e7, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 7cf011067b379d372c252fd55c71d62f3f56e2e7
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2020-10-06 14:56:38 +00:00
Родитель 4c0b533156
Коммит 3fc7c29982
112 изменённых файлов: 1245 добавлений и 492 удалений

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

@ -93,89 +93,58 @@
[structured-clone.any.html?101-last]
expected:
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["OK", "TIMEOUT"]
[TIMEOUT, OK]
expected: [TIMEOUT, OK]
[Not serializable: Window: [object Window\]]
expected:
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: symbol: Symbol(desc)]
expected:
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["FAIL", "NOTRUN"]
[NOTRUN, FAIL]
expected: [NOTRUN, FAIL]
[FileList: [object FileList\]]
expected:
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["FAIL", "PASS", "NOTRUN"]
[NOTRUN, PASS, FAIL]
expected: [NOTRUN, PASS, FAIL]
[Not serializable: function: function() {}]
expected:
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[File: [object File\]]
expected:
if (os == "win") and not fission and not debug and webrender: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "win") and fission: ["TIMEOUT", "PASS", "NOTRUN"]
if fission and (os == "win"): ["TIMEOUT", "PASS", "NOTRUN"]
[NOTRUN, PASS, TIMEOUT]
[Not serializable: Event: [object Event\]]
expected:
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: MessageChannel: [object MessageChannel\]]
expected:
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Blob: [object Blob\]]
expected:
if (os == "win") and not debug and webrender: ["PASS", "TIMEOUT"]
if fission and (os == "win"): ["PASS", "TIMEOUT"]
[TIMEOUT, PASS]
[structured-clone.any.worker.html?101-last]
expected:
if (os == "win") and not fission and webrender and not debug: ["OK", "TIMEOUT"]
[TIMEOUT, OK]
expected: [TIMEOUT, OK]
[Not serializable: function: function() {}]
expected:
if (os == "win") and not fission and webrender and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: MessageChannel: [object MessageChannel\]]
expected:
if (os == "win") and not fission and webrender and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: symbol: Symbol(desc)]
expected:
if (os == "win") and not fission and webrender and not debug: ["FAIL", "NOTRUN"]
[NOTRUN, FAIL]
expected: [NOTRUN, FAIL]
[File: [object File\]]
expected:
if (os == "win") and not fission and webrender and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
[NOTRUN, PASS, TIMEOUT]
expected: [NOTRUN, PASS, TIMEOUT]
[Not serializable: Event: [object Event\]]
expected:
if (os == "win") and not fission and webrender and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]]
expected:
if (os == "win") and not fission and webrender and not debug: ["PASS", "NOTRUN"]
[NOTRUN, PASS]
expected: [NOTRUN, PASS]
[Blob: [object Blob\]]
expected:
if (os == "win") and not fission and webrender and not debug: ["PASS", "TIMEOUT"]
[TIMEOUT, PASS]
expected: [TIMEOUT, PASS]
[structured-clone.any.html?1-20]

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

@ -1,4 +0,0 @@
[service-worker-intercept-request.https.html]
[Client Hint/Service Worker interaction: service workers succsefully receives hints from request]
expected: FAIL

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

@ -1,4 +0,0 @@
[service-worker-passthrough-request.https.html]
[Client Hint/Service Worker interaction: service worker successfully passes hints through to new fetch]
expected: FAIL

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

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

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

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

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

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

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

@ -0,0 +1,7 @@
[upgrade-insecure-requests-reporting.https.html]
expected:
if (processor == "x86") and (os == "win") and not debug: ["OK", "TIMEOUT"]
[Navigated iframe is upgraded and reported]
expected:
if (processor == "x86") and (os == "win") and not debug: ["PASS", "TIMEOUT"]

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

@ -1,12 +1,15 @@
[schemeful-navigation.tentative.html]
expected:
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
if (os == "linux") and (processor == "x86"): ["OK", "TIMEOUT"]
[Navigate cross-scheme]
expected:
if (os == "mac") and not debug: ["FAIL", "NOTRUN"]
if (os == "linux") and (processor == "x86"): ["FAIL", "NOTRUN"]
FAIL
[Navigate same-scheme]
expected:
if (os == "mac") and not debug: ["PASS", "TIMEOUT"]
if (os == "linux") and (processor == "x86"): ["PASS", "TIMEOUT"]

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

@ -1,5 +1,7 @@
[schemeful-websockets.sub.tentative.html]
[Cross-scheme WebSockets are cross-site]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86_64"): FAIL
if (os == "mac") and not debug: ["PASS", "FAIL"]
if (os == "linux") and (processor == "x86"): ["PASS", "FAIL"]

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

@ -1,2 +0,0 @@
[letter-spacing-079.xht]
expected: FAIL

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

@ -1,2 +0,0 @@
[text-indent-100.xht]
expected: FAIL

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

@ -1,2 +0,0 @@
[text-indent-101.xht]
expected: FAIL

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

@ -1,2 +0,0 @@
[text-indent-102.xht]
expected: FAIL

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

@ -1,2 +0,0 @@
[text-transform-004.xht]
expected: FAIL

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

@ -1,3 +1,4 @@
[text-transform-bicameral-004.xht]
expected:
if webrender and (os == "mac"): FAIL
if webrender and (os == "win"): FAIL

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

@ -5,9 +5,6 @@
[computed display on <div style="display: inline math;">]
expected: FAIL
[computed display on <div style="display: inline-math;">]
expected: FAIL
[computed display on <svg style="display: math block;">]
expected: FAIL

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

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

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

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

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

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

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

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

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

@ -1,2 +1,2 @@
[one-custom-property-animation.https.html]
expected: FAIL
expected: TIMEOUT

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

@ -1,2 +1,2 @@
[two-custom-property-animation.https.html]
expected: FAIL
expected: TIMEOUT

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

@ -6,6 +6,6 @@
[Selection ending in ::before-marker]
expected:
if (os == "mac") and debug: ["FAIL", "PASS"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "linux") and debug: ["PASS", "FAIL"]

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

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

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

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

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

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

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

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

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

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

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

@ -12,24 +12,28 @@
[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 webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
if (os == "linux") and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
if os == "android": ["FAIL", "NOTRUN"]
if os == "win": ["NOTRUN", "FAIL"]
if os == "mac": NOTRUN
[NOTRUN, FAIL, TIMEOUT]
[NOTRUN, FAIL]
[Tests that the target_div gets scrollend event when drag the thumb of target.]
expected:
if (os == "linux") and debug: ["TIMEOUT", "NOTRUN"]
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if (os == "linux") and not debug and webrender: ["NOTRUN", "TIMEOUT"]
if os == "android": ["FAIL", "NOTRUN"]
if os == "win": ["NOTRUN", "FAIL"]
if os == "mac": NOTRUN
[NOTRUN, TIMEOUT]
if os == "win": ["NOTRUN", "FAIL"]
[TIMEOUT, NOTRUN]
[Tests that the target_div gets scrollend event when dragging scroll on target.]
expected:
if (os == "linux") and debug: ["FAIL", "TIMEOUT"]
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if (os == "linux") and not debug and webrender: ["TIMEOUT", "FAIL"]
if os == "win": ["TIMEOUT", "FAIL"]
if os == "mac": TIMEOUT
if os == "android": ["FAIL", "TIMEOUT"]
[TIMEOUT, FAIL]
[FAIL, TIMEOUT]

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

@ -12,7 +12,808 @@
[iso2022jp-encode-form-errors-hangul.html?4001-5000]
expected:
if (os == "win") and not webrender and (processor == "x86_64") and not debug: ["OK", "TIMEOUT"]
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if (os == "mac") and debug: ["OK", "TIMEOUT"]
[hangul U+BF27 뼧 %26%2348935%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF01 뼁 %26%2348897%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF39 뼹 %26%2348953%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF25 뼥 %26%2348933%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BED8 뻘 %26%2348856%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF81 뾁 %26%2349025%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF15 뼕 %26%2348917%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF2D 뼭 %26%2348941%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF53 뽓 %26%2348979%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEDB 뻛 %26%2348859%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF84 뾄 %26%2349028%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF32 뼲 %26%2348946%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEF6 뻶 %26%2348886%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF1A 뼚 %26%2348922%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF26 뼦 %26%2348934%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEC6 뻆 %26%2348838%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF83 뾃 %26%2349027%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF3A 뼺 %26%2348954%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEC2 뻂 %26%2348834%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF61 뽡 %26%2348993%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF79 뽹 %26%2349017%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF13 뼓 %26%2348915%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF43 뽃 %26%2348963%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEF8 뻸 %26%2348888%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF4B 뽋 %26%2348971%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEE1 뻡 %26%2348865%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF62 뽢 %26%2348994%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF6D 뽭 %26%2349005%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF14 뼔 %26%2348916%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEC1 뻁 %26%2348833%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF7D 뽽 %26%2349021%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF58 뽘 %26%2348984%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF7C 뽼 %26%2349020%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF18 뼘 %26%2348920%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEC4 뻄 %26%2348836%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF41 뽁 %26%2348961%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEF7 뻷 %26%2348887%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF2A 뼪 %26%2348938%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF24 뼤 %26%2348932%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF82 뾂 %26%2349026%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF74 뽴 %26%2349012%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEFA 뻺 %26%2348890%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEE7 뻧 %26%2348871%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF55 뽕 %26%2348981%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF3D 뼽 %26%2348957%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF5E 뽞 %26%2348990%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF6E 뽮 %26%2349006%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF3C 뼼 %26%2348956%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BED0 뻐 %26%2348848%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEEE 뻮 %26%2348878%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF1C 뼜 %26%2348924%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF1E 뼞 %26%2348926%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF77 뽷 %26%2349015%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF6F 뽯 %26%2349007%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF67 뽧 %26%2348999%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF37 뼷 %26%2348951%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEEC 뻬 %26%2348876%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF64 뽤 %26%2348996%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF65 뽥 %26%2348997%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEE6 뻦 %26%2348870%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF05 뼅 %26%2348901%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEC0 뻀 %26%2348832%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF0F 뼏 %26%2348911%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF0D 뼍 %26%2348909%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEEA 뻪 %26%2348874%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF16 뼖 %26%2348918%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BECB 뻋 %26%2348843%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF42 뽂 %26%2348962%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEE2 뻢 %26%2348866%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF4D 뽍 %26%2348973%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF80 뾀 %26%2349024%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF09 뼉 %26%2348905%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF0C 뼌 %26%2348908%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF4C 뽌 %26%2348972%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF54 뽔 %26%2348980%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF7B 뽻 %26%2349019%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF4F 뽏 %26%2348975%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEDC 뻜 %26%2348860%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF1D 뼝 %26%2348925%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF04 뼄 %26%2348900%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEFD 뻽 %26%2348893%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF40 뽀 %26%2348960%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF35 뼵 %26%2348949%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF28 뼨 %26%2348936%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEFC 뻼 %26%2348892%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF59 뽙 %26%2348985%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF08 뼈 %26%2348904%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF52 뽒 %26%2348978%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF20 뼠 %26%2348928%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF71 뽱 %26%2349009%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF23 뼣 %26%2348931%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BED3 뻓 %26%2348851%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF85 뾅 %26%2349029%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BED2 뻒 %26%2348850%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF7A 뽺 %26%2349018%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BECF 뻏 %26%2348847%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BECA 뻊 %26%2348842%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF66 뽦 %26%2348998%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF73 뽳 %26%2349011%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF63 뽣 %26%2348995%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF87 뾇 %26%2349031%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEF2 뻲 %26%2348882%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEF1 뻱 %26%2348881%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF69 뽩 %26%2349001%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF19 뼙 %26%2348921%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF02 뼂 %26%2348898%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF57 뽗 %26%2348983%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF34 뼴 %26%2348948%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEE9 뻩 %26%2348873%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF1F 뼟 %26%2348927%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEC8 뻈 %26%2348840%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BED7 뻗 %26%2348855%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF45 뽅 %26%2348965%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF29 뼩 %26%2348937%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF3F 뼿 %26%2348959%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEDF 뻟 %26%2348863%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF68 뽨 %26%2349000%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF5B 뽛 %26%2348987%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF2C 뼬 %26%2348940%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF7E 뽾 %26%2349022%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEEF 뻯 %26%2348879%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF36 뼶 %26%2348950%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF51 뽑 %26%2348977%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BED6 뻖 %26%2348854%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEFE 뻾 %26%2348894%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEE5 뻥 %26%2348869%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF38 뼸 %26%2348952%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BECC 뻌 %26%2348844%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF4A 뽊 %26%2348970%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF5D 뽝 %26%2348989%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF44 뽄 %26%2348964%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEDA 뻚 %26%2348858%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF50 뽐 %26%2348976%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF2B 뼫 %26%2348939%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF12 뼒 %26%2348914%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF21 뼡 %26%2348929%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF00 뼀 %26%2348896%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF06 뼆 %26%2348902%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEE4 뻤 %26%2348868%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF5F 뽟 %26%2348991%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF10 뼐 %26%2348912%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEF4 뻴 %26%2348884%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEED 뻭 %26%2348877%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF76 뽶 %26%2349014%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF31 뼱 %26%2348945%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEF9 뻹 %26%2348889%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF4E 뽎 %26%2348974%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF5C 뽜 %26%2348988%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEC5 뻅 %26%2348837%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF1B 뼛 %26%2348923%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF22 뼢 %26%2348930%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEDE 뻞 %26%2348862%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF86 뾆 %26%2349030%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF72 뽲 %26%2349010%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BED5 뻕 %26%2348853%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF33 뼳 %26%2348947%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF49 뽉 %26%2348969%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEF5 뻵 %26%2348885%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF6B 뽫 %26%2349003%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF48 뽈 %26%2348968%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF0A 뼊 %26%2348906%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BECD 뻍 %26%2348845%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF70 뽰 %26%2349008%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BECE 뻎 %26%2348846%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF7F 뽿 %26%2349023%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEEB 뻫 %26%2348875%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEC9 뻉 %26%2348841%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BED4 뻔 %26%2348852%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF6C 뽬 %26%2349004%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BED1 뻑 %26%2348849%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEFB 뻻 %26%2348891%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BED9 뻙 %26%2348857%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF56 뽖 %26%2348982%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEE8 뻨 %26%2348872%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF78 뽸 %26%2349016%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF46 뽆 %26%2348966%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF5A 뽚 %26%2348986%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF3E 뼾 %26%2348958%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEC7 뻇 %26%2348839%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF0E 뼎 %26%2348910%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF11 뼑 %26%2348913%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF2E 뼮 %26%2348942%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF30 뼰 %26%2348944%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEF0 뻰 %26%2348880%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEF3 뻳 %26%2348883%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEC3 뻃 %26%2348835%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF3B 뼻 %26%2348955%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF2F 뼯 %26%2348943%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF75 뽵 %26%2349013%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEE3 뻣 %26%2348867%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF07 뼇 %26%2348903%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEDD 뻝 %26%2348861%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF47 뽇 %26%2348967%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF03 뼃 %26%2348899%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF60 뽠 %26%2348992%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF17 뼗 %26%2348919%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEE0 뻠 %26%2348864%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF6A 뽪 %26%2349002%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BF0B 뼋 %26%2348907%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[hangul U+BEFF 뻿 %26%2348895%3B]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[iso2022jp-encode-form-errors-hangul.html?10001-11000]

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

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

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

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

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

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

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

@ -4,6 +4,5 @@
[Check result]
expected:
if os == "android": PASS
if os == "mac": ["FAIL", "PASS"]
[PASS, FAIL]

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

@ -2,9 +2,6 @@
[font_access-enumeration]
expected: FAIL
[iteration fails if there is no sticky user activation]
expected: FAIL
[font_access-enumeration 1]
expected: FAIL

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

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

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

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

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

@ -1,7 +1,6 @@
[navigation-in-onload.tentative.html]
[Navigation in onload handler]
expected:
if fission and (os == "linux") and not debug: ["PASS", "FAIL"]
if fission and (os == "linux") and debug: ["PASS", "FAIL"]
if fission and (os == "win"): ["PASS", "FAIL"]
if fission and debug: ["FAIL", "PASS"]
if fission and not debug: ["PASS", "FAIL"]

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

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

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

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

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

@ -1,4 +1,5 @@
[popup-same-origin-allow-popups-with-cross-origin.https.html]
expected:
if (os == "win") and fission: ["OK", "TIMEOUT"]
if (os == "win") and not fission and webrender and debug: ["OK", "CRASH"]
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
if (os == "win") and fission: ["OK", "TIMEOUT"]

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

@ -18,9 +18,9 @@
[verify remaining reports]
expected:
if (os == "win") and ccov: PASS
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if 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", "PASS"]
if not debug and (os == "win"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "mac"): ["NOTRUN", "PASS"]
if not debug and (os == "win"): ["NOTRUN", "PASS", "TIMEOUT"]

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

@ -6,23 +6,21 @@
[TIMEOUT, OK]
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and not fission and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and not fission and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and fission: ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "mac"): ["TIMEOUT", "FAIL"]
FAIL
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ]
expected:
if (os == "win") and ccov: PASS
if not debug and (os == "win") and not fission and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "win") and not fission and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and fission: ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "NOTRUN", "PASS"]
if not debug and (os == "win") and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "mac"): ["NOTRUN", "PASS", "TIMEOUT"]

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

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

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

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

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

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

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

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

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

@ -9,11 +9,11 @@
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
expected:
if ccov: FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "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", "FAIL"]
if not debug and (os == "win"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "mac"): ["NOTRUN", "FAIL"]
if not debug and (os == "win"): ["NOTRUN", "FAIL", "TIMEOUT"]
FAIL
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin, , , ]

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

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

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

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

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

@ -44,7 +44,10 @@
[utf-16be.html?include=xhr]
[utf-16be.html?include=workers]
expected: [OK, TIMEOUT]
expected:
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "OK"]
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -54,7 +57,10 @@
FAIL
[SharedWorker constructor]
expected: [PASS, TIMEOUT]
expected:
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "PASS"]
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]
expected: FAIL

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

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

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

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

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

@ -286,7 +286,9 @@
[windows-1251.html?include=workers]
expected: [OK, TIMEOUT]
expected:
if (processor == "x86") and (os == "win") and debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -296,7 +298,9 @@
FAIL
[SharedWorker constructor]
expected: [PASS, TIMEOUT]
expected:
if (processor == "x86") and (os == "win") and debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]
expected: FAIL

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

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

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

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

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

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

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

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

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

@ -1,5 +1,5 @@
[iframe-scrolling-attribute-values.html]
expected:
if (os == "win") and (processor == "x86") and debug: ["PASS", "FAIL"]
if (os == "win") and (processor == "x86") and debug: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86") and not debug: ["PASS", "FAIL"]
if (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -1,7 +1,4 @@
[observe-text.html]
[Element with elementtiming attribute is observable.]
expected: FAIL
[Text element is observable as a LargestContentfulPaint candidate.]
expected: FAIL

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

@ -1,3 +1,3 @@
[mo-form-dynamic-002.html]
expected:
if (processor == "x86") and debug: ["FAIL", "PASS"]
if (processor == "x86") and debug: ["PASS", "FAIL"]

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

@ -1,4 +1,6 @@
[mediasource-worker-attach.html]
expected:
if (processor == "x86") and (os == "linux"): ["OK", "ERROR"]
[Test worker MediaSource attachment (currently should fail to attach)]
expected: FAIL

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

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

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

@ -2,9 +2,11 @@
[Test that secureConnectionStart is not zero]
expected:
if (os == "win") and ccov: [FAIL, PASS]
if not fission and (os == "win") and (processor == "x86_64") and not debug and webrender: PASS
if not fission and (os == "mac") and not debug: PASS
if not fission and (os == "win") and (processor == "x86"): PASS
if fission: 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 webrender: PASS
if (os == "mac") and not debug: PASS
if (os == "linux") and fission: PASS
if (os == "win") and (processor == "x86"): PASS
if (os == "android") and debug: ["FAIL", "PASS"]
[PASS, FAIL]

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

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

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

@ -1,8 +1,7 @@
[manifest-utf8-with-bom.https.html]
expected:
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
if debug and (os == "linux") and webrender: OK
if debug and (os == "mac"): OK
if (os == "linux") and debug and webrender: OK
if (os == "mac") and debug: OK
[OK, TIMEOUT]
[Expected originPolicyIDs check]
expected: FAIL

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

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

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

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

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

@ -1,7 +1,5 @@
[valid-with-multi-item-array.https.html]
expected:
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
expected: [OK, TIMEOUT]
[img loading must be disallowed]
expected: FAIL

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

@ -1,7 +1,5 @@
[valid-with-semicolon.https.html]
expected:
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
[OK, TIMEOUT]
expected: [OK, TIMEOUT]
[img loading must be disallowed]
expected: FAIL

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

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

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

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

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

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

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

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

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

@ -1,8 +1,9 @@
[link-header-preload-delay-onload.html]
[Makes sure that Link headers preload resources and block window.onload after resource discovery]
expected:
if not debug and (os == "linux") and not fission and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and (processor == "x86_64") and not fission and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and (processor == "x86_64") and fission: ["PASS", "FAIL"]
if not debug and (os == "linux") and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and fission: ["PASS", "FAIL"]
if not debug and (os == "mac"): ["PASS", "FAIL"]

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

@ -0,0 +1,19 @@
[a-tag.http.html]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
[Referrer Policy: Expects omitted for a-tag to cross-https origin and no-redirect redirection from http context.]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
[Referrer Policy: Expects omitted for a-tag to same-https origin and no-redirect redirection from http context.]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
[Referrer Policy: Expects omitted for a-tag to same-http origin and no-redirect redirection from http context.]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
[Referrer Policy: Expects omitted for a-tag to cross-http origin and no-redirect redirection from http context.]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"]

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

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

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

@ -3,5 +3,6 @@
if os == "android": ["OK", "TIMEOUT"]
[requestIdleCallback callback is invoked at least once before the timeout]
expected:
if (os == "mac") and debug: ["PASS", "FAIL"]
if os == "android": ["PASS", "TIMEOUT"]

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

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

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

@ -1,13 +1,13 @@
[resource-reload-TAO.sub.html]
expected:
if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if (os == "win") and not fission and not debug and webrender: ["TIMEOUT", "OK"]
if (os == "win") and fission: ["TIMEOUT", "OK"]
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
if (os == "win") and not debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if (os == "win") and not debug and webrender: ["TIMEOUT", "OK"]
TIMEOUT
[Test that TAO headers are reused on reloads.]
expected:
if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): ["TIMEOUT", "PASS"]
if (os == "win") and not fission and not debug and webrender: ["TIMEOUT", "PASS"]
if (os == "win") and fission: ["TIMEOUT", "PASS"]
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS"]
if (os == "win") and not debug and not webrender and (processor == "x86"): ["TIMEOUT", "PASS"]
if (os == "win") and not debug and webrender: ["TIMEOUT", "PASS"]
TIMEOUT

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

@ -1,11 +1,11 @@
[event-before-promise.html]
expected:
if (os == "linux") and webrender and debug and not fission: ["OK", "ERROR"]
if (os == "linux") and webrender and not debug and not fission: ["OK", "ERROR"]
if (os == "linux") and webrender and not debug and fission: ["OK", "ERROR"]
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"]
if (os == "linux") and not debug and not fission: ["ERROR", "OK"]
if (os == "linux") and debug and webrender: ["ERROR", "OK"]
if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if os == "android": ["TIMEOUT", "OK", "ERROR"]
[ERROR, OK]
[OK, ERROR]
[The 'change' event must fire before the [[orientationPendingPromise\]\] is resolved.]
expected:
if os == "android": TIMEOUT

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

@ -1,12 +1,10 @@
[lock-unlock-check.html]
expected:
if (os == "linux") and webrender and not debug and fission: ["ERROR", "OK"]
if (os == "linux") and webrender and not debug and not fission: ["ERROR", "OK"]
if (os == "linux") and not webrender: ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "linux") and debug and webrender: ["OK", "ERROR"]
if (os == "mac") and not debug: ["OK", "ERROR"]
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"]
if os == "android": ["TIMEOUT", "OK", "ERROR"]
[OK, ERROR]
[ERROR, OK]
[Re-locking orientation during event dispatch must reject existing orientationPendingPromise]
expected:
if os == "android": TIMEOUT

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

@ -1,6 +1,5 @@
[onchange-event.html]
expected:
if (os == "mac") and not debug: ["OK", "ERROR"]
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"]
if os == "android": ["TIMEOUT", "OK", "ERROR"]
[ERROR, OK]

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

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

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

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

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

@ -1,3 +1,11 @@
[bad-strategies.any.js]
type: testharness
disabled: need to pass --enable-writable-streams to the shell to run these
[bad-strategies.any.worker.html]
[bad-strategies.any.serviceworker.html]
[bad-strategies.any.html]
[bad-strategies.any.sharedworker.html]

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

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

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