Bug 1730661 - [wpt-sync] Update web-platform-tests to 7368bcb6a3b8b393e5e83e36530ba14b6133eff3, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 7368bcb6a3b8b393e5e83e36530ba14b6133eff3
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2021-09-14 10:06:51 +00:00
Родитель aa163278ca
Коммит 58c40e3491
176 изменённых файлов: 1187 добавлений и 771 удалений

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

@ -125,8 +125,8 @@
expected:
if (os == "android") and debug and not swgl: [NOTRUN, PASS, TIMEOUT]
if (os == "linux") and fission and not debug: NOTRUN
if (os == "win") and not fission: [NOTRUN, PASS]
if (os == "win") and fission: [NOTRUN, PASS, TIMEOUT]
if (os == "win") and not fission: [NOTRUN, PASS]
if os == "mac": NOTRUN
[NOTRUN, TIMEOUT]
@ -151,38 +151,47 @@
[structured-clone.any.worker.html?101-last]
expected:
if (os == "win") and (processor == "x86_64") and fission and debug: [TIMEOUT, OK]
if (os == "win") and (processor == "x86_64") and fission and not debug: [TIMEOUT, OK]
if (os == "linux") and debug and not fission and not swgl: [TIMEOUT, OK]
if (os == "win") and (processor == "x86_64") and not fission: [TIMEOUT, OK]
if (os == "mac") and debug: [TIMEOUT, OK]
if (os == "win") and (processor == "x86_64"): [TIMEOUT, OK]
TIMEOUT
[Not serializable: function: function() {}]
expected:
if (os == "linux") and debug and not fission and not swgl: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64") and fission and debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64") and fission and not debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64") and not fission: [NOTRUN, PASS]
if (os == "mac") and debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS]
NOTRUN
[Not serializable: MessageChannel: [object MessageChannel\]]
expected:
if (os == "win") and (processor == "x86_64") and fission and not debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64") and fission and debug: [NOTRUN, PASS]
if (os == "linux") and debug and not fission and not swgl: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64") and not fission: [NOTRUN, PASS]
if (os == "mac") and debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS]
NOTRUN
[Not serializable: symbol: Symbol(desc)]
expected:
if (os == "win") and (processor == "x86_64") and fission and debug: [NOTRUN, FAIL]
if (os == "win") and (processor == "x86_64") and fission and not debug: [NOTRUN, FAIL]
if (os == "linux") and debug and not fission and not swgl: [NOTRUN, FAIL]
if (os == "win") and (processor == "x86_64") and not fission: [NOTRUN, FAIL]
if (os == "mac") and debug: [NOTRUN, FAIL]
if (os == "win") and (processor == "x86_64"): [NOTRUN, FAIL]
NOTRUN
[File: [object File\]]
expected:
if (os == "linux") and debug and not fission and not swgl: [NOTRUN, PASS, TIMEOUT]
if (os == "win") and (processor == "x86_64") and fission and debug: [NOTRUN, PASS, TIMEOUT]
if (os == "win") and (processor == "x86_64") and fission and not debug: [NOTRUN, PASS, TIMEOUT]
if (os == "linux") and debug and fission: [NOTRUN, TIMEOUT]
if (os == "linux") and debug and not fission and not swgl: [NOTRUN, PASS, TIMEOUT]
if (os == "linux") and debug and not fission and swgl: [NOTRUN, TIMEOUT]
if (os == "win") and (processor == "x86_64") and not fission: [NOTRUN, PASS, TIMEOUT]
if (os == "linux") and debug and fission: [NOTRUN, TIMEOUT]
if (os == "mac") and debug: [NOTRUN, PASS, TIMEOUT]
if (os == "mac") and not debug: [NOTRUN, TIMEOUT]
if os == "android": [NOTRUN, TIMEOUT]
@ -191,20 +200,23 @@
[Not serializable: Event: [object Event\]]
expected:
if (os == "linux") and debug and not fission and not swgl: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64") and fission and not debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64") and fission and debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64") and not fission: [NOTRUN, PASS]
if (os == "mac") and debug: [NOTRUN, PASS]
NOTRUN
[Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]]
expected:
if (os == "linux") and debug and not fission and not swgl: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64") and fission and not debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64") and fission and debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64") and not fission: [NOTRUN, PASS]
if (os == "mac") and debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS]
NOTRUN
[Blob: [object Blob\]]
expected:
if (os == "linux") and debug and swgl: TIMEOUT
if (os == "win") and (processor == "x86"): TIMEOUT
if (os == "linux") and not debug: TIMEOUT
[TIMEOUT, PASS]

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

@ -1,9 +1,8 @@
[navigate-replace-same-document.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
if (os == "win") and debug and (processor == "x86"): [OK, ERROR]
if (os == "linux") and debug and fission: [OK, ERROR]
if (os == "linux") and not debug and (processor == "x86"): [OK, ERROR]
if (os == "android") and not swgl and debug: [OK, ERROR]
if (os == "android") and not swgl and not debug: [OK, ERROR]
[ERROR, OK]
if (os == "linux") and not fission and not swgl and debug: [ERROR, OK]
if (os == "linux") and not fission and swgl: [ERROR, OK]
if (os == "linux") and fission and not debug: [ERROR, OK]
if (os == "mac") and not debug: [ERROR, OK]
if (os == "win") and not debug: [ERROR, OK]
[OK, ERROR]

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

@ -1,69 +1,72 @@
[fetch.https.window.html]
expected:
if debug and (os == "linux") and webrender: ["OK", "TIMEOUT"]
if debug and (os == "win") and webrender: ["OK", "TIMEOUT"]
if debug and (os == "mac"): ["OK", "TIMEOUT"]
if os == "win": [OK, TIMEOUT]
[Using Background Fetch to successfully fetch a single resource]
expected: FAIL
expected:
if os == "win": [FAIL, NOTRUN]
FAIL
[Background Fetch requires an activated Service Worker]
expected: FAIL
expected:
if os == "win": [FAIL, TIMEOUT]
FAIL
[Argument verification is done for BackgroundFetchManager.fetch()]
expected: FAIL
expected:
if os == "win": [FAIL, NOTRUN]
FAIL
[IDs must be unique among active Background Fetch registrations]
expected: FAIL
expected:
if os == "win": [FAIL, NOTRUN]
FAIL
[Background Fetch that exceeds the quota throws a QuotaExceededError]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
if os == "win": [FAIL, NOTRUN]
FAIL
[Fetches can have requests with duplicate URLs]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
if os == "win": [FAIL, NOTRUN]
FAIL
[recordsAvailable is false after onbackgroundfetchsuccess finishes execution.]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
if os == "win": [FAIL, NOTRUN]
FAIL
[Using Background Fetch to fetch a non-existent resource should fail.]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
if os == "win": [FAIL, NOTRUN]
FAIL
[Empty URL is OK.]
expected: FAIL
expected:
if os == "win": [FAIL, NOTRUN]
FAIL
[Fetches with mixed content should fail.]
expected:
if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
if os == "win": [FAIL, NOTRUN]
FAIL
[Requests with text/json content type require CORS Preflight and succeed.]
expected: FAIL
expected:
if os == "win": [FAIL, NOTRUN]
FAIL
[Requests with PUT method require CORS Preflight and succeed.]
expected: FAIL
expected:
if os == "win": [FAIL, NOTRUN]
FAIL
[Registration object gets updated values when a background fetch completes.]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if os == "win": [FAIL, NOTRUN]
FAIL
[Responses failing CORS checks are not leaked]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN", "TIMEOUT"]
if os == "win": [FAIL, NOTRUN]
FAIL

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

@ -1,7 +1,12 @@
[get-ids.https.window.html]
expected:
if os == "win": [OK, TIMEOUT]
[BackgroundFetchManager.getIds() does not require an activated worker]
expected: FAIL
expected:
if os == "win": [FAIL, TIMEOUT]
FAIL
[The BackgroundFetchManager exposes active fetches]
expected: FAIL
expected:
if os == "win": [FAIL, NOTRUN]
FAIL

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

@ -1,14 +1,17 @@
[get.https.window.html]
expected:
if (os == "mac") and debug: ["OK", "TIMEOUT"]
if os == "win": [OK, TIMEOUT]
[BackgroundFetchManager.get() does not require an activated worker]
expected: FAIL
expected:
if os == "win": [FAIL, TIMEOUT]
FAIL
[Getting non-existing registrations yields `undefined`]
expected: FAIL
expected:
if os == "win": [FAIL, NOTRUN]
FAIL
[Getting an existing registration has the expected values]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if os == "win": [FAIL, NOTRUN]
FAIL

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

@ -0,0 +1,6 @@
[navigation.https.html]
expected:
if fission and (os == "win") and debug: [OK, TIMEOUT]
[Clear datatypes on navigation: cookies, storage]
expected:
if fission and (os == "win") and debug: [PASS, TIMEOUT]

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

@ -1,9 +1,8 @@
[accept-ch-feature-policy-navigation.https.html]
max-asserts: 2
expected:
if (os == "android") and debug and not swgl: [OK, TIMEOUT, CRASH]
if (os == "android") and debug and swgl: [OK, TIMEOUT, CRASH]
if (os == "android") and not debug: [OK, TIMEOUT]
if (os == "android") and debug: [OK, TIMEOUT, CRASH]
if (os == "android") and not debug: [OK, CRASH, TIMEOUT]
[Client hints loaded on cross-origin iframe request with feature policy.]
expected: FAIL

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

@ -1,3 +0,0 @@
[viewport-size-iframe.https.html]
[viewport-size-iframe]
expected: FAIL

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

@ -1,3 +0,0 @@
[viewport-size-subresource.https.html]
[viewport-size-subresource]
expected: FAIL

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

@ -1,3 +0,0 @@
[viewport-size-window-different-dimensions.https.html]
[viewport-size-window-different-dimensions]
expected: FAIL

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

@ -1,3 +0,0 @@
[viewport-size-window.https.html]
[viewport-size-window]
expected: FAIL

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

@ -1,21 +1,23 @@
[history-iframe.sub.html]
expected:
if os == "win": OK
if os == "android": OK
if os == "win": OK
[OK, TIMEOUT]
[History navigation in iframe: "about:blank" document is navigated back from history same-origin.]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [FAIL, PASS, TIMEOUT]
if (os == "linux") and not fission and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and debug: [PASS, FAIL, TIMEOUT]
if (os == "linux") and fission: [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and (processor == "x86_64") and not swgl and debug: [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and (processor == "x86_64") and not swgl and not debug: [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and (processor == "x86_64") and swgl: [FAIL, PASS, TIMEOUT]
if (os == "linux") and not fission and (processor == "x86"): [PASS, FAIL, TIMEOUT]
if (os == "linux") and fission and debug: [PASS, FAIL, TIMEOUT]
if (os == "linux") and fission and not debug: [PASS, FAIL, TIMEOUT]
if (os == "win") and (processor == "x86"): [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT]
[History navigation in iframe: "about:blank" document is navigated back from history cross-origin.]
expected:
if (os == "linux") and fission: [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and fission: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[History navigation in iframe: blob URL document is navigated back from history same-origin.]
@ -26,14 +28,14 @@
[History navigation in iframe: blob URL document is navigated back from history cross-origin.]
expected:
if os == "win": PASS
if os == "android": PASS
if os == "win": PASS
[PASS, NOTRUN]
[History navigation in iframe: data URL document is navigated back from history same-origin.]
expected:
if os == "win": PASS
if os == "android": PASS
if os == "win": PASS
[PASS, NOTRUN]
[History navigation in iframe: data URL document is navigated back from history cross-origin.]
@ -50,6 +52,6 @@
[History navigation in iframe: srcdoc iframe is navigated back from history cross-origin.]
expected:
if os == "win": PASS
if os == "android": PASS
if os == "win": PASS
[PASS, NOTRUN]

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

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

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

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

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

@ -1,4 +1,6 @@
[cookieListItem_attributes.tentative.https.any.serviceworker.html]
expected:
if os == "win": [OK, TIMEOUT]
[CookieListItem - cookieStore.set with sameSite set to lax]
expected: FAIL
@ -60,4 +62,3 @@
[CookieListItem - cookieStore.set adds / to path if it does not end with /]
expected: FAIL

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

@ -4,6 +4,7 @@
[cookieStoreManager_getSubscriptions_empty.tentative.https.any.serviceworker.html]
expected:
if os == "win": [OK, TIMEOUT]
[getSubscriptions returns an empty array when there are no subscriptions]
expected: FAIL

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

@ -4,6 +4,7 @@
[cookieStore_get_set_basic.tentative.https.any.serviceworker.html]
expected:
if os == "win": [OK, TIMEOUT]
[cookieStore.get returns the cookie written by cookieStore.set]
expected: FAIL

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

@ -7,9 +7,10 @@
[cookieStore_get_set_ordering.tentative.https.any.serviceworker.html]
expected:
if os == "win": [OK, TIMEOUT]
[Set three simple origin session cookies in undefined order using Promise.all and ensure they all end up in the cookie jar in any order. ]
expected: FAIL
[Set three simple origin session cookies sequentially and ensure they all end up in the cookie jar in order.]
expected: FAIL

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

@ -1,3 +1,6 @@
[webid.https.html]
[navigator.credentials.get() with invalid providers.]
[navigator.credentials.revoke() basic.]
expected: FAIL
[navigator.credentials.get() with a FederatedIdentityProvider.]
expected: FAIL

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

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

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

@ -1,8 +1,5 @@
[background-color-animation-with-table2.html]
expected:
if (os == "android") and debug and swgl: [TIMEOUT, PASS]
if (os == "linux") and fission and debug: [TIMEOUT, PASS]
if (os == "win") and not debug and not fission: [TIMEOUT, PASS]
if (os == "win") and debug and (processor == "x86"): [TIMEOUT, PASS]
if (os == "mac") and not debug: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86"): [TIMEOUT, PASS]
if os == "mac": [TIMEOUT, PASS]
[PASS, TIMEOUT]

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

@ -1,6 +1,7 @@
[background-color-animation-with-table3.html]
expected:
if (os == "android") and debug and swgl: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86") and debug: [TIMEOUT, PASS]
if (os == "linux") and fission and debug: [TIMEOUT, PASS]
if (os == "android") and not swgl and not debug: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86"): [TIMEOUT, PASS]
if os == "mac": [TIMEOUT, PASS]
[PASS, TIMEOUT]

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

@ -7,6 +7,3 @@
[@keyframes override update with appended sheet 1]
expected: FAIL
[@keyframes override update with appended sheet 2]
expected: FAIL

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

@ -1,3 +0,0 @@
[content-visibility-input-image.html]
[<input type=image> should return nonzero values for width and height in a c-v:hidden subtree.]
expected: FAIL

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

@ -1,10 +1,4 @@
[image-set-parsing.html]
[content: image-set(linear-gradient(black, white) 1x, 'example.png' 4x) [ parsable \]]
expected: FAIL
[content: image-set(url('example.png') 192dpi, linear-gradient(black, white) 1x) [ parsable \]]
expected: FAIL
[e.style['content'\] = "image-set(linear-gradient(black, white) 1x, 'example.png' 4x)" should set the property value]
expected: FAIL

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

@ -1,4 +1,4 @@
[webkit-line-clamp-008.html]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "android") and debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

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

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

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

@ -1,2 +0,0 @@
[selection-decoration-p3.html]
expected: FAIL

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

@ -2,5 +2,5 @@
[Verify scroll anchoring interaction with fragment scrolls]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and debug: [PASS, FAIL]
FAIL

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

@ -0,0 +1,5 @@
[scroll-target-margin-005.html]
[scroll-margin on input widget]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

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

@ -1,4 +1,6 @@
[transform-input-009.html]
expected:
if (os == "mac"): FAIL
if (os == "android"): FAIL
if (os == "android") and not debug: [FAIL, PASS]
if (os == "android") and debug: FAIL
if (os == "mac") and not debug: [FAIL, PASS]
if (os == "mac") and debug: FAIL

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

@ -1,4 +1,6 @@
[transform-input-012.html]
expected:
if (os == "mac"): FAIL
if (os == "android"): FAIL
if (os == "mac") and debug: FAIL
if (os == "mac") and not debug: [FAIL, PASS]
if (os == "android") and debug: FAIL
if (os == "android") and not debug: [FAIL, PASS]

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

@ -1,3 +1,4 @@
[transform-input-013.html]
expected:
if os == "mac": FAIL
if (os == "mac") and not debug: [FAIL, PASS]
if (os == "mac") and debug: FAIL

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

@ -1,6 +1,8 @@
[background-change-during-smooth-scroll.html]
expected:
if (os == "linux") and fission and debug: [OK, TIMEOUT]
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
[background change during smooth scroll]
expected:
if (os == "linux") and fission and debug: [PASS, NOTRUN]
if (os == "linux") and not fission and not debug: [PASS, NOTRUN]

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

@ -34,7 +34,8 @@
[Element with smooth scroll-behavior ; scroll() with auto behavior]
expected:
if (os == "linux") and debug and not fission: [PASS, FAIL]
if (os == "linux") and debug and not fission and swgl: [PASS, FAIL]
if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]
[Element with smooth scroll-behavior ; scrollBy() with smooth behavior]
expected:

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

@ -1,8 +1,6 @@
[scroll-behavior-main-frame-root.html]
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
if fission and not debug and (os == "win"): [FAIL, PASS]
[PASS, FAIL]
expected: [PASS, FAIL]
[Main frame with auto scroll-behavior ; scrollBy() with smooth behavior]
expected:

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

@ -7,10 +7,10 @@
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
if (os == "linux") and fission and not debug: [FAIL, PASS]
if (os == "linux") and fission and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": [PASS, FAIL]
if (os == "win") and fission and not debug: [FAIL, PASS]
if (os == "linux") and not fission: PASS
if os == "android": PASS
[PASS, FAIL]
[Main frame with smooth scroll-behavior ; scrollBy() with default behavior]
expected:

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

@ -0,0 +1,15 @@
[focus-visible-002.html]
[Focus element INPUT#input9 via mouse should match :focus-visible as it supports keyboard input]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[Focus element INPUT#input10 via mouse should match :focus-visible as it supports keyboard input]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[Focus element INPUT#input12 via mouse should match :focus-visible as it supports keyboard input]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -1,8 +1,8 @@
[scrollend-event-for-user-scroll.html]
expected:
if (os == "win") and ccov: [ERROR, OK]
if (os == "win") and debug and fission: [ERROR, TIMEOUT]
if (os == "win") and debug and not fission: ERROR
if (os == "win") and debug and fission: [ERROR, TIMEOUT]
if (os == "mac") and debug: ERROR
if os == "android": OK
TIMEOUT
@ -15,17 +15,17 @@
expected:
if (os == "linux") and not debug and (processor == "x86"): [NOTRUN, FAIL, TIMEOUT]
if (os == "linux") and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "android": [FAIL, NOTRUN]
if os == "win": [NOTRUN, FAIL, TIMEOUT]
if os == "mac": [NOTRUN, FAIL]
if os == "android": [FAIL, NOTRUN]
[FAIL, NOTRUN, TIMEOUT]
[Tests that the target_div gets scrollend event when drag the thumb of target.]
expected:
if (os == "linux") and (processor == "x86"): [NOTRUN, TIMEOUT]
if os == "win": [NOTRUN, TIMEOUT]
if os == "mac": [NOTRUN, FAIL, TIMEOUT]
if os == "android": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [NOTRUN, FAIL, TIMEOUT]
[TIMEOUT, NOTRUN]
[Tests that the target_div gets scrollend event when dragging scroll on target.]

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

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

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

@ -1,21 +1,23 @@
[caret-navigation-around-line-break.html]
[two <span> separators - move up]
expected:
if debug: [FAIL, PASS]
if debug and (os == "linux") and not fission and not swgl: [FAIL, PASS]
if debug and (os == "linux") and not fission and swgl: [FAIL, PASS]
if debug and (os == "linux") and fission: [FAIL, PASS]
if debug and (os == "android"): [FAIL, PASS]
if debug and (os == "mac"): [FAIL, PASS]
if debug and (os == "win"): [FAIL, PASS]
FAIL
[no separator - move up]
expected:
if (os == "linux") and not swgl and debug and not fission: [FAIL, PASS]
if (os == "mac") and debug: [FAIL, PASS]
if (os == "linux") and swgl: [FAIL, PASS]
if debug and (os == "linux") and not fission: [FAIL, PASS]
if debug and (os == "mac"): [FAIL, PASS]
FAIL
[<span> separator - move down]
expected:
if debug and fission and (os == "linux"): [FAIL, PASS]
if debug and fission and (os == "win"): [FAIL, PASS]
if debug and not fission: [FAIL, PASS]
if debug: [FAIL, PASS]
FAIL
[two <span> separators - move down]
@ -25,8 +27,7 @@
[<br> separator - move down]
expected:
if (os == "linux") and debug and not swgl and not fission: [FAIL, PASS]
if (os == "linux") and debug and not swgl and fission: [FAIL, PASS]
if (os == "linux") and debug and not swgl: [FAIL, PASS]
FAIL
[<wbr> separator - move right]
@ -52,9 +53,7 @@
[<span> separator - move up]
expected:
if (os == "linux") and debug and not fission and not swgl: [FAIL, PASS]
if (os == "linux") and debug and not fission and swgl: [FAIL, PASS]
if (os == "linux") and debug and fission: [FAIL, PASS]
if (os == "linux") and debug: [FAIL, PASS]
FAIL
[<br> separator - move up]

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

@ -0,0 +1,27 @@
[eucjp-encode-form-errors-hangul.html?10001-11000]
[eucjp-encode-form-errors-hangul.html?4001-5000]
[eucjp-encode-form-errors-hangul.html?6001-7000]
[eucjp-encode-form-errors-hangul.html?2001-3000]
expected:
if fission and (os == "linux") and not debug: [OK, TIMEOUT]
[eucjp-encode-form-errors-hangul.html?1-1000]
[eucjp-encode-form-errors-hangul.html?7001-8000]
[eucjp-encode-form-errors-hangul.html?9001-10000]
[eucjp-encode-form-errors-hangul.html?5001-6000]
[eucjp-encode-form-errors-hangul.html?1001-2000]
expected:
if fission and (os == "linux") and not debug: [OK, TIMEOUT]
[eucjp-encode-form-errors-hangul.html?11001-last]
[eucjp-encode-form-errors-hangul.html?3001-4000]
[eucjp-encode-form-errors-hangul.html?8001-9000]

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

@ -0,0 +1,17 @@
[eucjp-encode-form-x-euc-jp.html?7001-last]
expected:
if fission and (os == "linux") and not debug: [OK, TIMEOUT]
[eucjp-encode-form-x-euc-jp.html?6001-7000]
[eucjp-encode-form-x-euc-jp.html?1001-2000]
[eucjp-encode-form-x-euc-jp.html?2001-3000]
[eucjp-encode-form-x-euc-jp.html?1-1000]
[eucjp-encode-form-x-euc-jp.html?3001-4000]
[eucjp-encode-form-x-euc-jp.html?5001-6000]
[eucjp-encode-form-x-euc-jp.html?4001-5000]

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

@ -1,7 +1,7 @@
[medium-duration-threshold.html]
[PerformanceObserver observes events according to its durationThreshold]
expected:
if (os == "linux") and fission and not webrender: [PASS, FAIL]
if (os == "win") and not debug and not webrender: [PASS, FAIL]
if (os == "linux") and not fission and debug and swgl: [PASS, FAIL]
if (os == "linux") and not fission and debug and not swgl: [PASS, FAIL]
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "linux") and not fission: [PASS, FAIL]

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

@ -4,28 +4,22 @@
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 debug: [PASS, FAIL, TIMEOUT]
if os == "mac": [PASS, FAIL, TIMEOUT]
[response-cancel-stream.any.html]
expected:
if (os == "win") and not debug and not fission and (processor == "x86_64"): [OK, ERROR]
if (os == "win") and not debug and not fission and (processor == "x86"): [OK, ERROR]
if (os == "win") and not debug and fission: [OK, ERROR]
if (os == "win") and debug: [OK, ERROR]
if (os == "mac") and debug: [OK, ERROR, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT, ERROR]
if os == "win": [OK, ERROR]
if os == "mac": [OK, ERROR, TIMEOUT]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and debug: [PASS, FAIL, TIMEOUT]
if (os == "mac") and not debug: [PASS, TIMEOUT, FAIL]
if os == "mac": [PASS, FAIL, TIMEOUT]
[response-cancel-stream.any.serviceworker.html]
expected:
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "mac") and debug: [OK, TIMEOUT]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT, FAIL]
@ -38,5 +32,4 @@
if os == "mac": [OK, ERROR, TIMEOUT]
[Cancelling a closed Response stream]
expected:
if (os == "mac") and debug: [FAIL, PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]
if os == "mac": [PASS, FAIL, TIMEOUT]

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

@ -1,5 +1,6 @@
[response-clone-iframe.window.html]
expected:
if (os == "mac") and not debug: [OK, ERROR]
if (os == "mac") and debug: [OK, ERROR]
if os == "win": [OK, ERROR]
if (os == "win") and (processor == "x86") and not debug: [ERROR, OK]
if (os == "win") and (processor == "x86") and debug: [OK, ERROR]
if (os == "win") and (processor == "x86_64"): [OK, ERROR]
if os == "mac": [OK, ERROR]

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

@ -6,21 +6,18 @@
[304-update.any.worker.html]
[HTTP cache updates stored headers from a Last-Modified 304]
expected:
if (os == "android") and swgl: [FAIL, PASS]
if os == "win": PASS
[PASS, FAIL]
[304-update.any.serviceworker.html]
[HTTP cache updates stored headers from a Last-Modified 304]
expected:
if (os == "linux") and (processor == "x86"): [FAIL, PASS]
[PASS, FAIL]
expected: [PASS, FAIL]
[304-update.any.sharedworker.html]
[HTTP cache updates stored headers from a Last-Modified 304]
expected:
if (processor == "x86_64") and (os == "linux") and fission and debug: [FAIL, PASS]
if (processor == "x86_64") and (os == "linux") and debug and not fission and not swgl: [FAIL, PASS]
if processor == "x86": PASS
[PASS, FAIL]

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

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

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

@ -1,3 +1,4 @@
[focus-already-focused-iframe-deep-different-site.html]
expected:
if (os == "win") and (processor == "x86") and not debug: [TIMEOUT, OK]
if (os == "mac") and not debug: [OK, TIMEOUT]

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

@ -1,6 +1,9 @@
[focus-already-focused-iframe-different-site.html]
expected:
if (os == "win") and (processor == "x86_64") and not debug and not fission: [OK, TIMEOUT]
if (os == "win") and (processor == "x86_64") and not debug and fission: [OK, TIMEOUT]
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
if win10_2004 and (bits == 32): [OK, TIMEOUT]
if (os == "win") and (processor == "x86") and debug: [OK, TIMEOUT]
if (os == "win") and (processor == "x86") and not debug: [OK, TIMEOUT]
if (os == "win") and (processor == "x86_64") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [TIMEOUT, OK]

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

@ -2,7 +2,4 @@
disabled:
if (os == "linux") or debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1642889
[Check result]
expected:
if (os == "win") and not fission and (processor == "x86_64"): [FAIL, PASS]
if os == "mac": [FAIL, PASS]
[PASS, FAIL]
expected: [PASS, FAIL]

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

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

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

@ -1,9 +1,7 @@
[iframe-activeelement-after-focusing-out-iframes.html]
[Check iframe activeElement after focusing out different site iframe]
expected:
if (os == "win") and not swgl and not debug and not fission and (processor == "x86_64"): [FAIL, PASS]
if (os == "win") and not swgl and not debug and not fission and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not swgl and debug: PASS
if (os == "win") and debug and not swgl: PASS
if (os == "mac") and debug: PASS
if os == "android": PASS
[PASS, FAIL]

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

@ -1,5 +1,5 @@
[forced-colors-mode-43.html]
expected:
if (os == "linux") and not swgl and not fission and debug: [FAIL, PASS]
if (os == "linux") and not fission and debug and not swgl: [FAIL, PASS]
if os == "android": PASS
[PASS, FAIL]

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

@ -1,4 +1,2 @@
[forced-colors-mode-45.html]
expected:
if (os == "mac") and debug: [FAIL, PASS]
[PASS, FAIL]
expected: [PASS, FAIL]

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

@ -1,15 +1,13 @@
[initial-content-replacement.html]
[Content synchronously added to <iframe> with no src won't get replaced]
expected:
if not swgl and debug and (os == "linux") and not fission: [FAIL, PASS]
if swgl and (os == "linux"): [FAIL, PASS]
if (os == "linux") and debug and not fission: [FAIL, PASS]
FAIL
[Content synchronously added to <iframe> with src='' won't get replaced]
expected:
if (os == "linux") and not swgl and debug and not fission: [FAIL, PASS]
if (os == "linux") and debug and not fission: [FAIL, PASS]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS]
if (os == "linux") and swgl: [FAIL, PASS]
FAIL
[Content synchronously added to <iframe> with src='about:blank' won't get replaced]
@ -30,7 +28,7 @@
[Content synchronously added to window.open('about:blank')-ed document won't get replaced]
expected:
if not swgl and (os == "linux") and not fission: [FAIL, PASS]
if (os == "linux") and not fission and not swgl: [FAIL, PASS]
FAIL
[Content synchronously added to window.open('about:blank?foo')-ed document won't get replaced]

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

@ -7,7 +7,7 @@
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
expected:
if (os == "linux") and debug and not fission and not swgl: [FAIL, PASS]
if (os == "linux") and debug and fission: [PASS, FAIL]
if (os == "linux") and debug and fission: [FAIL, PASS]
FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']

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

@ -1,11 +1,11 @@
[load-pageshow-events-window-open.html]
[load event does not fire on window.open('about:blank')]
expected:
if (os == "linux") and not fission and not swgl and (processor == "x86_64") and not debug: [PASS, FAIL]
if (os == "linux") and not fission and not swgl and (processor == "x86_64") and debug: [PASS, FAIL]
if (os == "linux") and not fission and not swgl and (processor == "x86"): [FAIL, PASS]
if (os == "linux") and fission and debug: [PASS, FAIL]
if (os == "linux") and fission and not debug: [FAIL, PASS]
if (os == "linux") and not fission and swgl: [FAIL, PASS]
if (os == "linux") and not fission and (processor == "x86_64") and not swgl and debug: [FAIL, PASS]
if (os == "linux") and not fission and (processor == "x86_64") and not swgl and not debug: [PASS, FAIL]
if (os == "linux") and not fission and (processor == "x86_64") and swgl: [PASS, FAIL]
if (os == "win") and (processor == "x86") and debug: [FAIL, PASS]
if (os == "linux") and fission and not debug: [PASS, FAIL]
if (os == "linux") and fission and debug: [PASS, FAIL]
if (os == "linux") and not fission and (processor == "x86"): [FAIL, PASS]
FAIL

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

@ -1,8 +1,6 @@
[cross-document-nav-same-document-traversal.html]
[cross-document navigations are stopped by same-document back()]
expected:
if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, FAIL]
if (os == "android") and not debug: FAIL
if (os == "win") and not debug: FAIL
if os == "mac": FAIL

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

@ -4,8 +4,8 @@
if fission and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1668853
if fission and (os == "win") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1668853
expected:
if fission and (os == "linux") and debug: [FAIL, PASS]
if fission and (os == "linux") and not debug: [PASS, FAIL]
if fission and (os == "linux") and debug: [PASS, FAIL]
if fission and (os == "win") and debug: [PASS, FAIL]
[window.onpopstate should register a listener for the popstate event]
@ -13,4 +13,4 @@
if fission and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1692852
expected:
if fission and debug and (os == "win"): [PASS, FAIL]
if fission and debug and (os == "linux"): [FAIL, PASS]
if fission and debug and (os == "linux"): [PASS, FAIL]

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

@ -1,7 +1,7 @@
[traverse-during-unload.html]
[Traversing the history during unload]
expected:
if fission and (os == "linux") and debug: PASS
if fission and (os == "linux") and not debug: [PASS, FAIL]
if fission and (os == "linux") and debug: PASS
if fission and (os == "win"): PASS
FAIL

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

@ -1,10 +1,8 @@
[no_window_open_when_term_nesting_level_nonzero.window.html]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86"): [ERROR, TIMEOUT, CRASH]
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [ERROR, TIMEOUT, CRASH]
if (os == "linux") and fission and not debug: [ERROR, TIMEOUT]
if (os == "linux") and fission and debug: [ERROR, TIMEOUT, CRASH]
if (os == "linux") and not fission and debug: [ERROR, TIMEOUT, CRASH]
if (os == "linux") and fission and not debug: [ERROR, TIMEOUT]
if (os == "linux") and not fission: [ERROR, TIMEOUT, CRASH]
ERROR
[no popups from synchronously reachable window]
expected:

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

@ -9,6 +9,5 @@
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via cross-site <iframe)>]
expected:
if not fission and (processor == "x86") and (os == "linux"): [PASS, FAIL]
if fission: [PASS, FAIL]
[FAIL, PASS]

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

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

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

@ -1,3 +1,5 @@
[2d.path.roundrect.2.radii.1.dompointinit.html]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [OK, CRASH]
[Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPointInit, applies to the top-left and bottom-right corners.]
expected: FAIL

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

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

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

@ -1,9 +1,12 @@
[cookie.tentative.https.html]
expected:
if debug and (os == "linux") and not fission and not swgl: [OK, TIMEOUT]
if not debug and (os == "linux") and not fission: [OK, TIMEOUT]
if not debug and (os == "linux") and fission: [TIMEOUT, OK]
if not debug and (os == "win"): [OK, TIMEOUT]
if debug and (os == "linux") and not fission and swgl: OK
if debug and (os == "linux") and fission: OK
if debug and (os == "win"): OK
if debug and (os == "android"): OK
if debug and (os == "mac"): OK
if not debug and (os == "android"): OK
[OK, TIMEOUT]
[same_origin anonymous iframe can't send same_origin credentials]
expected: FAIL
@ -21,22 +24,22 @@
[same_origin anonymous iframe can't send same_origin credentials on child iframe]
expected:
if (os == "linux") and not debug and not fission: [FAIL, TIMEOUT]
if (os == "linux") and not fission and not debug: [FAIL, TIMEOUT]
FAIL
[cross_origin anonymous iframe can't send cross_origin credentials on child iframe]
expected:
if (os == "linux") and not debug and not fission: [FAIL, TIMEOUT]
if (os == "linux") and not fission and not debug: [FAIL, TIMEOUT]
FAIL
[same_origin anonymous iframe can't send cross_origin credentials on child iframe]
expected:
if (os == "linux") and not debug and not fission: [FAIL, TIMEOUT]
if (os == "linux") and not fission and not debug: [FAIL, TIMEOUT]
FAIL
[cross_origin anonymous iframe can't send same_origin credentials on child iframe]
expected:
if (os == "linux") and not debug and not fission: [FAIL, TIMEOUT]
if (os == "linux") and not fission and not debug: [FAIL, TIMEOUT]
FAIL
[Anonymous same-origin iframe is loaded without credentials]

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

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

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

@ -1,6 +1,6 @@
[iframe-popup-same-origin-allow-popups-to-unsafe-none.https.html]
expected:
if (os == "android") and debug and swgl: [OK, TIMEOUT, CRASH]
if (os == "android") and debug and not swgl: [OK, TIMEOUT, CRASH]
if (os == "android") and debug and swgl: [OK, TIMEOUT, CRASH]
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT, CRASH]

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

@ -1,5 +1,5 @@
[iframe-popup-same-origin-to-unsafe-none.https.html]
expected:
if (os == "android") and not swgl and not debug: [OK, TIMEOUT, CRASH]
if (os == "android") and not swgl and debug: [OK, TIMEOUT, CRASH]
if (os == "android") and not swgl and not debug: [OK, TIMEOUT, CRASH]
if (os == "android") and swgl: [OK, TIMEOUT]

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

@ -4,4 +4,5 @@
[Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin-allow-popups), iframe origin: https://www1.web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,unsafe-none), openee origin: https://www1.web-platform.test:8443.]
expected:
if swgl and (os == "android"): [PASS, FAIL]
if (os == "android") and not swgl and debug: [PASS, FAIL]
if (os == "android") and swgl: [PASS, FAIL]

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

@ -1,6 +1,7 @@
[navigate-top-to-aboutblank.https.html]
expected:
if (os == "win") and not fission and not swgl and not debug and (processor == "x86"): [TIMEOUT, OK, CRASH]
if (os == "win") and (processor == "x86_64") and not fission and debug and not swgl: [TIMEOUT, OK, CRASH]
if (os == "win") and (processor == "x86_64") and fission: [TIMEOUT, OK, CRASH]
if (os == "linux") and swgl: [OK, ERROR, TIMEOUT, CRASH]
if os == "android": [OK, CRASH]
[OK, TIMEOUT, CRASH]

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

@ -1,9 +1,10 @@
[popup-coop-by-sw.https.html?1-4]
expected:
if debug and not fission and (os == "win") and (processor == "x86_64"): [TIMEOUT, CRASH]
if debug and not fission and (os == "linux") and swgl: [TIMEOUT, CRASH]
if debug and fission and (os == "linux"): [CRASH, TIMEOUT]
if debug and fission and (os == "win"): CRASH
if debug and (os == "win") and not fission and (processor == "x86_64") and not swgl: [CRASH, TIMEOUT]
if debug and (os == "win") and not fission and (processor == "x86_64") and swgl: [TIMEOUT, CRASH]
if debug and (os == "win") and fission: CRASH
if debug and (os == "linux") and fission: [CRASH, TIMEOUT]
if debug and (os == "linux") and not fission: [TIMEOUT, CRASH]
TIMEOUT
[opener:basic, openee:basic, sw:basic]
expected: TIMEOUT
@ -20,10 +21,11 @@
[popup-coop-by-sw.https.html?5-last]
expected:
if debug and not fission and (os == "win") and (processor == "x86_64") and not swgl: [TIMEOUT, CRASH]
if debug and not fission and (os == "linux") and swgl: [TIMEOUT, CRASH]
if debug and fission and (os == "win"): [CRASH, TIMEOUT]
if debug and fission and (os == "linux"): CRASH
if debug and (os == "win") and not fission and (processor == "x86_64") and swgl: [CRASH, TIMEOUT]
if debug and (os == "win") and not fission and (processor == "x86_64") and not swgl: [TIMEOUT, CRASH]
if debug and (os == "linux") and not fission: [CRASH, TIMEOUT]
if debug and (os == "linux") and fission: [CRASH, TIMEOUT]
if debug and (os == "win") and fission: [TIMEOUT, CRASH]
TIMEOUT
[opener:coi, openee:basic, sw:basic]
expected: TIMEOUT

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

@ -32,18 +32,28 @@
[popup-redirect-cache.https.html?8-last]
expected:
if (os == "android") and not swgl: [OK, TIMEOUT, CRASH]
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
if (os == "android") and swgl: [OK, TIMEOUT]
if (os == "android") and not swgl: [OK, TIMEOUT, CRASH]
[popup-redirect-cache.https.html?4-5]
expected:
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
if (os == "android") and not swgl: [OK, TIMEOUT, CRASH]
if (os == "android") and swgl: [OK, TIMEOUT]
[same-origin document opening popup redirect from https://not-web-platform.test:8443 to https://web-platform.test:8443 with redirectCache true and destCache true]
expected:
if fission and (os == "linux") and not debug: [PASS, TIMEOUT]
[same-origin document opening popup redirect from https://not-web-platform.test:8443 to https://web-platform.test:8443 with redirectCache false and destCache true]
expected:
if fission and (os == "linux") and not debug: [PASS, TIMEOUT]
[popup-redirect-cache.https.html?2-3]
expected:
if (os == "android") and not debug: [OK, TIMEOUT, CRASH]
if (os == "android") and debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT, CRASH]
[popup-redirect-cache.https.html?6-7]
expected:
@ -51,4 +61,13 @@
[popup-redirect-cache.https.html?0-1]
expected:
if os == "android": [OK, TIMEOUT, CRASH]
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
if (os == "android") and debug: [OK, TIMEOUT, CRASH]
if (os == "android") and not debug: [OK, TIMEOUT, CRASH]
[same-origin document opening popup redirect from https://web-platform.test:8443 to https://not-web-platform.test:8443 with redirectCache true and destCache false]
expected:
if fission and (os == "linux") and not debug: [PASS, TIMEOUT]
[same-origin document opening popup redirect from https://web-platform.test:8443 to https://not-web-platform.test:8443 with redirectCache false and destCache true]
expected:
if fission and (os == "linux") and not debug: [PASS, TIMEOUT]

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

@ -2,8 +2,8 @@
expected: [OK, TIMEOUT]
[/common/dummy.xml - parent COOP: ""; child COOP: "same-origin"]
expected:
if (os == "android") and debug and swgl: [FAIL, PASS, TIMEOUT]
if (os == "android") and not debug: [FAIL, PASS, TIMEOUT]
if (os == "win") and fission and debug: [FAIL, PASS, TIMEOUT]
if (os == "android") and debug and not swgl: [FAIL, PASS, TIMEOUT]
[PASS, FAIL, TIMEOUT]
[/images/red.png - parent COOP: ""; child COOP: "same-origin"]

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

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

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

@ -43,8 +43,11 @@
[utf-16le.html?include=workers]
expected:
if (os == "linux") and debug and swgl: [TIMEOUT, OK]
if (os == "android") and swgl: [TIMEOUT, OK]
if not swgl and not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, OK]
if not swgl and not debug and (os == "win") and (processor == "x86"): [TIMEOUT, OK]
if not swgl and debug and (os == "mac"): [TIMEOUT, OK]
if swgl and (os == "android"): [TIMEOUT, OK]
if swgl and (os == "linux"): [TIMEOUT, OK]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -56,8 +59,11 @@
[SharedWorker constructor]
expected:
if (os == "linux") and debug and swgl: [TIMEOUT, PASS]
if (os == "android") and swgl: [TIMEOUT, PASS]
if not swgl and not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, PASS]
if not swgl and not debug and (os == "win") and (processor == "x86"): [TIMEOUT, PASS]
if not swgl and debug and (os == "mac"): [TIMEOUT, PASS]
if swgl and (os == "linux"): [TIMEOUT, PASS]
if swgl and (os == "android"): [TIMEOUT, PASS]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

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

@ -33,8 +33,7 @@
[utf-8.html?include=workers]
expected:
if (os == "linux") and debug and not swgl: [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
@ -42,14 +41,13 @@
[importScripts() in a shared worker]
expected:
if (os == "linux") and not fission and debug: FAIL
if (os == "linux") and fission: FAIL
if (os == "mac") and debug: FAIL
if (os == "linux") and fission: FAIL
[FAIL, TIMEOUT]
[SharedWorker constructor]
expected:
if (os == "linux") and debug and not swgl: [TIMEOUT, PASS]
if (os == "mac") and not debug: [TIMEOUT, PASS]
if (os == "mac") 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 debug and not fission and swgl: [TIMEOUT, OK]
if (os == "linux") and not debug and (processor == "x86_64") and fission: [TIMEOUT, OK]
if (os == "linux") and debug and fission: [TIMEOUT, OK]
if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, OK]
if (os == "linux") and not swgl and (processor == "x86_64") and fission and debug: [TIMEOUT, OK]
if (os == "linux") and not swgl and (processor == "x86"): [TIMEOUT, OK]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -302,10 +300,8 @@
[SharedWorker constructor]
expected:
if (os == "linux") and debug and not fission and swgl: [TIMEOUT, PASS]
if (os == "linux") and not debug and (processor == "x86_64") and fission: [TIMEOUT, PASS]
if (os == "linux") and debug and fission: [TIMEOUT, PASS]
if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, PASS]
if (os == "linux") and not swgl and (processor == "x86_64") and fission and debug: [TIMEOUT, PASS]
if (os == "linux") and not swgl and (processor == "x86"): [TIMEOUT, PASS]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]
@ -342,7 +338,7 @@
[windows-1251.html?include=loading]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [OK, ERROR]
if (os == "linux") and not fission and not debug: [OK, ERROR]
[loading video <audio><source>]
expected: FAIL

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

@ -115,26 +115,22 @@
[windows-1252.html?include=workers]
expected:
if (os == "linux") and not fission and debug and not swgl: [TIMEOUT, OK]
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [TIMEOUT, OK]
if (os == "android") and swgl: [TIMEOUT, OK]
if (os == "mac") and debug: [TIMEOUT, OK]
if (os == "linux") and (processor == "x86_64") and not fission and not swgl and debug: [TIMEOUT, OK]
if (os == "win") and (processor == "x86") and debug: [TIMEOUT, OK]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
[importScripts() in a shared worker]
expected:
if os == "mac": FAIL
if os == "android": FAIL
if os == "mac": FAIL
[FAIL, TIMEOUT]
[SharedWorker constructor]
expected:
if (os == "linux") and not fission and debug and not swgl: [TIMEOUT, PASS]
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [TIMEOUT, PASS]
if (os == "mac") and debug: [TIMEOUT, PASS]
if (os == "android") and swgl: [TIMEOUT, PASS]
if (os == "linux") and (processor == "x86_64") and not fission and not swgl and debug: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86") and debug: [TIMEOUT, PASS]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

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

@ -1,14 +1,12 @@
[document-has-system-focus.html]
expected:
if not fission and swgl and (os == "win"): [OK, TIMEOUT]
if fission and (os == "linux") and not debug: [TIMEOUT, OK]
if fission and (os == "linux") and debug: [TIMEOUT, OK]
if fission and (os == "win") and not debug: [OK, TIMEOUT]
if fission and (os == "win") and debug: [TIMEOUT, OK]
if not fission and swgl and (os == "win"): [OK, TIMEOUT]
if fission and (os == "win"): [OK, TIMEOUT]
[Top-level document receives blur/focus events and loses system focus during opening/closing of a popup]
expected:
if not fission and swgl and (os == "win"): [PASS, TIMEOUT]
if fission and (os == "win") and debug: [TIMEOUT, PASS]
if fission and (os == "win") and not debug: [PASS, TIMEOUT]
if fission and (os == "linux") and debug: [TIMEOUT, PASS]
if fission and (os == "linux") and not debug: [TIMEOUT, PASS]
if fission and (os == "linux") and debug: [TIMEOUT, PASS]
if not fission and swgl and (os == "win"): [PASS, TIMEOUT]
if fission and (os == "win"): [PASS, TIMEOUT]

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

@ -1,6 +1,5 @@
[document-with-fragment-nonexistent.html]
[Autofocus elements in iframed documents with non-existent fragments should work.]
expected:
if (os == "win") and not fission and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and fission and not debug: [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -2,4 +2,5 @@
[Autofocus elements in iframed documents with "top" fragments should work.]
expected:
if (os == "win") and not debug and not fission and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and fission: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -1,3 +1,5 @@
[first.html]
[The first autofocus element in the document should win.]
expected: [PASS, FAIL]
expected:
if (os == "win") and (processor == "x86") and not debug: [FAIL, PASS]
[PASS, FAIL]

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

@ -1,5 +1,3 @@
[focusable-area-in-top-document.html]
[If topDocument's focused area is not topDocument, autofocus is not processed.]
expected:
if not fission and (os == "android") and not debug: [FAIL, PASS]
[PASS, FAIL]
expected: [PASS, FAIL]

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

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

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

@ -0,0 +1,3 @@
[iframe_sandbox_block_modals-1.html]
expected:
if (os == "linux") and not fission and not debug and (processor == "x86_64"): [OK, CRASH]

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

@ -1,15 +1,21 @@
[iframe_sandbox_window_open_download_block_downloads.tentative.html]
[window.open(download, ) triggering download in sandbox is blocked.]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
if (os == "linux") and not debug and not fission and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and not debug and not fission and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and not debug and fission: [PASS, FAIL]
if os == "android": FAIL
[window.open(download, "_blank") triggering download in sandbox is blocked.]
expected:
if os == "linux" and not debug: [FAIL, PASS]
if (os == "linux") and not debug and not fission and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and not debug and not fission and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and not debug and fission: [PASS, FAIL]
if os == "android": FAIL
[window.open(download, "_blank", "noopener") triggering download in sandbox is blocked.]
expected:
if os == "linux" and not debug: [FAIL, PASS]
if (os == "linux") and not debug and not fission and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and not debug and not fission and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and not debug and fission: [PASS, FAIL]
if os == "android": FAIL

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

@ -1,7 +1,3 @@
[image-loading-lazy-in-viewport-dynamic.html]
[Test that in viewport images with loading='lazy' and changed to loading='eager' do not block the window load event.]
expected:
if not fission and (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if not fission and (os == "mac") and not debug: [PASS, FAIL]
if fission: [PASS, FAIL]
[FAIL, PASS]
expected: [FAIL, PASS]

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

@ -0,0 +1,5 @@
[time-focus-dynamic-value-change.html]
[Time input handles focus correctly when value changes]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, 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 (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "mac") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: PASS
FAIL

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

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

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

@ -13,10 +13,10 @@
[window error: Move parse-error external classic script to createHTMLDocument after-prepare]
expected:
if (os == "win") and ccov: FAIL
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: PASS
if (os == "win") and not debug: 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 (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: PASS
@ -16,7 +16,7 @@
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: PASS
FAIL

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

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

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

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

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

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

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

@ -5,8 +5,8 @@
if (os == "linux") and (processor == "x86_64") and not debug and fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and debug: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [FAIL, PASS]
if (os == "win") and not debug: FAIL
if (os == "linux") and (processor == "x86"): [FAIL, PASS]
if (os == "mac") and not debug: FAIL
[window error: Move parse-error external module script to iframe after-prepare]
@ -15,8 +15,8 @@
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug: [FAIL, PASS]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: PASS
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: PASS
FAIL

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

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

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

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

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