Bug 1874729 - [wpt-sync] Update web-platform-tests to e359a0b5d78e0a5c221dcbd2a505e499d3cae178, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: e359a0b5d78e0a5c221dcbd2a505e499d3cae178
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2024-01-15 16:46:28 +00:00
Родитель 8b2153a9d9
Коммит 226b1514b1
59 изменённых файлов: 853 добавлений и 82 удалений

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

@ -0,0 +1,6 @@
[cache-revalidation.https.html]
expected:
if (os == "android") and debug and not swgl: TIMEOUT
[Same headers sent for revalidation request]
expected:
if (os == "android") and debug and not swgl: TIMEOUT

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

@ -39,7 +39,8 @@
[user-activation-shared.html?dialog]
[Close watchers created without user activation, but close()d via user activation, do not fire cancel]
expected:
if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
if (os == "win") and not swgl and debug and (processor == "x86"): [FAIL, PASS]
if (os == "win") and swgl: [FAIL, PASS]
if (os == "linux") and not swgl: [FAIL, PASS]
if (os == "android") and not swgl: [FAIL, PASS]
FAIL

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

@ -1,3 +1,9 @@
[frame-ancestors-from-serviceworker.https.html]
expected:
if (os == "linux") and not fission and not debug: [OK, CRASH]
if (os == "linux") and asan and not fission: [OK, CRASH]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive set from a serviceworker response with a value 'none' should block rendering.]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]

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

@ -0,0 +1,8 @@
[frame-ancestors-nested-cross-in-cross-none-block.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,8 @@
[frame-ancestors-nested-cross-in-cross-self-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a value 'same' should block render in same-origin nested frames.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,8 @@
[frame-ancestors-nested-cross-in-cross-url-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,8 @@
[frame-ancestors-nested-cross-in-same-none-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,8 @@
[frame-ancestors-nested-cross-in-same-self-block.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a value 'same' should block render in same-origin nested frames.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,8 @@
[frame-ancestors-nested-cross-in-same-url-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,8 @@
[frame-ancestors-nested-same-in-cross-none-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,8 @@
[frame-ancestors-nested-same-in-cross-self-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a value 'same' should block render in same-origin nested frames.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,8 @@
[frame-ancestors-nested-same-in-cross-url-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,8 @@
[frame-ancestors-nested-same-in-same-none-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,8 @@
[frame-ancestors-nested-same-in-same-url-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,8 @@
[frame-ancestors-none-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a value 'none' should block rendering.]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]

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

@ -1,3 +1,8 @@
[frame-ancestors-overrides-xfo.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive overrides an 'x-frame-options' header which would allow the page.]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]

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

@ -1,3 +1,8 @@
[frame-ancestors-self-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a value 'self' should block rendering.]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]

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

@ -1,3 +1,8 @@
[frame-ancestors-url-block.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a URL which doesn't match this origin should be blocked.]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]

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

@ -6,3 +6,7 @@
[Tests for outer frame and middle frame are in same origin and inner frame is in different origin]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Tests for all frames are in different origin]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -1,5 +1,6 @@
[history-traversal-navigate-parent-while-child-loading.html]
[pushState() in parent while child is doing initial navigation, then go back]
expected:
if (os == "linux") and debug and fission and not swgl: [PASS, FAIL]
if (os == "win") and swgl: [PASS, FAIL]
if debug and fission and (os == "win") and swgl: [PASS, FAIL]
if debug and fission and (os == "linux") and not swgl: [PASS, FAIL]
if not debug and not fission and (os == "linux") and not asan: [PASS, FAIL]

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

@ -1,3 +1,17 @@
[about-srcdoc-navigation-blocked.window.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Navigations to about:srcdoc via window.location must be blocked]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[Navigations to about:srcdoc via window.open() must be blocked]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[Navigations to about:srcdoc?query via window.location within an about:srcdoc document must be blocked]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, FAIL]

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

@ -0,0 +1,6 @@
[sandbox-window-open-srcdoc.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
[window.open('about:srcdoc') from sandboxed srcdoc doesn't crash.]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]

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

@ -1,54 +1,54 @@
[coep-on-response-from-service-worker.https.html]
expected:
if (processor == "x86") and not debug: TIMEOUT
if (os == "win") and not debug: [OK, TIMEOUT]
[setup]
expected:
if (processor == "x86") and not debug: TIMEOUT
if (os == "win") and not debug: [PASS, TIMEOUT]
[making a same-origin request for CORP: same-origin]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]
[making a same-origin request for no CORP]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]
[making a same-origin request for CORP: cross-origin]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]
[making a cross-origin request for CORP: same-origin]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]
[making a cross-origin request for no CORP]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]
[making a cross-origin request for CORP: cross-origin]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]
[making a cross-origin request for CORP: same-origin [PASS THROUGH\]]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]
[making a cross-origin request for no CORP [PASS THROUGH\]]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]
[making a cross-origin request for CORP: cross-origin [PASS THROUGH\]]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]
[making a cross-origin request with CORS without ACAO]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]
[making a cross-origin request with CORS]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]
[teardown]
expected:
if (processor == "x86") and not debug: NOTRUN
if (os == "win") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,5 @@
[require-corp-about-blank.https.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[A(B(C)) A=require-corp, B=about:blank, C=no-require-corp => C can't load]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

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

@ -1,3 +1,5 @@
[require-corp-about-srcdoc.https.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[A(B(C)) A=require-corp, B=about:srcdoc, C=no-require-corp => C can't load]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

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

@ -1,6 +0,0 @@
[require-corp-load-from-cache-storage.https.html]
expected:
if (processor == "x86") and not debug: TIMEOUT
[Fetch cross-origin no-cors cors-enabled corp-undefined from network and CacheStorage.]
expected:
if (processor == "x86") and not debug: TIMEOUT

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

@ -1,4 +1,17 @@
[require-corp.https.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
["require-corp" top-level: navigating a frame to "none" should fail]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
["require-corp" top-level: navigating a frame from "require-corp" to "none" should fail]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
["require-corp" top-level: navigating an iframe to a page without CORP, through a WindowProxy, should fail]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

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

@ -1,20 +1,23 @@
[domstringlist.html]
expected:
if (os == "win") and debug and not swgl and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and debug and swgl: [OK, TIMEOUT]
if (os == "win") and not debug: [OK, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64") and swgl: [OK, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[DOMStringList: contains() method]
expected:
if (os == "win") and debug and not swgl and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and debug and swgl: [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
[DOMStringList: indexed getter]
expected:
if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[DOMStringList: item() method]
expected:
if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and swgl: [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT]

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

@ -0,0 +1,4 @@
[input-text-size.html]
[Size attribute value affects computed style]
expected:
if os == "mac": FAIL

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

@ -0,0 +1,4 @@
[textarea-cols-rows.html]
[Cols/rows attribute values affect computed style]
expected:
if os == "mac": FAIL

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

@ -1,3 +1,6 @@
[preserves-pitch.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if not fission and (os == "linux") and not debug and not asan: [OK, TIMEOUT]
[Slow-downs should change the pitch when preservesPitch=false]
expected:
if not fission and (os == "linux") and not debug and not asan: [PASS, TIMEOUT]

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

@ -8,4 +8,3 @@
[new embed: X-Frame-Options prevents embedding]
expected: TIMEOUT

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

@ -5,4 +5,3 @@
[new iframe: nonexistent host]
expected: TIMEOUT

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

@ -1,5 +1,8 @@
[basic.any.html]
expected: [TIMEOUT, OK]
[import() should not drain the microtask queue when loading an already loaded module]
expected: FAIL
[basic.any.sharedworker.html]
expected: TIMEOUT

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

@ -17,5 +17,5 @@
[Inherited header permissions policy allows dedicated workers.]
expected:
if os == "android": [FAIL, TIMEOUT]
if os == "android": [FAIL, NOTRUN, TIMEOUT]
FAIL

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

@ -0,0 +1,4 @@
[scroll-margin-zero.html]
[Test scroll margin intersection]
expected:
if asan and not fission: [PASS, FAIL]

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

@ -0,0 +1,4 @@
[iframe-coep-disallow.h2.html]
[Early hints for an iframe that violates Cross-Origin-Embedder-Policy should be ignored.]
expected:
if (os == "android") and not debug: [PASS, FAIL]

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

@ -0,0 +1,5 @@
[iframe-x-frame-options-deny.h2.window.html]
[Early hints for an iframe that violates X-Frame-Options should be ignored.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

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

@ -0,0 +1,8 @@
[invalid-headers-in-early-hints.h2.window.html]
[Early Hints contains invalid header: newline byte]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Early Hints contains invalid header: nul byte]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

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

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

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

@ -1 +1 @@
upstream: 2fb9eb91e48870dd8f9bbb7adae728d29fbbb58f
upstream: e359a0b5d78e0a5c221dcbd2a505e499d3cae178

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

@ -2,7 +2,7 @@
expected: TIMEOUT
[Cancellation in the page should be observable in the service worker with nonempty stream]
expected:
if os == "win": [FAIL, PASS, NOTRUN]
if os == "win": [FAIL, TIMEOUT, PASS, NOTRUN]
if os == "mac": [FAIL, PASS, TIMEOUT, NOTRUN]
if os == "android": [PASS, FAIL]
[FAIL, PASS]
@ -17,7 +17,7 @@
[Abort in the page should be observable in the service worker with nonempty stream]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, NOTRUN, TIMEOUT]
if os == "linux": [PASS, FAIL]
[Subresource built from a ReadableStream - fetch stream]

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

@ -1,6 +1,6 @@
[static-router-main-resource.https.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
if (processor == "x86") and not debug: [TIMEOUT, OK]
[Main resource load matched with the condition]
expected:
if (processor == "x86") and not debug: [FAIL, TIMEOUT]
@ -8,7 +8,7 @@
[Main resource load not matched with the condition]
expected:
if (processor == "x86") and not debug: [FAIL, NOTRUN]
if (processor == "x86") and not debug: [NOTRUN, FAIL]
FAIL
[Main resource load matched with the ignore case condition]
@ -18,5 +18,5 @@
[Main resource load matched without the ignore case condition]
expected:
if (processor == "x86") and not debug: [FAIL, NOTRUN]
if (processor == "x86") and not debug: [TIMEOUT, FAIL, NOTRUN]
FAIL

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

@ -14,5 +14,7 @@
[bucket-storage-policy.tentative.https.any.serviceworker.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[The open promise should reject with a TypeError when quota is requested outside the range of 1 to Number.MAX_SAFE_INTEGER.]
expected: FAIL

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

@ -1,9 +1,9 @@
[mediaElementAudioSourceToScriptProcessorTest.html]
[All data processed correctly]
expected:
if not tsan and not swgl and fission and not asan and (os == "mac") and debug: [PASS, FAIL]
if not tsan and not swgl and not fission and debug and (os == "linux"): [PASS, FAIL]
if not tsan and swgl and (os == "linux") and not fission: [PASS, FAIL]
if not tsan and not swgl and fission and asan: [PASS, FAIL]
if not tsan and not swgl and not fission and not debug: [PASS, FAIL]
if tsan: [PASS, FAIL]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, FAIL]
if (os == "linux") and fission and not asan and tsan: [PASS, FAIL]
if (os == "linux") and fission and asan: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "linux") and not fission: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

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

@ -40,8 +40,8 @@
[X Custom: SNR (db) is not greater than or equal to 122.43. Got 112.76579764697749.]
expected: FAIL
[X Custom: 100 Hz does not equal [1,1.0141456127166748,1.0280853509902954,1.0418163537979126,1.0553359985351562,1.0686413049697876,1.081729769706726,1.094598650932312,1.1072453260421753,1.1196671724319458,1.1318618059158325,1.1438266038894653,1.1555593013763428,1.1670573949813843,1.1783186197280884,1.189340591430664...\] with an element-wise tolerance of {"absoluteThreshold":0.0000018478,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[132\]\t6.4742147922515869e-1\t6.4741957187652588e-1\t1.9073486328125000e-6\t2.9460781163660346e-6\t1.8477999999999999e-6\n\t[133\]\t6.2944263219833374e-1\t6.2944072484970093e-1\t1.9073486328125000e-6\t3.0302275615673585e-6\t1.8477999999999999e-6\n\t[135\]\t5.9310543537139893e-1\t5.9310334920883179e-1\t2.0861625671386719e-6\t3.5173677065245060e-6\t1.8477999999999999e-6\n\t[136\]\t5.7475423812866211e-1\t5.7475227117538452e-1\t1.9669532775878906e-6\t3.4222627316729277e-6\t1.8477999999999999e-6\n\t[137\]\t5.5628657341003418e-1\t5.5628448724746704e-1\t2.0861625671386719e-6\t3.7501721061127269e-6\t1.8477999999999999e-6\n\t...and 97 more errors.\n\tMax AbsError of 4.5299530029296875e-6 at index of 197.\n\t[197\]\t-6.1586797237396240e-1\t-6.1587250232696533e-1\t4.5299530029296875e-6\t7.3553421947141031e-6\t1.8477999999999999e-6\n\tMax RelError of 4.6918106549645650e-4 at index of 165.\n\t[165\]\t7.5594326481223106e-3\t7.5558875687420368e-3\t3.5450793802738190e-6\t4.6918106549645650e-4\t1.8477999999999999e-6\n]
expected: FAIL
[X Custom: SNR (db) is not greater than or equal to 138.76. Got 132.76794522938812.]
expected: FAIL
[X Custom: 100 Hz does not equal [1,1.0141456127166748,1.0280853509902954,1.0418163537979126,1.0553359985351562,1.0686413049697876,1.081729769706726,1.094598650932312,1.1072453260421753,1.1196671724319458,1.1318618059158325,1.1438266038894653,1.1555593013763428,1.1670573949813843,1.1783186197280884,1.189340591430664...\] with an element-wise tolerance of {"absoluteThreshold":0.0000018478,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[132\]\t6.4742147922515869e-1\t6.4741957187652588e-1\t1.9073486328125000e-6\t2.9460781163660346e-6\t1.8477999999999999e-6\n\t[133\]\t6.2944263219833374e-1\t6.2944072484970093e-1\t1.9073486328125000e-6\t3.0302275615673585e-6\t1.8477999999999999e-6\n\t[135\]\t5.9310543537139893e-1\t5.9310334920883179e-1\t2.0861625671386719e-6\t3.5173677065245060e-6\t1.8477999999999999e-6\n\t[136\]\t5.7475423812866211e-1\t5.7475227117538452e-1\t1.9669532775878906e-6\t3.4222627316729277e-6\t1.8477999999999999e-6\n\t[137\]\t5.5628657341003418e-1\t5.5628448724746704e-1\t2.0861625671386719e-6\t3.7501721061127269e-6\t1.8477999999999999e-6\n\t...and 97 more errors.\n\tMax AbsError of 4.5299530029296875e-6 at index of 197.\n\t[197\]\t-6.1586797237396240e-1\t-6.1587250232696533e-1\t4.5299530029296875e-6\t7.3553421947141031e-6\t1.8477999999999999e-6\n\tMax RelError of 4.6918106549645650e-4 at index of 165.\n\t[165\]\t7.5594326481223106e-3\t7.5558875687420368e-3\t3.5450793802738190e-6\t4.6918106549645650e-4\t1.8477999999999999e-6\n]
expected: FAIL

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

@ -2,3 +2,7 @@
[test_new_context[window\]]
disabled:
if os == "android": Not supported
[test_not_unsubscribed]
expected:
if tsan: [PASS, ERROR]

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

@ -0,0 +1,3 @@
[error.py]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]

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

@ -1,4 +1,6 @@
[find.py]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[test_find_element[open-tag name-a\]]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1822321
expected: FAIL

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

@ -0,0 +1,4 @@
[user_prompts.py]
[test_accept_and_notify[capabilities0-alert-None\]]
expected:
if (processor == "x86") and not debug: [PASS, FAIL]

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

@ -18,3 +18,7 @@
[test_find_elements_partial_link_text[<a href=#>partial link<br>text</a>-k\\nt\]]
expected:
if (processor == "x86") and not debug: [PASS, FAIL]
[test_find_elements_link_text[<a href=# style='text-transform: uppercase'>link text</a>-LINK TEXT\]]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]

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

@ -1,3 +1,6 @@
[file.py]
disabled:
if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1762066
[test_get_current_url_file_protocol]
expected:
if (processor == "x86") and not debug: [PASS, FAIL]

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

@ -5,8 +5,7 @@
[test_send_alert_text[ Fed erer \]]
expected:
if (os == "android") and debug and not swgl: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
if (os == "android") and not swgl: [PASS, FAIL]
[test_chained_alert_element_not_interactable[confirm\]]
expected:

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

@ -1,7 +1,6 @@
[script-metadata-transform.https.html]
expected:
if (os == "linux") and not debug and fission: [OK, CRASH]
if (os == "linux") and not debug and not fission: [OK, CRASH]
if (os == "linux") and not debug: [OK, CRASH]
[audio metadata: contributingSources]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1835077
expected: FAIL

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

@ -5,8 +5,17 @@
if os == "android": [OK, TIMEOUT]
[generateKeyFrame rejects with a null track]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug and (os == "win"): [PASS, NOTRUN, TIMEOUT]
if (processor == "x86") and not debug and (os == "linux"): [PASS, TIMEOUT]
[generateKeyFrame(null) resolves for video sender, and throws for video receiver]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
[generateKeyFrame throws NotAllowedError for invalid rid]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
[generateKeyFrame rejects when the sender is stopped, even without negotiation]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

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

@ -0,0 +1,48 @@
[deny.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[`DENY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`denY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`denY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[` DENY ` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[` DENY ` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY` blocks same-origin framing with CSP default-src 'self']
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY` blocks cross-origin framing with CSP default-src 'self']
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY` blocks cross-origin framing with CSP frame-ancestors 'self']
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]

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

@ -0,0 +1,23 @@
[get-decode-split.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[`,SAMEORIGIN,,DENY,` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`,SAMEORIGIN,,DENY,` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[` SAMEORIGIN, DENY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[` SAMEORIGIN, DENY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]

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

@ -2,9 +2,10 @@
disabled:
if tsan: https://bugzilla.mozilla.org/show_bug.cgi?1682723
expected:
if debug and (os == "linux") and fission and swgl: [OK, TIMEOUT]
if debug and (os == "linux") and not fission: [OK, TIMEOUT]
if debug and (os == "android") and fission: [OK, TIMEOUT]
if (os == "linux") and debug and fission and swgl: [OK, TIMEOUT]
if (os == "linux") and debug and not fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[`INVALID;` allows same-origin framing]
expected:
if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT]
@ -79,3 +80,478 @@
expected:
if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT]
if (os == "linux") and debug and not fission: [PASS, TIMEOUT]
[`ALLOWALL;DENY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`allowAll,INVALID` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID,allowAll` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL,(the empty string)` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;DENY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;"DENY"` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY;ALLOWALL` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY,"SAMEORIGIN"` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`(the empty string),SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`"DENY",SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN,ALLOWALL` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID;allowAll` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`"SAMEORIGIN",DENY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID;SAMEORIGIN` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL;DENY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID;allowAll` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID,ALLOWALL` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`(the empty string);ALLOWALL` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;INVALID` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`sameOrigin;SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL,SAMEORIGIN` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`(the empty string);SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY;SAMEORIGIN` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY,SAMEORIGIN` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`"DENY";SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY;DENY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY;INVALID` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN,INVALID` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY;"SAMEORIGIN"` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL,INVALID` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`sameOrigin,SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL;SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN,(the empty string)` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`"SAMEORIGIN";DENY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL,DENY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID,SAMEORIGIN` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY,INVALID` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID;DENY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY,INVALID` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL,INVALID` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`allowAll;INVALID` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;DENY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`"SAMEORIGIN",DENY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN,ALLOWALL` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL,DENY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`(the empty string),SAMEORIGIN` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;ALLOWALL` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`(the empty string),ALLOWALL` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`"DENY",SAMEORIGIN` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID,ALLOWALL` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN,"DENY"` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN,DENY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN,(the empty string)` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`allowAll,INVALID` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;ALLOWALL` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID;ALLOWALL` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL;` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;INVALID` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID;ALLOWALL` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY,"SAMEORIGIN"` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY;SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID,DENY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY,ALLOWALL` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`(the empty string);SAMEORIGIN` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY;DENY` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN,"DENY"` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`(the empty string),ALLOWALL` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL,(the empty string)` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN,DENY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID,SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY;INVALID` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY;ALLOWALL` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`"DENY";SAMEORIGIN` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID,DENY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL;INVALID` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL;INVALID` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID;SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`allowAll;INVALID` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY,ALLOWALL` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY;"SAMEORIGIN"` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;"DENY"` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`(the empty string);ALLOWALL` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID;DENY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`INVALID,allowAll` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL;SAMEORIGIN` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL,SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN;sameOrigin` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`"SAMEORIGIN";DENY` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN,INVALID` blocks same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`SAMEORIGIN,sameOrigin` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`ALLOWALL;` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`DENY,SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]

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

@ -0,0 +1,33 @@
[sameorigin.sub.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[`SAMEORIGIN` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[`sameOriGin` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[` SAMEORIGIN ` blocks cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[SAMEORIGIN blocks cross-origin nested in same-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[SAMEORIGIN blocks same-origin nested in cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
[SAMEORIGIN blocks cross-origin nested in cross-origin framing]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]