зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1839232 - [wpt-sync] Update web-platform-tests to ff04c0973cb09f88fdddde054932ddf4817d15bb, a=testonly
MANUAL PUSH: wpt sync bot wpt-head: ff04c0973cb09f88fdddde054932ddf4817d15bb wpt-type: landing
This commit is contained in:
Родитель
0c7e66f185
Коммит
dd815c92bd
|
@ -1,28 +1,25 @@
|
|||
[blob-composite-blob-reads.any.worker.html]
|
||||
expected:
|
||||
if (os == "linux") and (processor == "x86_64") and debug and fission and not swgl: [OK, TIMEOUT]
|
||||
if (os == "linux") and (processor == "x86_64") and not debug and fission: [OK, TIMEOUT]
|
||||
if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
|
||||
if (os == "linux") and fission and not swgl: [OK, TIMEOUT]
|
||||
[Composite Blob Handling: Many blobs: fetch-blob-url]
|
||||
expected:
|
||||
if (os == "linux") and (processor == "x86_64") and debug and fission and not swgl: [PASS, TIMEOUT]
|
||||
if (os == "linux") and (processor == "x86_64") and not debug and fission: [PASS, TIMEOUT]
|
||||
if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT]
|
||||
if (os == "linux") and fission and not swgl: [PASS, TIMEOUT]
|
||||
|
||||
[Composite Blob Handling: Many blobs: direct]
|
||||
expected:
|
||||
if (os == "linux") and (processor == "x86_64") and debug and fission and not swgl: [PASS, NOTRUN]
|
||||
if (os == "linux") and (processor == "x86_64") and not debug and fission: [PASS, NOTRUN]
|
||||
if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "linux") and fission and not swgl: [PASS, NOTRUN]
|
||||
|
||||
|
||||
[blob-composite-blob-reads.any.html]
|
||||
expected:
|
||||
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
|
||||
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
|
||||
[Composite Blob Handling: Many blobs: direct]
|
||||
expected:
|
||||
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
|
||||
if (os == "linux") and not debug and fission: [PASS, NOTRUN]
|
||||
|
||||
[Composite Blob Handling: Many blobs: fetch-blob-url]
|
||||
expected:
|
||||
if (os == "linux") and not debug and fission: [PASS, TIMEOUT]
|
||||
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[file_support.sub.html]
|
||||
[Saves and loads back File objects from IndexedDB]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
if (os == "android") and not fission: ERROR
|
||||
if os == "android": FAIL
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
[aggregatable-report-no-contributions.sub.https.html]
|
||||
expected:
|
||||
if (os == "win") and ccov: OK
|
||||
if (os == "win") and not debug: TIMEOUT
|
||||
if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, OK]
|
||||
if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, OK]
|
||||
if not debug and (os == "linux") and (processor == "x86"): TIMEOUT
|
||||
if not debug and (os == "mac"): [TIMEOUT, OK]
|
||||
if not debug and (os == "win"): TIMEOUT
|
||||
[Aggregatable report is not created due to no contributions.]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "win") and not debug: TIMEOUT
|
||||
if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, FAIL]
|
||||
if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, FAIL]
|
||||
if not debug and (os == "linux") and (processor == "x86"): TIMEOUT
|
||||
if not debug and (os == "win"): TIMEOUT
|
||||
if not debug and (os == "mac"): [TIMEOUT, FAIL]
|
||||
FAIL
|
||||
|
|
|
@ -6,8 +6,10 @@
|
|||
[request-format.sub.https.html?method=fetch]
|
||||
[attributionsrc request has the proper format.]
|
||||
expected:
|
||||
if swgl and fission: [PASS, FAIL]
|
||||
if not swgl and not debug and (os == "linux") and not fission: [PASS, FAIL]
|
||||
if (os == "linux") and (processor == "x86_64") and fission and swgl: [PASS, FAIL]
|
||||
if (os == "linux") and (processor == "x86_64") and not fission and not debug: [PASS, FAIL]
|
||||
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
|
||||
if (os == "win") and swgl: [PASS, FAIL]
|
||||
|
||||
|
||||
[request-format.sub.https.html?method=a&expected-eligible=navigation-source]
|
||||
|
@ -34,9 +36,12 @@
|
|||
[request-format.sub.https.html?method=xhr]
|
||||
[attributionsrc request has the proper format.]
|
||||
expected:
|
||||
if not debug and (os == "linux") and not fission: [PASS, FAIL]
|
||||
if fission and not swgl and debug and editorLegacyDirectionMode: [PASS, FAIL]
|
||||
if fission and not swgl and not debug: [PASS, FAIL]
|
||||
if not debug and (os == "linux") and (processor == "x86_64") and not fission: [PASS, FAIL]
|
||||
if not debug and (os == "linux") and (processor == "x86_64") and fission: [PASS, FAIL]
|
||||
if not debug and (os == "linux") and (processor == "x86"): [PASS, FAIL]
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "win"): [PASS, FAIL]
|
||||
if debug and editorLegacyDirectionMode: [PASS, FAIL]
|
||||
|
||||
|
||||
[request-format.sub.https.html?method=script&eligible&expected-eligible=event-source, trigger]
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
[simple-verbose-debug-report.sub.https.html]
|
||||
expected:
|
||||
if (os == "win") and ccov: OK
|
||||
if (os == "win") and not debug: TIMEOUT
|
||||
if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, OK]
|
||||
if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, OK]
|
||||
if not debug and (os == "linux") and (processor == "x86"): TIMEOUT
|
||||
if not debug and (os == "mac"): [TIMEOUT, OK]
|
||||
if not debug and (os == "win"): TIMEOUT
|
||||
[Verbose debug report is received.]
|
||||
expected:
|
||||
if (os == "win") and ccov: FAIL
|
||||
if (os == "win") and not debug: TIMEOUT
|
||||
if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, FAIL]
|
||||
if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, FAIL]
|
||||
if not debug and (os == "linux") and (processor == "x86"): TIMEOUT
|
||||
if not debug and (os == "mac"): [TIMEOUT, FAIL]
|
||||
if not debug and (os == "win"): TIMEOUT
|
||||
FAIL
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
prefs:
|
||||
if os != "mac": [media.navigator.streams.fake:false]
|
||||
expected:
|
||||
if (os == "linux") and not fission and not debug: [OK, CRASH]
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
if (processor == "x86_64") and (os == "linux") and not fission and not debug: [OK, CRASH]
|
||||
if (processor == "x86_64") and (os == "win") and not debug: [OK, TIMEOUT]
|
||||
if (processor == "x86") and not debug: [OK, TIMEOUT]
|
||||
[permissions policy on enumerateDevices() after getUserMedia()]
|
||||
expected:
|
||||
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
|
||||
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[fedcm-context.https.html]
|
||||
expected: ERROR
|
|
@ -1,2 +1,4 @@
|
|||
[abort-multiple-gets-through-first-idp.https.html]
|
||||
expected: ERROR
|
||||
[Test abort signal for a multi IDP request by aborting the first IDP]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[abort-multiple-gets-through-second-idp.https.html]
|
||||
expected: ERROR
|
||||
[Test abort signal for a multi IDP request by aborting the second IDP]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[get-before-and-after-onload.https.html]
|
||||
expected: ERROR
|
||||
[When there's a `get` call before onload, a `get` call which occurs after onload but before the first `get` call resolves, should be rejected.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[get-before-and-during-onload.https.html]
|
||||
expected: ERROR
|
||||
[A `get` call before onload and a `get` call during onload should be combined.]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[get-before-onload-and-during-dom-content-loaded.https.html]
|
||||
expected: ERROR
|
||||
[A `get` call before onload and a `get` call during DOMContentLoaded event should combine despite being called from different tasks.]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[multiple-gets-after-abort.https.html]
|
||||
expected: ERROR
|
||||
[Multiple gets after aborting a multi IDP request should work]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
[multiple-gets-after-onload.https.html]
|
||||
expected: ERROR
|
||||
[No `get` calls before or during onload, multiple `get` calls after onload in the same task are allowed.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[multiple-gets-before-onload.https.html]
|
||||
expected: ERROR
|
||||
[Multiple get calls before window onload are allowed.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[multiple-gets-during-onload.https.html]
|
||||
expected: ERROR
|
||||
[No `get` calls before onload, multiple `get` calls during onload are allowed.]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
[single-get-after-onload.https.html]
|
||||
expected: ERROR
|
||||
[Single `get` call after onload is allowed.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[single-get-before-onload.https.html]
|
||||
expected: ERROR
|
||||
[Single `get` call before onload is allowed.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[single-get-during-onload.https.html]
|
||||
expected: ERROR
|
||||
[Single `get` call during onload is allowed.]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -10,9 +10,8 @@
|
|||
|
||||
[Test that the promise is rejected if the manifest is not in the manifest list]
|
||||
expected:
|
||||
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "win": [NOTRUN, FAIL, TIMEOUT]
|
||||
FAIL
|
||||
if os == "mac": FAIL
|
||||
[FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[Reject when configURL is invalid]
|
||||
expected: FAIL
|
||||
|
@ -22,13 +21,14 @@
|
|||
|
||||
[Test that token endpoint does not follow redirects]
|
||||
expected:
|
||||
if os == "win": [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "linux": [NOTRUN, FAIL, TIMEOUT]
|
||||
if os == "win": [NOTRUN, FAIL, TIMEOUT]
|
||||
[FAIL, TIMEOUT]
|
||||
|
||||
[Test that service worker cannot observe fetches performed by FedCM API]
|
||||
expected:
|
||||
if os == "linux": [NOTRUN, TIMEOUT]
|
||||
if os == "win": [NOTRUN, FAIL, TIMEOUT]
|
||||
[FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[Reject when provider list is empty]
|
||||
|
@ -54,41 +54,21 @@
|
|||
|
||||
[Test that promise is rejected if accounts endpoint redirects]
|
||||
expected:
|
||||
if os == "linux": [TIMEOUT, FAIL, NOTRUN]
|
||||
if os == "win": [NOTRUN, FAIL, TIMEOUT]
|
||||
FAIL
|
||||
if os == "mac": FAIL
|
||||
[FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[Test client_metadata request]
|
||||
expected:
|
||||
if os == "linux": [NOTRUN, FAIL, TIMEOUT]
|
||||
[FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
|
||||
[NOTRUN, FAIL, TIMEOUT]
|
||||
|
||||
[Reject when clientId is empty]
|
||||
expected:
|
||||
if os == "linux": [FAIL, TIMEOUT]
|
||||
FAIL
|
||||
|
||||
[Test that User Info API does not work in the top frame]
|
||||
expected:
|
||||
if os == "win": [NOTRUN, FAIL, TIMEOUT]
|
||||
if os == "linux": NOTRUN
|
||||
[FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[Test that User Info API only works when invoked from iframe that is same origin as the IDP]
|
||||
expected:
|
||||
if os == "linux": NOTRUN
|
||||
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "win": [FAIL, TIMEOUT, NOTRUN]
|
||||
[FAIL, NOTRUN]
|
||||
|
||||
[Test basic User InFo API flow]
|
||||
expected:
|
||||
if os == "win": [FAIL, NOTRUN, TIMEOUT]
|
||||
if os == "mac": [FAIL, NOTRUN, TIMEOUT]
|
||||
NOTRUN
|
||||
|
||||
[Test that the returning account from the two accounts will be auto re-authenticated.]
|
||||
expected:
|
||||
if os == "win": [NOTRUN, FAIL, TIMEOUT]
|
||||
if os == "mac": [NOTRUN, FAIL, TIMEOUT]
|
||||
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
|
||||
NOTRUN
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
[fedcm-userinfo.https.html]
|
||||
[Test basic User InFo API flow]
|
||||
expected: FAIL
|
||||
|
||||
[Test that User Info API only works when invoked from iframe that is same origin as the IDP]
|
||||
expected: FAIL
|
||||
|
||||
[Test that User Info API does not work in the top frame]
|
||||
expected: FAIL
|
|
@ -0,0 +1 @@
|
|||
leak-threshold: [default:51200]
|
|
@ -1,5 +0,0 @@
|
|||
[inheritance.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[Property animation-duration has initial value auto]
|
||||
expected: FAIL
|
|
@ -1,8 +1,6 @@
|
|||
[content-visibility-auto-state-changed-removed.html]
|
||||
[ContentVisibilityAutoStateChange does not fire on disconnected element]
|
||||
expected:
|
||||
if (os == "linux") and not swgl and not fission and not debug: [PASS, FAIL]
|
||||
if (os == "linux") and not swgl and not fission and debug: [PASS, FAIL]
|
||||
if (os == "linux") and swgl and not fission: [PASS, FAIL]
|
||||
if (os == "linux") and not swgl and fission: [PASS, FAIL]
|
||||
if (os == "android") and debug: [PASS, FAIL]
|
||||
if (os == "linux") and not swgl: [PASS, FAIL]
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
leak-threshold: [default:51200]
|
|
@ -0,0 +1 @@
|
|||
leak-threshold: [default:51200]
|
|
@ -0,0 +1 @@
|
|||
leak-threshold: [default:51200]
|
|
@ -1,3 +0,0 @@
|
|||
[font-size-adjust-012.html]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
|
@ -1,2 +1,4 @@
|
|||
[custom-highlight-painting-invalidation-007.html]
|
||||
expected: FAIL
|
||||
expected:
|
||||
if (os == "linux") and not fission and not swgl and not debug: [FAIL, PASS]
|
||||
FAIL
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
lsan-allowed: [Alloc, MakeUnique, Malloc, Realloc, XPCNativeInterface::NewInstance, XPCNativeSet::NewInstance, XPCNativeSet::NewInstanceMutate, XPCWrappedNative::GetNewOrUsed, XPCWrappedNativeProto::GetNewOrUsed, mozilla::extensions::MatchPatternCore::MatchPatternCore, mozilla::extensions::MatchPatternSet::Constructor, mozilla::extensions::MatchPatternSet::GetPatterns]
|
||||
leak-threshold: [default:51200]
|
||||
|
|
|
@ -1,50 +1,40 @@
|
|||
[image-set-parsing.html]
|
||||
[e.style['background-image'\] = "image-set(url(\\"example.png\\") -20x)" should not set the property value]
|
||||
expected:
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
if not debug and (os == "linux"): FAIL
|
||||
if (os == "android") and not debug: [PASS, FAIL]
|
||||
|
||||
[e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -20x)" should not set the property value]
|
||||
expected:
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
if not debug and (os == "linux"): FAIL
|
||||
if (os == "android") and not debug: [PASS, FAIL]
|
||||
|
||||
[e.style['background-image'\] = "image-set(url(\\"example.png\\") -1x)" should not set the property value]
|
||||
expected:
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
if not debug and (os == "linux"): FAIL
|
||||
if (os == "android") and not debug: [PASS, FAIL]
|
||||
|
||||
[e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -1x)" should not set the property value]
|
||||
expected:
|
||||
if not debug and (os == "linux"): FAIL
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
if (os == "android") and not debug: [PASS, FAIL]
|
||||
|
||||
[e.style['background-image'\] = "image-set(url(\\"example.png\\") -3dppx)" should not set the property value]
|
||||
expected:
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
if not debug and (os == "linux"): FAIL
|
||||
if (os == "android") and not debug: [PASS, FAIL]
|
||||
|
||||
[e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -3dppx)" should not set the property value]
|
||||
expected:
|
||||
if not debug and (os == "linux"): FAIL
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
if (os == "android") and not debug: [PASS, FAIL]
|
||||
|
||||
[e.style['background-image'\] = "image-set(url(\\"example.png\\") -96dpi)" should not set the property value]
|
||||
expected:
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
if not debug and (os == "linux"): FAIL
|
||||
if (os == "android") and not debug: [PASS, FAIL]
|
||||
|
||||
[e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -96dpi)" should not set the property value]
|
||||
expected:
|
||||
if not debug and (os == "linux"): FAIL
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
if (os == "android") and not debug: [PASS, FAIL]
|
||||
|
||||
[e.style['background-image'\] = "image-set(url(\\"example.png\\") -113dpcm)" should not set the property value]
|
||||
expected:
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
if not debug and (os == "linux"): FAIL
|
||||
if (os == "android") and not debug: [PASS, FAIL]
|
||||
|
||||
[e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -113dpcm)" should not set the property value]
|
||||
expected:
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
if not debug and (os == "linux"): FAIL
|
||||
if (os == "android") and not debug: [PASS, FAIL]
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
leak-threshold: [default:51200]
|
|
@ -1,2 +1,3 @@
|
|||
prefs: [layout.css.scroll-anchoring.enabled:true]
|
||||
lsan-allowed: [Alloc, AllocateProtoAndIfaceCache, mozilla::detail::HashTable, mozilla::dom::Console::CreateInstance, mozilla::dom::Performance::CreateForMainThread, mozilla::dom::PerformanceMainThread::CreateNavigationTimingEntry, mozilla::dom::ProtoAndIfaceCache::PageTableCache::EntrySlotOrCreate, mozilla::net::nsStandardURL::TemplatedMutator]
|
||||
leak-threshold: [default:51200]
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[scroll-target-snap-001.html]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86"): PASS
|
||||
if (os == "linux") and debug and fission: PASS
|
||||
if os == "mac": PASS
|
||||
if os == "android": PASS
|
||||
[PASS, FAIL]
|
||||
if (os == "linux") and debug and not fission: [PASS, FAIL]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
|
||||
if (os == "linux") and not debug: [PASS, FAIL]
|
||||
if (os == "win") and debug: [PASS, FAIL]
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
leak-threshold: [default:51200]
|
|
@ -1,4 +0,0 @@
|
|||
[transform-3d-rotateY-stair-below-001.xht]
|
||||
expected:
|
||||
if (os == "win") and not swgl: FAIL
|
||||
if os == "mac": FAIL
|
|
@ -0,0 +1 @@
|
|||
leak-threshold: [default:51200]
|
|
@ -1,2 +0,0 @@
|
|||
[offset-path-shape.html]
|
||||
expected: FAIL
|
|
@ -1,5 +1,7 @@
|
|||
[user-action-pseudo-classes-in-has.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
if os == "mac": ERROR
|
||||
[Invalidation with :focus, :focus-within, :focus-visible in :has()]
|
||||
expected: FAIL
|
||||
expected:
|
||||
if os == "mac": TIMEOUT
|
||||
FAIL
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
[CustomElementRegistry.html]
|
||||
[customElements.getName must return null when the registry does not contain an entry with the given constructor]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.getName returns the name of the entry with the given constructor when there is a matching entry.]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.getName returns the name of the entry with the given customized built in constructor when there is a matching entry.]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[ElementInternals-setFormValue.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
|
@ -1,2 +1,3 @@
|
|||
[overscroll-event-fired-to-scrolled-element.html]
|
||||
expected: ERROR
|
||||
[Tests that the scrolled element gets overscroll event after fully scrolling by touch.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[clearkey-mp4-syntax-mediakeysession.https.html]
|
||||
expected:
|
||||
if swgl and (os == "win"): [OK, TIMEOUT]
|
||||
if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, CRASH]
|
||||
if (os == "win") and swgl: [OK, TIMEOUT]
|
||||
[org.w3.clearkey test MediaKeySession remove() exceptions.]
|
||||
expected:
|
||||
if os == "android": FAIL
|
||||
|
|
|
@ -1,62 +1,67 @@
|
|||
[FileSystemDirectoryHandle-removeEntry.https.any.html]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64") and swgl: [ERROR, TIMEOUT]
|
||||
if (os == "win") and debug and (processor == "x86"): [ERROR, TIMEOUT]
|
||||
if (os == "win") and not debug: [ERROR, TIMEOUT]
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [ERROR, TIMEOUT]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [TIMEOUT, ERROR]
|
||||
if (os == "win") and (processor == "x86"): [ERROR, TIMEOUT]
|
||||
if (os == "mac") and not debug: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
[removeEntry() to remove a file]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and swgl: [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() on an already removed file should fail]
|
||||
expected:
|
||||
if (os == "win") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() on an already removed file should fail]
|
||||
expected:
|
||||
if (os == "win") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() to remove an empty directory]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() on a directory recursively should delete all sub-items]
|
||||
expected:
|
||||
if (os == "win") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() while the file has an open writable fails]
|
||||
expected:
|
||||
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: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [NOTRUN, PASS]
|
||||
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
||||
[createWritable after removeEntry succeeds but doesnt recreate the file]
|
||||
expected:
|
||||
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: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [NOTRUN, PASS]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() with a path separator should fail.]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() with empty name should fail]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and (processor == "x86") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86") and debug: [PASS, TIMEOUT]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [PASS, NOTRUN, TIMEOUT]
|
||||
|
||||
[removeEntry() with "." name should fail]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() on a non-empty directory should fail]
|
||||
expected:
|
||||
|
@ -66,63 +71,67 @@
|
|||
|
||||
[removeEntry() of a directory while a containing file has an open writable fails]
|
||||
expected:
|
||||
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 (processor == "x86_64") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [NOTRUN, PASS]
|
||||
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, TIMEOUT]
|
||||
if (os == "win") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() with ".." name should fail]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and (processor == "x86"): [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, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
|
||||
|
||||
[FileSystemDirectoryHandle-removeEntry.https.any.worker.html]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [ERROR, TIMEOUT]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [ERROR, OK, TIMEOUT]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [TIMEOUT, OK, ERROR]
|
||||
if (os == "mac") and not debug: [ERROR, TIMEOUT]
|
||||
if (os == "win") and (processor == "x86"): [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
[removeEntry() with "." name should fail]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() with ".." name should fail]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() with a path separator should fail.]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() while the file has an open writable fails]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, FAIL]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
||||
[createWritable after removeEntry succeeds but doesnt recreate the file]
|
||||
expected:
|
||||
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: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [NOTRUN, PASS]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() on a directory recursively should delete all sub-items]
|
||||
expected:
|
||||
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, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() on an already removed file should fail]
|
||||
expected:
|
||||
|
@ -132,21 +141,22 @@
|
|||
|
||||
[removeEntry() to remove an empty directory]
|
||||
expected:
|
||||
if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [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_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
[removeEntry() with empty name should fail]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() on a non-empty directory should fail]
|
||||
expected:
|
||||
if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [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 not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
||||
[removeEntry() to remove a file]
|
||||
expected:
|
||||
|
@ -156,7 +166,7 @@
|
|||
|
||||
[removeEntry() of a directory while a containing file has an open writable fails]
|
||||
expected:
|
||||
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 (processor == "x86_64") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [NOTRUN, PASS]
|
||||
if (os == "mac") and not debug: [PASS, TIMEOUT]
|
||||
if (os == "win") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[FileSystemDirectoryHandle-resolve.https.any.html]
|
||||
expected:
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [OK, TIMEOUT]
|
||||
if (os == "win") and swgl: [OK, TIMEOUT]
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [OK, TIMEOUT]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [OK, TIMEOUT]
|
||||
[Resolve returns correct path with non-ascii characters]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
||||
|
@ -14,14 +14,14 @@
|
|||
|
||||
[FileSystemDirectoryHandle-resolve.https.any.worker.html]
|
||||
expected:
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [OK, TIMEOUT]
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [TIMEOUT, OK]
|
||||
if (os == "win") and swgl: [OK, TIMEOUT]
|
||||
[Resolve returns correct path with non-ascii characters]
|
||||
expected:
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
||||
if (os == "win") and swgl: [PASS, TIMEOUT]
|
||||
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, TIMEOUT]
|
||||
if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT]
|
||||
|
||||
[Resolve returns null when entry is not a child]
|
||||
expected:
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [TIMEOUT, PASS, NOTRUN]
|
||||
if (os == "win") and swgl: [PASS, NOTRUN]
|
||||
|
|
|
@ -1,38 +1,39 @@
|
|||
[FileSystemFileHandle-move.https.any.worker.html]
|
||||
expected:
|
||||
if (os == "win") and not swgl: [OK, TIMEOUT]
|
||||
if (os == "win") and swgl: [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]
|
||||
if (os == "win") and debug: [OK, TIMEOUT]
|
||||
if (os == "mac") and not debug: [OK, TIMEOUT]
|
||||
[move(name) with a name with a trailing period should fail]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64") and swgl: [FAIL, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN]
|
||||
FAIL
|
||||
|
||||
[move(dir) while the destination file has an open writable fails]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and debug and swgl: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir, name) while the destination file has an open writable fails]
|
||||
expected:
|
||||
if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir, name) while the file has an open writable fails]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
[move(dir, name) to move a file to a new directory]
|
||||
expected:
|
||||
|
@ -40,9 +41,10 @@
|
|||
|
||||
[move(dir) can be called multiple times]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, TIMEOUT]
|
||||
|
||||
[move(dir, "") to move a file to a new directory fails]
|
||||
|
@ -53,24 +55,27 @@
|
|||
|
||||
[move(dir, name) can be called multiple times]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir) while the file has an open writable fails]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT, 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, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir, name) with a name with invalid characters should fail]
|
||||
expected:
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
|
||||
[move(name) to rename a file]
|
||||
expected:
|
||||
|
@ -110,38 +115,39 @@
|
|||
|
||||
[move(dir, name) to rename a file]
|
||||
expected:
|
||||
if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
||||
if (os == "win") and swgl: [PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
[move(dir) to move a file to a new directory]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir) can overwrite an existing file]
|
||||
expected:
|
||||
if (os == "win") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir, name) can overwrite an existing file]
|
||||
expected:
|
||||
if (os == "win") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not swgl and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and debug and swgl: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and swgl: [PASS, NOTRUN, TIMEOUT]
|
||||
|
||||
[FileSystemFileHandles are references, not paths]
|
||||
expected:
|
||||
if (os == "win") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and debug and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir, name) to rename a file the same name]
|
||||
expected:
|
||||
|
@ -161,10 +167,10 @@
|
|||
|
||||
[FileSystemFileHandle-move.https.any.html]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR, TIMEOUT]
|
||||
if (os == "win") and not debug and (processor == "x86"): [OK, ERROR, TIMEOUT]
|
||||
if (os == "win") and debug and swgl: [OK, ERROR, TIMEOUT]
|
||||
if (os == "win") and debug and not swgl: [OK, TIMEOUT]
|
||||
if (os == "win") and debug and swgl: [OK, ERROR, TIMEOUT]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT, ERROR]
|
||||
if (os == "win") and not debug and (processor == "x86"): [OK, ERROR, TIMEOUT]
|
||||
if (os == "mac") and not debug: [OK, TIMEOUT]
|
||||
[move(name) to rename a file]
|
||||
expected:
|
||||
|
@ -172,8 +178,8 @@
|
|||
|
||||
[move(name) to rename a file the same name]
|
||||
expected:
|
||||
if (processor == "x86") and not debug: [PASS, NOTRUN]
|
||||
if (processor == "x86") and debug: [PASS, TIMEOUT]
|
||||
if (processor == "x86") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[move("") to rename a file fails]
|
||||
expected:
|
||||
|
@ -186,9 +192,9 @@
|
|||
|
||||
[move(name) can be called multiple times]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
|
||||
[move(name) with a name with a trailing period should fail]
|
||||
expected:
|
||||
|
@ -203,8 +209,8 @@
|
|||
|
||||
[move(name) while the file has an open writable fails]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
||||
if (os == "win") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[move(name) while the destination file has an open writable fails]
|
||||
|
@ -219,8 +225,8 @@
|
|||
|
||||
[move(dir, name) to rename a file the same name]
|
||||
expected:
|
||||
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
[move(dir) to move a file to a new directory]
|
||||
expected:
|
||||
|
@ -230,8 +236,8 @@
|
|||
|
||||
[move(dir, name) to move a file to a new directory]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir) can be called multiple times]
|
||||
|
@ -242,43 +248,48 @@
|
|||
|
||||
[move(dir, name) can be called multiple times]
|
||||
expected:
|
||||
if (os == "win") and (processor == "x86_64") and not swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and swgl: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and (processor == "x86_64") and not swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, TIMEOUT]
|
||||
|
||||
[move(dir, name) with a name with invalid characters should fail]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir) while the file has an open writable fails]
|
||||
expected:
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "win") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "win") and swgl: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not swgl: [PASS, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir, name) while the file has an open writable fails]
|
||||
expected:
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir) while the destination file has an open writable fails]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir, name) while the destination file has an open writable fails]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
[move(dir, "") to move a file to a new directory fails]
|
||||
expected:
|
||||
|
@ -294,20 +305,21 @@
|
|||
|
||||
[move(dir) can overwrite an existing file]
|
||||
expected:
|
||||
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
|
||||
[move(dir, name) can overwrite an existing file]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
|
||||
[FileSystemFileHandles are references, not paths]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
|
||||
if (os == "mac") and not debug: [PASS, NOTRUN]
|
||||
if (os == "win") and debug: [PASS, NOTRUN]
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[element-request-fullscreen-timing.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[Timing of fullscreenchange and resize events]
|
||||
expected:
|
||||
if (os == "mac") and debug: FAIL
|
||||
if os == "android": FAIL
|
||||
|
|
|
@ -84,6 +84,8 @@
|
|||
|
||||
|
||||
[embedding.tentative.https.window.html?3-3]
|
||||
expected:
|
||||
if (os == "android") and not debug: [OK, TIMEOUT]
|
||||
[COEP:require-corp parent embeds same-origin credentialless iframe]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
[javascript-url-security-check-failure.sub.html]
|
||||
[cross-origin-domain but same-origin, setting src]
|
||||
expected: FAIL
|
||||
expected:
|
||||
if (os == "linux") and not debug and fission and (processor == "x86_64"): [FAIL, PASS]
|
||||
FAIL
|
||||
|
||||
[cross-origin-domain but same-origin, setting location.href]
|
||||
expected:
|
||||
if (os == "linux") and fission and not swgl and not debug: [FAIL, PASS]
|
||||
if (os == "linux") and fission and not swgl and debug: [FAIL, PASS]
|
||||
if (os == "win") and (processor == "x86_64"): [FAIL, PASS]
|
||||
if fission and (os == "linux") and not swgl: [FAIL, PASS]
|
||||
if fission and (os == "win") and (processor == "x86_64"): [FAIL, PASS]
|
||||
FAIL
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
leak-threshold: [default:51200]
|
|
@ -1,13 +1,13 @@
|
|||
[createImageBitmap-drawImage.html]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [TIMEOUT, ERROR, OK]
|
||||
if (os == "android") and debug and swgl: [TIMEOUT, ERROR, OK]
|
||||
if (os == "android") and not debug: [OK, TIMEOUT, ERROR]
|
||||
if (os == "android") and not swgl and debug: [ERROR, OK, TIMEOUT]
|
||||
if (os == "android") and not swgl and not debug: [OK, TIMEOUT, ERROR]
|
||||
if (os == "android") and swgl: [OK, TIMEOUT, ERROR]
|
||||
[createImageBitmap from an HTMLVideoElement from a data URL scaled down, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, FAIL]
|
||||
if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, FAIL]
|
||||
if (os == "android") and swgl: [FAIL, NOTRUN]
|
||||
FAIL
|
||||
|
||||
[createImageBitmap from an HTMLVideoElement scaled down, and drawImage on the created ImageBitmap]
|
||||
|
@ -21,16 +21,16 @@
|
|||
|
||||
[createImageBitmap from an HTMLVideoElement from a data URL scaled up, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, FAIL]
|
||||
if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, FAIL]
|
||||
if (os == "android") and swgl: [FAIL, NOTRUN]
|
||||
FAIL
|
||||
|
||||
[createImageBitmap from an HTMLVideoElement from a data URL resized, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, FAIL]
|
||||
if (os == "android") and swgl: [NOTRUN, FAIL]
|
||||
if (os == "android") and swgl: [FAIL, NOTRUN]
|
||||
FAIL
|
||||
|
||||
[createImageBitmap from an HTMLVideoElement, and drawImage on the created ImageBitmap]
|
||||
|
@ -41,254 +41,254 @@
|
|||
|
||||
[createImageBitmap from an HTMLVideoElement from a data URL, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [TIMEOUT, FAIL]
|
||||
if (os == "android") and not swgl and debug: [FAIL, TIMEOUT]
|
||||
if (os == "android") and not swgl and not debug: [FAIL, TIMEOUT]
|
||||
if (os == "android") and swgl: [TIMEOUT, FAIL]
|
||||
if (os == "android") and swgl: [FAIL, TIMEOUT, NOTRUN]
|
||||
FAIL
|
||||
|
||||
[createImageBitmap from an HTMLVideoElement from a data URL with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, FAIL]
|
||||
if (os == "android") and not swgl and not debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, FAIL]
|
||||
if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and swgl: [FAIL, NOTRUN]
|
||||
FAIL
|
||||
|
||||
[createImageBitmap from a bitmap HTMLImageElement, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a bitmap HTMLImageElement scaled down, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a bitmap HTMLImageElement scaled up, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a bitmap HTMLImageElement resized, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a bitmap HTMLImageElement with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a vector HTMLImageElement, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a vector HTMLImageElement scaled down, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a vector HTMLImageElement scaled up, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a vector HTMLImageElement resized, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a vector HTMLImageElement with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a bitmap SVGImageElement, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a bitmap SVGImageElement scaled down, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a bitmap SVGImageElement scaled up, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a bitmap SVGImageElement resized, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a bitmap SVGImageElement with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a vector SVGImageElement, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a vector SVGImageElement scaled down, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a vector SVGImageElement scaled up, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a vector SVGImageElement resized, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a vector SVGImageElement with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an OffscreenCanvas, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an OffscreenCanvas scaled down, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an OffscreenCanvas scaled up, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an OffscreenCanvas resized, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an OffscreenCanvas with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an ImageData, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an ImageData scaled down, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an ImageData scaled up, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an ImageData resized, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an ImageData with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an ImageBitmap, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an ImageBitmap scaled down, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an ImageBitmap scaled up, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an ImageBitmap resized, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from an ImageBitmap with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a Blob, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a Blob scaled down, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a Blob scaled up, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a Blob resized, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
||||
[createImageBitmap from a Blob with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||
expected:
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [PASS, NOTRUN]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[createImageBitmap-invalid-args.html]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [OK, ERROR, TIMEOUT]
|
||||
if (os == "android") and debug and swgl: [TIMEOUT, OK]
|
||||
if (os == "android") and not debug: [TIMEOUT, ERROR, OK]
|
||||
if (os == "android") and not swgl and not debug: [TIMEOUT, OK, ERROR]
|
||||
if (os == "android") and not swgl and debug: [OK, ERROR, TIMEOUT]
|
||||
if (os == "android") and swgl: [TIMEOUT, ERROR, OK]
|
||||
[createImageBitmap with CanvasRenderingContext2D image source.]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [FAIL, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, FAIL]
|
||||
if (os == "android") and not debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
|
||||
if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, FAIL]
|
||||
FAIL
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement source and sw set to 0]
|
||||
|
@ -40,468 +40,468 @@
|
|||
|
||||
[createImageBitmap with an HTMLVideoElement from a data URL source and sw set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [FAIL, TIMEOUT]
|
||||
if (os == "android") and debug and swgl: [TIMEOUT, FAIL]
|
||||
if (os == "android") and not debug: [FAIL, TIMEOUT]
|
||||
if (os == "android") and not swgl and debug: [FAIL, TIMEOUT]
|
||||
if (os == "android") and not swgl and not debug: [TIMEOUT, FAIL]
|
||||
if (os == "android") and swgl: [TIMEOUT, FAIL]
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement from a data URL source and sh set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, FAIL]
|
||||
if (os == "android") and debug and not swgl: [FAIL, NOTRUN]
|
||||
if (os == "android") and not debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
|
||||
if (os == "android") and swgl: [NOTRUN, FAIL]
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [FAIL, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, FAIL]
|
||||
if (os == "android") and not debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
|
||||
if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, FAIL]
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement from a data URL source and a value of 0 int resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [FAIL, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, FAIL]
|
||||
if (os == "android") and not debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
|
||||
if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, FAIL]
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement from a data URL source and a value of 0 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [FAIL, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, FAIL]
|
||||
if (os == "android") and not debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
|
||||
if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, FAIL]
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement from a data URL source and a value between 0 and 1 in resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, FAIL]
|
||||
if (os == "android") and debug and not swgl: [FAIL, NOTRUN]
|
||||
if (os == "android") and not debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
|
||||
if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, FAIL]
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement from a data URL source and a value between 0 and 1 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [FAIL, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, FAIL]
|
||||
if (os == "android") and not debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
|
||||
if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, FAIL]
|
||||
|
||||
[createImageBitmap with a bitmap HTMLImageElement source and sw set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap HTMLImageElement source and sh set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap HTMLImageElement source and oversized (unallocatable) crop region]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap HTMLImageElement source and a value of 0 int resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap HTMLImageElement source and a value of 0 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap HTMLImageElement source and a value between 0 and 1 in resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap HTMLImageElement source and a value between 0 and 1 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector HTMLImageElement source and sw set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector HTMLImageElement source and sh set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector HTMLImageElement source and oversized (unallocatable) crop region]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector HTMLImageElement source and a value of 0 int resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector HTMLImageElement source and a value of 0 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector HTMLImageElement source and a value between 0 and 1 in resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector HTMLImageElement source and a value between 0 and 1 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap SVGImageElement source and sw set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap SVGImageElement source and sh set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap SVGImageElement source and oversized (unallocatable) crop region]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap SVGImageElement source and a value of 0 int resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap SVGImageElement source and a value of 0 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap SVGImageElement source and a value between 0 and 1 in resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a bitmap SVGImageElement source and a value between 0 and 1 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector SVGImageElement source and sw set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector SVGImageElement source and sh set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector SVGImageElement source and oversized (unallocatable) crop region]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector SVGImageElement source and a value of 0 int resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector SVGImageElement source and a value of 0 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector SVGImageElement source and a value between 0 and 1 in resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a vector SVGImageElement source and a value between 0 and 1 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an OffscreenCanvas source and sw set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an OffscreenCanvas source and sh set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an OffscreenCanvas source and oversized (unallocatable) crop region]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an OffscreenCanvas source and a value of 0 int resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an OffscreenCanvas source and a value of 0 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an OffscreenCanvas source and a value between 0 and 1 in resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an OffscreenCanvas source and a value between 0 and 1 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageData source and sw set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageData source and sh set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageData source and oversized (unallocatable) crop region]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageData source and a value of 0 int resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageData source and a value of 0 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageData source and a value between 0 and 1 in resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageData source and a value between 0 and 1 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageBitmap source and sw set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageBitmap source and sh set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageBitmap source and oversized (unallocatable) crop region]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageBitmap source and a value of 0 int resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageBitmap source and a value of 0 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageBitmap source and a value between 0 and 1 in resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an ImageBitmap source and a value between 0 and 1 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a Blob source and sw set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a Blob source and sh set to 0]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a Blob source and oversized (unallocatable) crop region]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a Blob source and a value of 0 int resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a Blob source and a value of 0 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a Blob source and a value between 0 and 1 in resizeWidth]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a Blob source and a value between 0 and 1 in resizeHeight]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with undefined image source.]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with null image source.]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with WebGLRenderingContext image source.]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with Uint8Array image source.]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with ArrayBuffer image source.]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with empty image source.]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with empty video source.]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an oversized canvas source.]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an invalid OffscreenCanvas source.]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an undecodable blob source.]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a broken image source.]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an available but undecodable image source.]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an available but zero height image source.]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with an available but zero width image source.]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
||||
[createImageBitmap with a closed ImageBitmap.]
|
||||
expected:
|
||||
if (os == "android") and debug and swgl: [NOTRUN, PASS]
|
||||
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
|
||||
if (os == "android") and not debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and debug: [PASS, NOTRUN]
|
||||
if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
|
||||
if (os == "android") and swgl: [NOTRUN, PASS]
|
||||
|
|
|
@ -2,10 +2,4 @@
|
|||
disabled:
|
||||
if (os == "mac") and (os_version == "10.15"): https://bugzilla.mozilla.org/show_bug.cgi?id=1753270
|
||||
if win10_2004: https://bugzilla.mozilla.org/show_bug.cgi?id=1753270
|
||||
expected:
|
||||
if (os == "linux") and not fission and debug and swgl: [ERROR, OK]
|
||||
if (os == "linux") and not fission and debug and not swgl: [ERROR, OK]
|
||||
if (os == "win") and not swgl and debug and (processor == "x86_64"): [ERROR, OK]
|
||||
[OK, ERROR]
|
||||
[OffscreenCanvas test: 2d.pattern.paint.repeat.basic]
|
||||
expected: FAIL
|
||||
expected: [OK, ERROR]
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[2d.pattern.paint.repeat.basic.worker.html]
|
||||
[2d]
|
||||
expected: FAIL
|
|
@ -2,9 +2,4 @@
|
|||
disabled:
|
||||
if (os == "mac") and (os_version == "10.15"): https://bugzilla.mozilla.org/show_bug.cgi?id=1753270
|
||||
if win10_2004: https://bugzilla.mozilla.org/show_bug.cgi?id=1753270
|
||||
expected:
|
||||
if (os == "linux") and debug and not fission and swgl: [ERROR, OK]
|
||||
if (os == "linux") and debug and not fission and not swgl: [ERROR, OK]
|
||||
[OK, ERROR]
|
||||
[OffscreenCanvas test: 2d.pattern.paint.repeat.outside]
|
||||
expected: FAIL
|
||||
expected: [OK, ERROR]
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[2d.pattern.paint.repeat.outside.worker.html]
|
||||
[2d]
|
||||
expected: FAIL
|
|
@ -1,6 +1,3 @@
|
|||
[offscreencanvas.transferrable.html]
|
||||
[Test that transfer an OffscreenCanvas that has a context throws exception.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transfer an OffscreenCanvas that already have a 2d context throws exception.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[access-reporting-opener-rp-ro.https.html]
|
||||
expected:
|
||||
if (os == "android") and not debug: [OK, TIMEOUT]
|
||||
[access-reporting-opener-rp-ro]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
[iframe-popup-about-blank.https.window.html]
|
||||
expected:
|
||||
if (os == "android") and not debug: [OK, TIMEOUT]
|
||||
[iframe-popup-about-blank]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-origin iframe]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[017.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
if (os == "android") and not fission: ERROR
|
||||
if os == "android": OK
|
||||
TIMEOUT
|
||||
[Dropping image on horizontal page scrollbar]
|
||||
expected: TIMEOUT
|
||||
expected:
|
||||
if os == "android": FAIL
|
||||
TIMEOUT
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[resource-selection-source-media.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[the <source> media attribute has no effect]
|
||||
expected: FAIL
|
|
@ -1,7 +1,10 @@
|
|||
[track-cue-mutable-fragment.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
if editorLegacyDirectionMode: [OK, TIMEOUT]
|
||||
if (os == "linux") and fission and not editorLegacyDirectionMode and not debug and (processor == "x86_64"): [OK, TIMEOUT]
|
||||
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
|
||||
if (os == "linux") and fission and editorLegacyDirectionMode: [OK, TIMEOUT]
|
||||
[Cue fragment is mutable]
|
||||
expected:
|
||||
if editorLegacyDirectionMode: [PASS, TIMEOUT]
|
||||
if (os == "linux") and fission and not editorLegacyDirectionMode and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
||||
if (os == "linux") and fission and editorLegacyDirectionMode: [PASS, TIMEOUT]
|
||||
if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[track-mode-disabled.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
if swgl and fission: [OK, TIMEOUT]
|
||||
if (os == "linux") and fission and (processor == "x86_64") and debug and swgl: [OK, TIMEOUT]
|
||||
if (os == "linux") and fission and (processor == "x86_64") and not debug: [OK, TIMEOUT]
|
||||
[Cues are properly removed from the active cue list when their track changes mode to disabled]
|
||||
expected:
|
||||
if swgl and fission: [PASS, TIMEOUT]
|
||||
if (os == "linux") and fission and (processor == "x86_64") and debug and swgl: [PASS, TIMEOUT]
|
||||
if (os == "linux") and fission and (processor == "x86_64") and not debug: [PASS, TIMEOUT]
|
||||
|
|
|
@ -1,2 +1,24 @@
|
|||
[selectmenu-events.tentative.html]
|
||||
expected: ERROR
|
||||
[Test that <selectmenu> button slot receives key events.]
|
||||
expected: FAIL
|
||||
|
||||
[Button controller code should not run if the click event is preventDefaulted.]
|
||||
expected: FAIL
|
||||
|
||||
[<selectmenu> should fire input and change events when new option is selected]
|
||||
expected: FAIL
|
||||
|
||||
[<selectmenu> should fire input and change events when option in listbox is clicked]
|
||||
expected: FAIL
|
||||
|
||||
[Check that <Space> opens <selectmenu>.]
|
||||
expected: FAIL
|
||||
|
||||
[<selectmenu> should fire input and change events even when new selected option has the same value as the old]
|
||||
expected: FAIL
|
||||
|
||||
[Check that <Space> opens <selectmenu> when <selectmenu> specifies tabindex]
|
||||
expected: FAIL
|
||||
|
||||
[Listbox controller code should not run if the click event is preventDefaulted.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -11,8 +11,5 @@
|
|||
[interaction of open attribute changes with mutation events]
|
||||
expected: FAIL
|
||||
|
||||
[mutation event and toggle event order matches order of insertion in set of named elements]
|
||||
expected: FAIL
|
||||
|
||||
[mutation event and toggle event order matches tree order]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,47 @@
|
|||
[popover-light-dismiss.html]
|
||||
expected: ERROR
|
||||
[Scrolling within a popover should not close the popover]
|
||||
expected:
|
||||
if (os == "linux") and not debug and fission and (processor == "x86_64"): [FAIL, PASS]
|
||||
if (os == "android") and debug and swgl: PASS
|
||||
if (os == "mac") and debug: [FAIL, PASS]
|
||||
if (os == "android") and not debug: [PASS, FAIL]
|
||||
FAIL
|
||||
|
||||
[Clicking inside a parent popover should close child popover]
|
||||
expected: FAIL
|
||||
|
||||
[Moving focus outside the popover should not dismiss the popover]
|
||||
expected: FAIL
|
||||
|
||||
[Clicking outside a shadow DOM popover should close that popover]
|
||||
expected: FAIL
|
||||
|
||||
[Clicking outside a popover will dismiss the popover]
|
||||
expected: FAIL
|
||||
|
||||
[Synthetic events can't close popovers]
|
||||
expected: FAIL
|
||||
|
||||
[Clicking on anchor element (that isn't an invoking element) shouldn't prevent its popover from being closed]
|
||||
expected: FAIL
|
||||
|
||||
[Canceling pointer events should not keep clicks from light dismissing popovers]
|
||||
expected: FAIL
|
||||
|
||||
[Clicking inside a popover does not close that popover]
|
||||
expected: FAIL
|
||||
|
||||
[Clicking inside a child popover shouldn't close either popover]
|
||||
expected: FAIL
|
||||
|
||||
[Moving focus back to the anchor element should not dismiss the popover]
|
||||
expected: FAIL
|
||||
|
||||
[Popovers close on pointerup, not pointerdown]
|
||||
expected: FAIL
|
||||
|
||||
[Clicking on invoking element, after using it for activation, shouldn't close its popover (nested case, not used for invocation)]
|
||||
expected: FAIL
|
||||
|
||||
[Dragging from an open popover outside an open popover should leave the popover open]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
[basic.any.html]
|
||||
expected: [TIMEOUT, OK]
|
||||
expected:
|
||||
if (os == "mac") and not debug: [OK, TIMEOUT]
|
||||
[TIMEOUT, OK]
|
||||
[import() should not drain the microtask queue when loading an already loaded module]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[basic.any.sharedworker.html]
|
||||
expected: TIMEOUT
|
||||
[import() should drain the microtask queue when fetching a new module]
|
||||
|
@ -11,6 +14,7 @@
|
|||
[import() should not drain the microtask queue when loading an already loaded module]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[basic.any.worker.html]
|
||||
expected: [TIMEOUT, OK]
|
||||
[import() should not drain the microtask queue when loading an already loaded module]
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
[activation-trigger-pointerevent.html?touch]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Activation through touch pointerevent click]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[activation-trigger-pointerevent.html?pen]
|
||||
expected: ERROR
|
||||
[Activation through pen pointerevent click]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[activation-trigger-pointerevent.html?mouse]
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
[inert-pseudo-element-hittest.html]
|
||||
[Hit-testing can reach pseudo elements of non-inert nodes]
|
||||
expected:
|
||||
if os == "mac": ERROR
|
||||
if os == "mac": FAIL
|
||||
|
||||
[Hit-testing cannot reach pseudo elements of inert nodes]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[penPointerEventProperties.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
expected: TIMEOUT
|
||||
[TestDriver actions: pointerevent properties of pen type]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[penPointerEvents.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[TestDriver actions: pointerevent properties of pen type]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[file_upload.sub.html]
|
||||
[File upload using testdriver]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
if (os == "android") and not fission: ERROR
|
||||
if os == "android": FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[test_load_file.py]
|
||||
expected:
|
||||
if (processor == "x86_64") and (os == "mac") and not debug: [OK, TIMEOUT]
|
||||
if (processor == "x86") and not debug: [OK, TIMEOUT]
|
||||
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
|
||||
if (os == "mac") and not debug: [OK, ERROR, TIMEOUT]
|
||||
|
|
|
@ -1,4 +1,16 @@
|
|||
[input-events-typing.html]
|
||||
[It triggers beforeinput and input events on typing DELETE with pre-existing content]
|
||||
expected: FAIL
|
||||
|
||||
[It triggers beforeinput and input events on typing DELETE with no pre-existing content]
|
||||
expected: FAIL
|
||||
|
||||
[It triggers beforeinput and input events on typing Undo and Redo key combinations with an existing history]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
if os == "mac": FAIL
|
||||
|
||||
[It triggers beforeinput and input events on typing Undo and Redo key combinations without an existing history]
|
||||
expected: FAIL
|
||||
|
||||
[It triggers beforeinput and input events on typing BACK_SPACE with no pre-existing content]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[mixed-content-cors.https.sub.html]
|
||||
expected:
|
||||
if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
|
||||
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
|
||||
if (os == "android") and not debug: [OK, TIMEOUT]
|
||||
if not debug and fission and (processor == "x86") and (os == "linux"): [OK, TIMEOUT]
|
||||
if debug and swgl and (os == "linux") and fission: [OK, TIMEOUT]
|
||||
if not debug and not fission: [OK, TIMEOUT]
|
||||
[Cross-Origin audio should get upgraded even if CORS is set]
|
||||
expected:
|
||||
if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, TIMEOUT]
|
||||
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT]
|
||||
if (os == "android") and not debug: [PASS, TIMEOUT]
|
||||
if not debug and fission and (processor == "x86") and (os == "linux"): [PASS, TIMEOUT]
|
||||
if debug and swgl and (os == "linux") and fission: [PASS, TIMEOUT]
|
||||
if not debug and not fission: [PASS, TIMEOUT]
|
||||
|
||||
[Cross-Origin video should get upgraded even if CORS is set]
|
||||
expected:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[video-upgrade.https.sub.html]
|
||||
expected:
|
||||
if (os == "android") and debug and not swgl: [OK, ERROR]
|
||||
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
|
||||
if (os == "android") and debug and not swgl: [OK, ERROR]
|
||||
[Video autoupgraded]
|
||||
expected:
|
||||
if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]
|
||||
if not fission and (os == "linux") and not debug: [PASS, TIMEOUT]
|
||||
|
|
|
@ -1 +1 @@
|
|||
upstream: 189c4618cdfeedfb6238ea255cf7c18831f6daf0
|
||||
upstream: ff04c0973cb09f88fdddde054932ddf4817d15bb
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
[sends-report-on-subdomain-dns-failure.https.html]
|
||||
expected:
|
||||
if os == "android": OK
|
||||
[OK, TIMEOUT]
|
||||
expected: [OK, TIMEOUT]
|
||||
[\n Test that include_subdomains policies report DNS failures for subdomains\n ]
|
||||
expected: [FAIL, TIMEOUT]
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
[payment-allowed-by-permissions-policy-attribute-redirect-on-load.https.sub.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[permissions policy allow="payment" allows same-origin navigation in an iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[permissions policy allow="payment" allowpaymentrequest=true allows same-origin navigation in an iframe.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,12 +2,5 @@
|
|||
[Default "payment" permissions policy allows the top-level document.]
|
||||
expected: FAIL
|
||||
|
||||
[Default "payment" permissions policy allowpaymentrequest=true allows cross-origin iframes.]
|
||||
expected: FAIL
|
||||
|
||||
[Default "payment" permissions policy allowpaymentrequest=true allows same-origin iframes.]
|
||||
expected: FAIL
|
||||
|
||||
[Default "payment" permissions policy allows same-origin iframes.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,15 @@
|
|||
[capturing_boundary_event_handler_at_ua_shadowdom.html?mouse]
|
||||
|
||||
[capturing_boundary_event_handler_at_ua_shadowdom.html?pen]
|
||||
expected: ERROR
|
||||
[Capturing boundary event handler at VIDEO]
|
||||
expected: FAIL
|
||||
|
||||
[Capturing boundary event handler at INPUT]
|
||||
expected: FAIL
|
||||
|
||||
[Capturing boundary event handler at DIV]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[capturing_boundary_event_handler_at_ua_shadowdom.html?touch]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
[coalesced_events_attributes.html?pen]
|
||||
expected: ERROR
|
||||
[Coalesced list in pointerdown/move/up events]
|
||||
expected: FAIL
|
||||
|
||||
[Coalesced list in boundary events]
|
||||
expected: FAIL
|
||||
|
||||
[Coalesced list in pointer-capture events]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[coalesced_events_attributes.html?touch]
|
||||
expected: TIMEOUT
|
||||
|
@ -11,7 +19,5 @@
|
|||
|
||||
|
||||
[coalesced_events_attributes.html?mouse]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[Coalesced list in pointerdown/move/up events]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
|
||||
[coalesced_events_attributes_under_load.html?pen]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
[Coalesced pointermoves under load]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[coalesced_events_attributes_under_load.html?mouse]
|
||||
[Coalesced pointermoves under load]
|
||||
|
|
|
@ -13,13 +13,20 @@
|
|||
|
||||
|
||||
[pointerevent_after_target_removed.html?pen]
|
||||
expected:
|
||||
if (os == "android") and fission: [TIMEOUT, ERROR]
|
||||
ERROR
|
||||
[pointer events from pen at parent after child is removed at pointerdown]
|
||||
expected: FAIL
|
||||
|
||||
[mouse events from pen at parent after child is removed at pointerdown]
|
||||
expected: FAIL
|
||||
|
||||
[pointer events from pen at parent after child is removed at pointerup]
|
||||
expected: FAIL
|
||||
|
||||
[mouse events from pen at parent after child is removed at pointerup]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[pointerevent_after_target_removed.html?mouse]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[pointer events from mouse at parent after child is removed at pointerdown]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[pointerevent_attributes_hoverable_pointers.html?pen]
|
||||
expected: ERROR
|
||||
[pen pointerevent attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[pointerevent_attributes_hoverable_pointers.html?mouse]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[pointerevent_attributes_hoverable_rightbutton.html?pen]
|
||||
expected: ERROR
|
||||
[pen pointerevent attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[pointerevent_attributes_hoverable_rightbutton.html?mouse]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[pointerevent_auxclick_is_a_pointerevent.html?pen]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
expected: ERROR
|
||||
[auxclick using pen is a PointerEvent]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[pointerevent_auxclick_is_a_pointerevent.html?mouse]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[auxclick using mouse is a PointerEvent]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,15 +1,11 @@
|
|||
[pointerevent_boundary_events_in_capturing.html?touch]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[Boundary events around pointer capture and release]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[pointerevent_boundary_events_in_capturing.html?pen]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
[Boundary events around pointer capture and release]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[pointerevent_boundary_events_in_capturing.html?mouse]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
[pointerevent_click_is_a_pointerevent.html?pen]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
[click using pen is a PointerEvent]
|
||||
expected: FAIL
|
||||
|
||||
[click in a subframe using pen is a PointerEvent]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[pointerevent_click_is_a_pointerevent.html?mouse]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
if os == "mac": TIMEOUT
|
||||
[click using mouse is a PointerEvent]
|
||||
expected: FAIL
|
||||
|
@ -16,7 +18,10 @@
|
|||
FAIL
|
||||
|
||||
[Click event triggered by a non-pointing device should have -1 as the pointerId]
|
||||
expected: [FAIL, NOTRUN]
|
||||
expected:
|
||||
if os == "mac": [NOTRUN, FAIL]
|
||||
[FAIL, NOTRUN]
|
||||
|
||||
|
||||
[pointerevent_click_is_a_pointerevent.html?touch]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[pointerevent_click_is_a_pointerevent_multiple_clicks.html?pen]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
expected: ERROR
|
||||
[click using pen is a PointerEvent]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[pointerevent_click_is_a_pointerevent_multiple_clicks.html?touch]
|
||||
expected: TIMEOUT
|
||||
|
@ -10,7 +11,5 @@
|
|||
|
||||
|
||||
[pointerevent_click_is_a_pointerevent_multiple_clicks.html?mouse]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[click using mouse is a PointerEvent]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
prefs: [dom.forms.always_allow_pointer_events.enabled:true]
|
||||
[pointerevent_disabled_form_control.html?pen]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
expected: ERROR
|
||||
[pen pointerevent attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[pointerevent_disabled_form_control.html?touch]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
|
||||
[pointerevent_disabled_form_control.html?mouse]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
|
|
|
@ -1,18 +1,15 @@
|
|||
[pointerevent_movementxy.html?touch]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[touch pointerevent attributes]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[pointerevent_movementxy.html?pen]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
expected: ERROR
|
||||
[pen pointerevent attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[pointerevent_movementxy.html?mouse]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[mouse pointerevent attributes]
|
||||
expected:
|
||||
if (os == "win") and not debug: [PASS, FAIL]
|
||||
|
|
|
@ -1,19 +1,25 @@
|
|||
[pointerevent_pointercapture_in_frame.html?touch]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[Test touchpointer capture in same-origin frame: Pointer down at outer frame body and set pointer capture.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[pointerevent_pointercapture_in_frame.html?pen]
|
||||
expected:
|
||||
if (os == "android") and fission: [TIMEOUT, ERROR]
|
||||
ERROR
|
||||
[Test penpointer capture in same-origin frame: Pointer down at inner frame and set pointer capture.]
|
||||
expected: FAIL
|
||||
|
||||
[Test penpointer capture in same-origin frame: Pointer down at outer frame body and set pointer capture.]
|
||||
expected: FAIL
|
||||
|
||||
[Test penpointer capture in same-origin frame: Pointerdown with set capture at inner frame, then release on next pointermove.]
|
||||
expected: FAIL
|
||||
|
||||
[Test penpointer capture in same-origin frame: Pointerdown with set capture at outer frame, then release on next pointermove.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[pointerevent_pointercapture_in_frame.html?mouse]
|
||||
expected:
|
||||
if (os == "mac") and not debug: [OK, ERROR]
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[Test mousepointer capture in same-origin frame: Pointer down at outer frame body and set pointer capture.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[pointerevent_pointerout_pen.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
expected: ERROR
|
||||
[pointerout event received]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[pointerevent_releasepointercapture_events_to_original_target.html?pen]
|
||||
expected: ERROR
|
||||
[pen got/lost pointercapture: subsequent events to target]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[pointerevent_releasepointercapture_events_to_original_target.html?mouse]
|
||||
[mouse gotpointercapture.fromElement value is null]
|
||||
|
|
|
@ -5,10 +5,9 @@
|
|||
|
||||
|
||||
[pointerevent_sequence_at_implicit_release_on_click.html?pen]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
expected: ERROR
|
||||
[pen Event sequence at implicit release on click]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[pointerevent_sequence_at_implicit_release_on_click.html?mouse]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[pointerevent_touch-action-modified_touch.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
expected: ERROR
|
||||
[Deleting touch-action elem after pointerdown]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[pointerup_after_pointerdown_target_removed.html?pen]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
||||
[pointerup event from pen fired after pointerdown target is removed]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[pointerup_after_pointerdown_target_removed.html?touch]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,7 +1,15 @@
|
|||
[predicted_events_attributes.html?mouse]
|
||||
|
||||
[predicted_events_attributes.html?pen]
|
||||
expected: ERROR
|
||||
[Predicted list in pointer-capture events]
|
||||
expected: FAIL
|
||||
|
||||
[Predicted list in pointerdown/move/up events]
|
||||
expected: FAIL
|
||||
|
||||
[Predicted list in boundary events]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[predicted_events_attributes.html?touch]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[private-aggregation-api-surface-failure-2.https.html]
|
||||
[contributeToHistogram() with a negative value]
|
||||
expected: FAIL
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче