Auto merge of #27723 - servo-wpt-sync:wpt_update_28-10-2020, r=jdm

Sync WPT with upstream (28-10-2020)

Automated downstream sync of changes from upstream as of 28-10-2020.
[no-wpt-sync]
r? @servo-wpt-sync
This commit is contained in:
bors-servo 2020-10-28 09:45:30 -04:00 committed by GitHub
commit f77bfb3c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
189 changed files with 2596 additions and 889 deletions

View file

@ -4,7 +4,7 @@
expected: TIMEOUT
[Opening a blob URL in a new window immediately before revoking it works.]
expected: TIMEOUT
expected: FAIL
[Fetching a blob URL immediately before revoking it works in an iframe.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[hit-test-floats-004.html]
[Miss float below something else]
expected: FAIL

View file

@ -0,0 +1,4 @@
[hit-test-floats-005.html]
[Miss clipped float]
expected: FAIL

View file

@ -0,0 +1,2 @@
[flex-minimum-width-flex-items-013.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[pre-wrap-leading-spaces-015.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[pre-wrap-leading-spaces-016.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[pre-wrap-leading-spaces-017.html]
expected: FAIL

View file

@ -1,4 +0,0 @@
[elementFromPoint-001.html]
[CSSOM View - 5 - extensions to the Document interface]
expected: FAIL

View file

@ -1,4 +0,0 @@
[elementsFromPoint-invalid-cases.html]
[The root element is the last element returned for otherwise empty queries within the viewport]
expected: FAIL

View file

@ -0,0 +1,7 @@
[offsetTopLeft-border-box.html]
[container: 1]
expected: FAIL
[container: 0]
expected: FAIL

View file

@ -0,0 +1,7 @@
[DOMMatrixInit-validate-fixup.html]
[{f: NaN, m42: NaN, is2D: true} (2d)]
expected: FAIL
[{f: NaN, m42: NaN} (2d)]
expected: FAIL

View file

@ -2,15 +2,6 @@
[event state during post-click handling]
expected: FAIL
[disabled radio should be checked from dispatchEvent(new MouseEvent("click"))]
expected: FAIL
[disabled checkbox should be checked from dispatchEvent(new MouseEvent("click"))]
expected: FAIL
[disabled radio should get legacy-canceled-activation behavior]
expected: FAIL
[disabled checkbox should get legacy-canceled-activation behavior]
[submit button should not activate if the event listener disables it]
expected: FAIL

View file

@ -0,0 +1,7 @@
[Event-dispatch-click.tentative.html]
[radio morphed into another type should not steal the existing checked state]
expected: FAIL
[checkbox morphed into another type should not mutate checked state]
expected: FAIL

View file

@ -1,25 +1,24 @@
[network-partition-key.html]
expected: TIMEOUT
[Iframes]
expected: FAIL
[CSP sandbox]
expected: NOTRUN
expected: FAIL
[Workers]
expected: TIMEOUT
expected: FAIL
[Cross-site resources without credentials]
expected: FAIL
[about:blank from opaque origin iframe]
expected: NOTRUN
expected: FAIL
[Without credentials]
expected: FAIL
[Workers with cross-site resources]
expected: NOTRUN
expected: FAIL
[Cross-site resources with credentials]
expected: FAIL

View file

@ -312,24 +312,24 @@
[Response: combined response Content-Type: text/html;" \\" text/plain ";charset=GBK]
expected: NOTRUN
[<iframe>: separate response Content-Type: text/html;" \\" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html]
expected: FAIL
[<iframe>: separate response Content-Type: text/html */*;charset=gbk]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;x=" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: */* text/html]
expected: FAIL
[<iframe>: separate response Content-Type: text/html;x=" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;" \\" text/plain]
[<iframe>: combined response Content-Type: text/html */*]
expected: FAIL
[<iframe>: separate response Content-Type: text/html;" text/plain]
expected: FAIL
[<iframe>: separate response Content-Type: text/html */*]
expected: FAIL
[<iframe>: separate response Content-Type: text/plain */*;charset=gbk]
expected: FAIL

View file

@ -56,6 +56,3 @@
[separate text/javascript x/x]
expected: FAIL
[separate text/javascript ]
expected: FAIL

View file

@ -11,6 +11,6 @@
[X-Content-Type-Options%3A%20nosniff%2C%2C%40%23%24%23%25%25%26%5E%26%5E*()()11!]
expected: FAIL
[X-Content-Type-Options%3A%20no%0D%0AX-Content-Type-Options%3A%20nosniff]
[X-Content-Type-Options%3A%20%40%23%24%23%25%25%26%5E%26%5E*()()11!%2Cnosniff]
expected: FAIL

View file

@ -1,4 +0,0 @@
[traverse_the_history_3.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -1,4 +0,0 @@
[traverse_the_history_4.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -1,2 +0,0 @@
[cross-origin-objects-on-new-window.html]
expected: TIMEOUT

View file

@ -1,4 +1,5 @@
[embedded-opener-remove-frame.html]
expected: CRASH
[opener of discarded nested browsing context]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.drawing.style.fontVariant.settings.html]
[Testing basic functionalities of fontKerning for canvas]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.drawing.style.fontVariant.settings.html]
[Testing basic functionalities of fontKerning for canvas]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.drawing.style.fontVariant.settings.worker.html]
[Testing basic functionalities of fontKerning for canvas]
expected: FAIL

View file

@ -0,0 +1,5 @@
[skip-another-top-level-browsing-context.html]
expected: TIMEOUT
[Autofocus elements queued in another top-level browsing context's documents should be skipped.]
expected: TIMEOUT

View file

@ -1,17 +1,16 @@
[supported-elements.html]
expected: TIMEOUT
[Contenteditable element should support autofocus]
expected: FAIL
[Host element with delegatesFocus including no focusable descendants should be skipped]
expected: NOTRUN
expected: FAIL
[Element with tabindex should support autofocus]
expected: FAIL
[Area element should support autofocus]
expected: NOTRUN
expected: FAIL
[Host element with delegatesFocus should support autofocus]
expected: TIMEOUT
expected: FAIL

View file

@ -171,6 +171,3 @@
[XHTML img usemap="#hash-id"]
expected: FAIL
[HTML (standards) IMG usemap="no-hash-name"]
expected: FAIL

View file

@ -0,0 +1,4 @@
[iframe-loading-lazy-multiple-queued-navigations.html]
[Multiple queued lazy load navigations do not crash the page]
expected: FAIL

View file

@ -1,5 +1,5 @@
[iframe_sandbox_popups_escaping-1.html]
expected: CRASH
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: TIMEOUT

View file

@ -1,4 +1,5 @@
[iframe_sandbox_popups_escaping-2.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT

View file

@ -1,5 +1,4 @@
[iframe_sandbox_popups_nonescaping-1.html]
expected: CRASH
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN
expected: FAIL

View file

@ -1,5 +1,5 @@
[iframe_sandbox_popups_nonescaping-2.html]
expected: CRASH
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN

View file

@ -1,4 +1,5 @@
[iframe_sandbox_popups_nonescaping-3.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
expected: NOTRUN

View file

@ -1,4 +1,5 @@
[htmlanchorelement_noopener.html]
expected: TIMEOUT
[Check that targeting of rel=noopener with a given name reuses an existing window with that name]
expected: FAIL
@ -9,5 +10,5 @@
expected: FAIL
[Check that rel=noopener with target=_self does a normal load]
expected: FAIL
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[077.html]
[ adding several types of scripts through the DOM and removing some of them confuses scheduler ]
expected: FAIL

View file

@ -0,0 +1,8 @@
[iframe-inheritance-history-about-srcdoc.html]
expected: TIMEOUT
[History navigation reuses original policy.]
expected: TIMEOUT
[New srcdoc iframe uses new policy.]
expected: NOTRUN

View file

@ -0,0 +1,10 @@
[iframe-inheritance-javascript-child.html]
[Referrer Policy: iframes with javascript url reuse referrer policy]
expected: FAIL
[Referrer Policy: iframes with javascript url reuse referrer policy 1]
expected: FAIL
[Referrer Policy: iframes with javascript url reuse referrer policy 2]
expected: FAIL

View file

@ -0,0 +1,4 @@
[iframe-inheritance-javascript.html]
[Referrer Policy: iframes with javascript url reuse referrer policy 1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[iframe-inheritance-srcdoc-child.html]
[iframes srcdoc child correctly inherit the ancestor's referrer policy]
expected: FAIL

View file

@ -0,0 +1,4 @@
[iframe-inheritance-srcdoc.html]
[iframes srcdoc correctly inherit the ancestor's referrer policy]
expected: FAIL

View file

@ -1,5 +1,4 @@
[realtimeanalyser-fft-scaling.html]
expected: TIMEOUT
[X 2048-point FFT peak position is not equal to 64. Got 0.]
expected: FAIL

View file

@ -203,3 +203,9 @@
[X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.7394493830210567e+26\t9.3139332532882690e-1\t1.7394493830210567e+26\t1.8675776771397270e+26\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.7394493830210567e+26 at index of 28696.\n\tMax RelError of 1.8675776771397270e+26 at index of 28696.\n]
expected: FAIL
[X SNR (50.609564266205 dB) is not greater than or equal to 65.737. Got 50.609564266205.]
expected: FAIL
[X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t5.5061018466949463e-1\t9.3139332532882690e-1\t3.8078314065933228e-1\t4.0883172587144900e-1\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.8078314065933228e-1 at index of 28696.\n\tMax RelError of 4.0883172587144900e-1 at index of 28696.\n]
expected: FAIL

View file

@ -23,3 +23,6 @@
[test_dismissed_beforeunload]
expected: ERROR
[test_removed_iframe]
expected: ERROR

View file

@ -23,3 +23,6 @@
[test_dismissed_beforeunload]
expected: ERROR
[test_removed_iframe]
expected: ERROR

View file

@ -1,5 +0,0 @@
[018.html]
expected: TIMEOUT
[origin of the script that invoked the method, javascript:]
expected: TIMEOUT

View file

@ -1,5 +0,0 @@
[018.html]
expected: TIMEOUT
[origin of the script that invoked the method, javascript:]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[WorkerGlobalScope-close.html]
[Test sending a message after closing.]
expected: FAIL

View file

@ -1,5 +1,4 @@
[003.html]
expected: ERROR
[shared]
expected: FAIL

View file

@ -1,7 +1,8 @@
[shared-worker-in-data-url-context.window.html]
expected: TIMEOUT
[Create a shared worker in a data url frame]
expected: FAIL
[Create a data url shared worker in a data url frame]
expected: FAIL
expected: TIMEOUT

View file

@ -7,7 +7,7 @@
expected: FAIL
[Opening a blob URL in a new window immediately before revoking it works.]
expected: TIMEOUT
expected: FAIL
[Opening a blob URL in a noopener about:blank window immediately before revoking it works.]
expected: TIMEOUT

View file

@ -139844,7 +139844,7 @@
]
],
"flex-minimum-width-flex-items-013.html": [
"6ee9ed10b5663b381f0238096117e8d70ca0347b",
"9f358d66d7f1b5c4ba2e3c6d9ca790b5309d66d4",
[
null,
[
@ -168760,6 +168760,19 @@
{}
]
],
"marker-line-height.html": [
"8d226e3feaa359fe8ddacfd75610879abe33d955",
[
null,
[
[
"/css/css-pseudo/marker-line-height-ref.html",
"=="
]
],
{}
]
],
"marker-list-style-position.html": [
"9b122bc3e9b6200fbf33c1c7d3da2ba155ff1691",
[
@ -187361,6 +187374,45 @@
{}
]
],
"pre-wrap-leading-spaces-015.html": [
"9b9b3690e55b21b005d1eb7a816d2e0b1c90e4fc",
[
null,
[
[
"/css/css-text/white-space/reference/white-space-break-spaces-005-ref.html",
"=="
]
],
{}
]
],
"pre-wrap-leading-spaces-016.html": [
"57a121815d332984a77ec0d77a60c6e39ae4b220",
[
null,
[
[
"/css/css-text/white-space/reference/white-space-break-spaces-005-ref.html",
"=="
]
],
{}
]
],
"pre-wrap-leading-spaces-017.html": [
"9aad17e9c5a0a3e714acad3184e3c11c69b73528",
[
null,
[
[
"/css/css-text/white-space/reference/white-space-break-spaces-005-ref.html",
"=="
]
],
{}
]
],
"pre-wrap-tab-001.html": [
"e57da83e9fb7e28e7ddba5a091be1331eb804c7a",
[
@ -258571,7 +258623,7 @@
[]
],
"xhr.py": [
"fb3dbf2780d00ce5881c721f3714de0e4009ba24",
"7939371b3c085ff8202c6889e0ba9a1ae647d494",
[]
]
},
@ -278052,7 +278104,7 @@
[]
],
"report.py": [
"d3664c63ae759965821976c411699bd89adbe542",
"088f3c9b379bdf0935dfe8ff8b3d5dd41c772299",
[]
],
"resource.py": [
@ -280167,6 +280219,18 @@
"59de9e7a23ce6ef949d03db610609c61ce4d98c1",
[]
],
"preflight-cache-partitioning-iframe.sub.html": [
"031cc94d10cef22852f0939fb9a63b2f2f11cae6",
[]
],
"preflight-cache-partitioning.sub.html": [
"e4bbdec013953ceffe761fc9cb7f24ac2813535d",
[]
],
"preflight-partitioning.py": [
"d0d9a4ebb6c67b853a9d14f12f325120a692e96d",
[]
],
"preflight.py": [
"d8bce26d280a12a30bb83d9e25f9108a9cd86624",
[]
@ -314117,6 +314181,10 @@
"75625c1ea2895d27baf9ca8afa9f7d32a91f2d14",
[]
],
"marker-line-height-ref.html": [
"64b0d41a38988730b15522a4be57f0f6621f6d18",
[]
],
"marker-list-style-position-ref-001.html": [
"2593194d298fe3ee8bb14ffe9923a654a19d5c8a",
[]
@ -326061,7 +326129,7 @@
],
"support": {
"dommatrix-test-util.js": [
"af860e2913cc72db92b5573e45725d7fa50c3fb0",
"40c336ea8c99f4954650a3a8c4f0b2541ea8b2af",
[]
]
}
@ -330584,7 +330652,7 @@
[]
],
"file-names.md": [
"e68af233f15ec7c22d873753606a490d1f88631d",
"96296c4ff69934a77581a50c5cf7299feadbb838",
[]
],
"general-guidelines.md": [
@ -333837,7 +333905,7 @@
[]
],
"network-partition-key.py": [
"44ddae7a75df21908310a66cff719755c52629bb",
"61e0496fca35d359008a11f2b581555cb6d94027",
[]
],
"network-partition-worker-checker.html": [
@ -337963,7 +338031,7 @@
[]
],
"drawing-text-to-the-canvas.yaml": [
"921464e6bc72ad187cfd2c8955c4a2cc7e9cfb1a",
"0f8a118ca8d3f68aea6a0a54a2a5d5524790a34d",
[]
],
"fill-and-stroke-styles.yaml": [
@ -338057,7 +338125,7 @@
[]
],
"text.yaml": [
"16187397eb32aca2a5b5684982fee39bf8146f73",
"9a895bc5185a055dc0aa4a4fa86031181454f641",
[]
],
"the-canvas-state.yaml": [
@ -348083,6 +348151,10 @@
[]
]
},
"click_iframe_crossorigin.sub.html.ini": [
"10e24dd773ff54115336015693b5fdf7658c7518",
[]
],
"file_upload.sub.html.ini": [
"e2bfbf8fb8fb71003bd06a8356fec3a074395040",
[]
@ -354180,7 +354252,7 @@
"inheritance": {
"resources": {
"make-html-script.js": [
"e285c559c04db3884022a94f6df8ca4f1b5e8cf1",
"a013fa64b305b3ceca8a1014afd7e59ff7be7d10",
[]
]
}
@ -355179,7 +355251,7 @@
[]
],
"testharness.js": [
"1c4f6414178575fb3fa47a5c7836e97bbb7e6668",
"d50e094117df56db49d75f1620c4aba51319fc3c",
[]
],
"testharness.js.headers": [
@ -358394,102 +358466,6 @@
"3cde4df12c45211dd3637cf79524bad1f6d09c55",
[]
],
"ed25519-broken-signature.js": [
"32bf4573b30e1c8e9f4bbe751cd98b68aa37bd94",
[]
],
"ed25519-broken-signature.js.headers": [
"47d4f9e7cdc50fe5a6322966fea5cfa7325f0b61",
[]
],
"ed25519-multi-signature-headers.js": [
"3a8db871cae6c74d64afc1cf9d3b820c99bdd539",
[]
],
"ed25519-multi-signature-headers.js.headers": [
"dad973c3850c417bd350c254ef04f62322809ad7",
[]
],
"ed25519-multi-signature.js": [
"3a8db871cae6c74d64afc1cf9d3b820c99bdd539",
[]
],
"ed25519-multi-signature.js.headers": [
"49098cc5f3d57af6b590df1975784ac385f6ae65",
[]
],
"ed25519-multi-signature2.js": [
"3a8db871cae6c74d64afc1cf9d3b820c99bdd539",
[]
],
"ed25519-multi-signature2.js.headers": [
"00f88d98aa2388dc9d3b9a773411b7b21a3687f2",
[]
],
"ed25519-no-signature.js": [
"299756023b4a5a4682c1829e787fcf5791afb4ab",
[]
],
"ed25519-signature.js": [
"3a8db871cae6c74d64afc1cf9d3b820c99bdd539",
[]
],
"ed25519-signature.js.headers": [
"47d4f9e7cdc50fe5a6322966fea5cfa7325f0b61",
[]
],
"ed25519-signature2.js": [
"3a8db871cae6c74d64afc1cf9d3b820c99bdd539",
[]
],
"ed25519-signature2.js.headers": [
"433867924d5c48e42521f61f78c959e1b7947190",
[]
],
"ed25519-style-multi-signature-headers.css": [
"3cde4df12c45211dd3637cf79524bad1f6d09c55",
[]
],
"ed25519-style-multi-signature-headers.css.headers": [
"3e1d2b618c3e90a67180bd33302642ad570fa3e7",
[]
],
"ed25519-style-multi-signature.css": [
"3cde4df12c45211dd3637cf79524bad1f6d09c55",
[]
],
"ed25519-style-multi-signature.css.headers": [
"e951492d6fb0e3c9d8327fdca8f8ebc2663b6f06",
[]
],
"ed25519-style-multi-signature2.css": [
"3cde4df12c45211dd3637cf79524bad1f6d09c55",
[]
],
"ed25519-style-multi-signature2.css.headers": [
"1f1e463aa473f5fda6660fd4d8cccfbd9f75ae02",
[]
],
"ed25519-style-no-signature.css": [
"3cde4df12c45211dd3637cf79524bad1f6d09c55",
[]
],
"ed25519-style-wrong-signature.css": [
"3cde4df12c45211dd3637cf79524bad1f6d09c55",
[]
],
"ed25519-style-wrong-signature.css.headers": [
"47d4f9e7cdc50fe5a6322966fea5cfa7325f0b61",
[]
],
"ed25519-style.css": [
"3cde4df12c45211dd3637cf79524bad1f6d09c55",
[]
],
"ed25519-style.css.headers": [
"de1416372cd4431147ad40206c54e5ecf5273aec",
[]
],
"image.png": [
"01c9666a8de9d5535615aff830810e5df4b2156f",
[]
@ -358507,16 +358483,12 @@
[]
],
"tools": {
"ed25519.py": [
"8497786d53014a1fec8428517e3e2f225ca25c39",
[]
],
"generate_javascript.py": [
"300e1703b177765ea3df7c35fbbfae3d0aa8817a",
[]
],
"list_hashes.py": [
"0db19850e9486009670a4568b63f614808077f62",
"5f189ce44b2260ea2187a5b880868efd7f793542",
[]
]
}
@ -359709,7 +359681,7 @@
[]
],
"test_pr_preview.py": [
"13aef50866312998855e8c46579e8a4d8443dc24",
"ed6310c1ea129b19f313c29c98e5238a85546e42",
[]
]
},
@ -360042,7 +360014,7 @@
[]
],
"item.py": [
"efb49d7f4ec9ef8011035c79277fc98bc3dea707",
"9a43a68f1fbcc97715c5446b823f022596d6cb01",
[]
],
"log.py": [
@ -360071,7 +360043,7 @@
[]
],
"test_item.py": [
"cf52fe80aad04e5dcb35034352e9fb8edd53ecb6",
"4f2fc8f03f2d611f35e0a352c708060606fd1a77",
[]
],
"test_manifest.py": [
@ -366127,12 +366099,12 @@
[]
],
"test_wpt.py": [
"02b611e378b8877651e15aee2ce2fc445ab4b57f",
"74246fafdd7778356e70accd3ca98a9adb237373",
[]
]
},
"tox.ini": [
"7e6eb8e42a4c7b248988ef1984a0583961e08105",
"50717135539484322043372b19da080a765bd86e",
[]
],
"update.py": [
@ -366512,7 +366484,7 @@
[]
],
"base.py": [
"4c3891c1cb67ba0a3d92e49860741569664ec784",
"55518685494e2464354250ae6e72babdef46dcf7",
[]
],
"executorchrome.py": [
@ -366883,7 +366855,7 @@
[]
],
"wpttest.py": [
"31b245612be0c743f17479e08db48af0d417637c",
"aafe3fa6e00e0233e530f1693e83c9caa8c2ced7",
[]
]
},
@ -369275,6 +369247,10 @@
"81c6f9b3833e083277235dfd0cdd1716dc926110",
[]
],
"frames_no_bfcache.html": [
"1972187d21fe1d385f03843b2fe222d2ef3183f7",
[]
],
"subframe.html": [
"2019485529f64c778081b542646d36b55e4c4a39",
[]
@ -397220,6 +397196,20 @@
}
]
],
"preflight-cache-partitioning.sub.window.js": [
"6b37a843c40fbafa2d2fb855c007fc1999b98360",
[
"cors/preflight-cache-partitioning.sub.window.html",
{
"script_metadata": [
[
"script",
"/common/utils.js"
]
]
}
]
],
"preflight-cache.htm": [
"b3de663ebc1d32409c8ed376a3873b2a2b675eb5",
[
@ -401455,7 +401445,7 @@
]
],
"flex-aspect-ratio-img-column-011.html": [
"6a0adb70dfd4886d25036104c1d72be90b564718",
"a0f8c1573c414761d718a48ea90c6c71e195c5a9",
[
null,
{}
@ -405582,6 +405572,13 @@
{}
]
],
"grid-self-alignment.html": [
"56ad9c6a126efcf74a8e1df990c7c902a564a1f9",
[
null,
{}
]
],
"grid-self-baseline-not-applied-if-sizing-cyclic-dependency-001.html": [
"dae81ceee1a90c7d0d66fb3a86fdae025d4389cb",
[
@ -409701,14 +409698,14 @@
],
"parsing": {
"marker-supported-properties-in-animation.html": [
"5f7dab7a8bfb908d900230cfbf06dacd53a9d693",
"df0e9bc6d34b3e8828d886bbe7ad3359f4178756",
[
null,
{}
]
],
"marker-supported-properties.html": [
"15a4e894ff3a46c632d91de8c27834a5269149eb",
"62a54a338b7c401c05c16a59670f9d5cc2f30f8f",
[
null,
{}
@ -425189,14 +425186,14 @@
]
],
"Event-dispatch-click.html": [
"148f4f50d417068720088970bda86335e747bb16",
"bbc408df88256668e7f4cacc0837065c3c7d1c16",
[
null,
{}
]
],
"Event-dispatch-click.tentative.html": [
"01ce1936a8b74a8c80c87beb59247ad629bce6c4",
"cfdae55ef2ab48df0842c050b7844b3e52996de4",
[
null,
{}
@ -451306,6 +451303,13 @@
{}
]
],
"2d.text.drawing.style.fontVariant.settings.html": [
"c1d6272aa11e32fe8b17a9d044cfb8edd5f62c91",
[
null,
{}
]
],
"2d.text.drawing.style.spacing.html": [
"67092690ed37ba90b79048969a3d6b0de40e93b6",
[
@ -465747,6 +465751,20 @@
{}
]
],
"2d.text.drawing.style.fontVariant.settings.html": [
"d4f9413f9544f91a4e909f4c3bd3fe0fc0a1c97d",
[
null,
{}
]
],
"2d.text.drawing.style.fontVariant.settings.worker.js": [
"d90bdd5f03286d80868adf8ff87b3132229993ee",
[
"html/canvas/offscreen/text/2d.text.drawing.style.fontVariant.settings.worker.html",
{}
]
],
"2d.text.drawing.style.spacing.html": [
"512ed7157c86e3365f959efa393f88e47447efcc",
[
@ -475164,6 +475182,13 @@
{}
]
],
"iframe-loading-lazy-multiple-queued-navigations.html": [
"0569881ea5e0a566b7e7b4627d0778e3361991f4",
[
null,
{}
]
],
"iframe-loading-lazy-multiple-times.html": [
"89e41e61bf7fcac2b5f35990f7ad70a9fdab8424",
[
@ -486616,6 +486641,13 @@
}
]
],
"subdomain-flag.www.sub.window.js": [
"9b4140340a416200d8b0362a68284f813f1e6c96",
[
"infrastructure/server/subdomain-flag.www.sub.window.html",
{}
]
],
"title.any.js": [
"df2f8b048c370d3ab009946d73d7de6f8a412471",
[
@ -486979,7 +487011,7 @@
]
],
"input-events-get-target-ranges-backspace.tentative.html": [
"d057654a77c494934e1116045ec7541a7e8878da",
"71db5e7287844dce1deb97c6cef753ac053bc27b",
[
null,
{
@ -486998,7 +487030,7 @@
]
],
"input-events-get-target-ranges-forwarddelete.tentative.html": [
"136a4a6be4b31fa79508104d8da42cce36d8a887",
"bbc76f43fbcdd837d31e610958867e1abdfbd7b5",
[
null,
{
@ -488255,7 +488287,7 @@
]
],
"image-src-change.html": [
"bd78476390c8c9df170bdd59211bb3756142e9aa",
"f35d803025702d2e9ad7e1c94d4e0b5bd925b40c",
[
null,
{}
@ -488304,7 +488336,7 @@
]
],
"multiple-redirects-TAO.html": [
"ee832c410435b47d9a26c9cb0f9db23c44ed5ad5",
"50130eebb2f2f141ef7076f779210bf19fee9710",
[
null,
{}
@ -488332,7 +488364,7 @@
]
],
"redirects-tao-star.html": [
"1daea61486ce4fc050b182d9aabd7d75c0de5a19",
"f01c2496c0673feb4d4ee4821e4ad51b5a79cd49",
[
null,
{}
@ -488382,6 +488414,34 @@
]
},
"layout-instability": {
"absolute-child-shift-with-parent-contain.html": [
"749cfe172a82b3d6f844f8355ef947deea9459a6",
[
null,
{}
]
],
"absolute-child-shift-with-parent-negative-overflow.html": [
"21caa263c965d9dbf3931a5887782fee6148c6bf",
[
null,
{}
]
],
"absolute-child-shift-with-parent-overflow.html": [
"24dda875c7b8ec19e2b6632964136edd26699812",
[
null,
{}
]
],
"absolute-child-shift-with-parent-will-change.html": [
"1597f1089257903edcbf58810edb7f0ae45db914",
[
null,
{}
]
],
"body-display-change.html": [
"0576bd6865084fac5d8c5ccc24285709d50f587e",
[
@ -497436,6 +497496,13 @@
{}
]
],
"fcp-ignore-from-subframe.html": [
"7083a93db7dfe6a86441af5e4d1970674bc39441",
[
null,
{}
]
],
"fcp-invisible-3d-rotate-descendant.html": [
"76d459d0f40fcaa46e9561e76c99b4d4a17f157b",
[
@ -511448,15 +511515,22 @@
{}
]
],
"iframe-inheritance-history-about-srcdoc.html": [
"31d2a33938ac6394b1f0c0b3c5eae5048559986c",
[
null,
{}
]
],
"iframe-inheritance-javascript-child.html": [
"e20da4f2cccfe4d8981d83ddb6d48ec3d6f4c2d6",
"670f78ab3ad0eba2a7c3de6c537c50a353a39304",
[
null,
{}
]
],
"iframe-inheritance-javascript.html": [
"77b6d759f5f4694298da8dc3f72825fbfcffe799",
"e8de690c9c395a2fae8f02c89863261baae42b1f",
[
null,
{}
@ -522949,27 +523023,6 @@
}
},
"subresource-integrity": {
"subresource-css-ed25519.tentative.html": [
"7604acb70dda90faa15a335c77eb3b30cd89c1f0",
[
null,
{}
]
],
"subresource-ed25519-with-csp.tentative.html": [
"ca80c228655a3e2e9200d76c48a14e372a9b3c32",
[
null,
{}
]
],
"subresource-ed25519.tentative.html": [
"1f091ebd5694f9d6e2e09a6b36c19bffcfb0ac72",
[
null,
{}
]
],
"subresource-integrity.html": [
"f317b0e423ec26a12196b69de84bf10cae088d5a",
[
@ -573129,7 +573182,7 @@
},
"back": {
"back.py": [
"9ca52e8f223e8877280a15a9a6898ad01a40a4be",
"5b50bc1bbb566e47b88e00b5a4f23d19caa70b64",
[
null,
{}
@ -573544,7 +573597,7 @@
},
"forward": {
"forward.py": [
"4a1e2158151850be24e601655b11d229fa7e5dc4",
"d71bbd1102147b48d7efeab3d0dffa28ee3f9f6b",
[
null,
{}
@ -574393,7 +574446,7 @@
]
],
"switch.py": [
"98b4bee16e2db32c3ac2e24c957f363e38b6bf50",
"9e5315588e3bbea859a10d2c367d41354c3240ea",
[
null,
{}

View file

@ -0,0 +1,4 @@
[hit-test-floats-004.html]
[Miss float below something else]
expected: FAIL

View file

@ -0,0 +1,4 @@
[hit-test-floats-005.html]
[Miss clipped float]
expected: FAIL

View file

@ -1,7 +1,4 @@
[flex-aspect-ratio-img-column-011.html]
[.flexbox 5]
expected: FAIL
[.flexbox 7]
expected: FAIL

View file

@ -0,0 +1,2 @@
[flex-minimum-width-flex-items-013.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[pre-wrap-leading-spaces-015.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[pre-wrap-leading-spaces-016.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[pre-wrap-leading-spaces-017.html]
expected: FAIL

View file

@ -1,4 +0,0 @@
[elementFromPoint-001.html]
[CSSOM View - 5 - extensions to the Document interface]
expected: FAIL

View file

@ -1,4 +0,0 @@
[elementsFromPoint-invalid-cases.html]
[The root element is the last element returned for otherwise empty queries within the viewport]
expected: FAIL

View file

@ -0,0 +1,7 @@
[offsetTopLeft-border-box.html]
[container: 1]
expected: FAIL
[container: 0]
expected: FAIL

View file

@ -5,27 +5,3 @@
[{f: NaN, m42: NaN, is2D: true} (2d)]
expected: FAIL
[{m13: -0, is2D: true} (2d)]
expected: FAIL
[{m14: -0, is2D: true} (2d)]
expected: FAIL
[{m23: -0, is2D: true} (2d)]
expected: FAIL
[{m24: -0, is2D: true} (2d)]
expected: FAIL
[{m31: -0, is2D: true} (2d)]
expected: FAIL
[{m32: -0, is2D: true} (2d)]
expected: FAIL
[{m34: -0, is2D: true} (2d)]
expected: FAIL
[{m43: -0, is2D: true} (2d)]
expected: FAIL

View file

@ -2,3 +2,7 @@
type: testharness
[event state during post-click handling]
expected: FAIL
[submit button should not activate if the event listener disables it]
expected: FAIL

View file

@ -0,0 +1,7 @@
[Event-dispatch-click.tentative.html]
[radio morphed into another type should not steal the existing checked state]
expected: FAIL
[checkbox morphed into another type should not mutate checked state]
expected: FAIL

View file

@ -1,25 +1,24 @@
[network-partition-key.html]
expected: TIMEOUT
[Iframes]
expected: FAIL
[CSP sandbox]
expected: NOTRUN
expected: FAIL
[Workers]
expected: TIMEOUT
expected: FAIL
[Cross-site resources without credentials]
expected: FAIL
[about:blank from opaque origin iframe]
expected: NOTRUN
expected: FAIL
[Without credentials]
expected: FAIL
[Workers with cross-site resources]
expected: NOTRUN
expected: FAIL
[Cross-site resources with credentials]
expected: FAIL

View file

@ -312,24 +312,24 @@
[fetch(): separate response Content-Type: text/plain ]
expected: NOTRUN
[<iframe>: separate response Content-Type: text/html;" \\" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html]
expected: FAIL
[<iframe>: separate response Content-Type: text/html */*;charset=gbk]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;x=" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: */* text/html]
expected: FAIL
[<iframe>: separate response Content-Type: text/html;x=" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;" \\" text/plain]
[<iframe>: combined response Content-Type: text/html */*]
expected: FAIL
[<iframe>: separate response Content-Type: text/html;" text/plain]
expected: FAIL
[<iframe>: separate response Content-Type: text/html */*]
expected: FAIL
[<iframe>: separate response Content-Type: text/plain */*;charset=gbk]
expected: FAIL

View file

@ -56,6 +56,3 @@
[separate text/javascript x/x]
expected: FAIL
[separate text/javascript ]
expected: FAIL

View file

@ -11,6 +11,6 @@
[X-Content-Type-Options%3A%20nosniff%2C%2C%40%23%24%23%25%25%26%5E%26%5E*()()11!]
expected: FAIL
[X-Content-Type-Options%3A%20no%0D%0AX-Content-Type-Options%3A%20nosniff]
[X-Content-Type-Options%3A%20%40%23%24%23%25%25%26%5E%26%5E*()()11!%2Cnosniff]
expected: FAIL

View file

@ -1,4 +0,0 @@
[traverse_the_history_3.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -1,4 +0,0 @@
[traverse_the_history_4.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -1,2 +0,0 @@
[cross-origin-objects-on-new-window.html]
expected: TIMEOUT

View file

@ -1,4 +1,5 @@
[embedded-opener-remove-frame.html]
expected: CRASH
[opener and "removed" embedded documents]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.drawing.style.fontVariant.settings.html]
[Testing basic functionalities of fontKerning for canvas]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.drawing.style.fontVariant.settings.html]
[Testing basic functionalities of fontKerning for canvas]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.drawing.style.fontVariant.settings.worker.html]
[Testing basic functionalities of fontKerning for canvas]
expected: FAIL

View file

@ -0,0 +1,5 @@
[skip-another-top-level-browsing-context.html]
expected: TIMEOUT
[Autofocus elements queued in another top-level browsing context's documents should be skipped.]
expected: TIMEOUT

View file

@ -1,5 +1,4 @@
[supported-elements.html]
expected: TIMEOUT
[Contenteditable element should support autofocus]
expected: FAIL
@ -7,11 +6,11 @@
expected: FAIL
[Host element with delegatesFocus including no focusable descendants should be skipped]
expected: NOTRUN
expected: FAIL
[Area element should support autofocus]
expected: NOTRUN
expected: FAIL
[Host element with delegatesFocus should support autofocus]
expected: TIMEOUT
expected: FAIL

View file

@ -172,6 +172,3 @@
[XHTML img usemap="http://example.org/#garbage-before-hash-id"]
expected: FAIL
[HTML (standards) IMG usemap="no-hash-name"]
expected: FAIL

View file

@ -0,0 +1,4 @@
[iframe-loading-lazy-multiple-queued-navigations.html]
[Multiple queued lazy load navigations do not crash the page]
expected: FAIL

View file

@ -1,6 +1,6 @@
[iframe_sandbox_popups_escaping-1.html]
type: testharness
expected: CRASH
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: TIMEOUT

View file

@ -1,4 +1,5 @@
[iframe_sandbox_popups_escaping-2.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT

View file

@ -1,6 +1,5 @@
[iframe_sandbox_popups_nonescaping-1.html]
type: testharness
expected: CRASH
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN
expected: FAIL

View file

@ -1,6 +1,6 @@
[iframe_sandbox_popups_nonescaping-2.html]
type: testharness
expected: CRASH
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[iframe_sandbox_popups_nonescaping-3.html]
type: testharness
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[htmlanchorelement_noopener.html]
type: testharness
expected: TIMEOUT
[Check that targeting of rel=noopener with a given name ignores an existing window with that name]
expected: NOTRUN
@ -13,5 +14,5 @@
expected: FAIL
[Check that rel=noopener with target=_self does a normal load]
expected: FAIL
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[077.html]
[ adding several types of scripts through the DOM and removing some of them confuses scheduler ]
expected: FAIL

View file

@ -0,0 +1,8 @@
[iframe-inheritance-history-about-srcdoc.html]
expected: TIMEOUT
[History navigation reuses original policy.]
expected: TIMEOUT
[New srcdoc iframe uses new policy.]
expected: NOTRUN

View file

@ -5,3 +5,6 @@
[Referrer Policy: iframes with javascript url reuse referrer policy 2]
expected: FAIL
[Referrer Policy: iframes with javascript url reuse referrer policy 1]
expected: FAIL

View file

@ -1,4 +1,4 @@
[iframe-inheritance-javascript.html]
[Referrer Policy: iframes with javascript url reuse referrer policy]
[Referrer Policy: iframes with javascript url reuse referrer policy 1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[iframe-inheritance-srcdoc-child.html]
[iframes srcdoc child correctly inherit the ancestor's referrer policy]
expected: FAIL

View file

@ -0,0 +1,4 @@
[iframe-inheritance-srcdoc.html]
[iframes srcdoc correctly inherit the ancestor's referrer policy]
expected: FAIL

View file

@ -1,14 +0,0 @@
[subresource-css-ed25519.tentative.html]
type: testharness
[Style: Fails, because the key is malformed.]
expected: FAIL
[Style: Fails because of wrong key.]
expected: FAIL
[Style: Fails, because of missing key.]
expected: FAIL
[Style: Fails, because of wrong key.]
expected: FAIL

View file

@ -1,9 +0,0 @@
[subresource-ed25519-with-csp.tentative.html]
type: testharness
[Subresource Integrity with Ed25519 plus Content Security Policy]
expected: FAIL
[Script: Ed25519-with-CSP, fails, valid key, invalid signature.]
expected: FAIL
[Script: Ed25519-with-CSP, fails, valid key, valid signature, key not in CSP.]
expected: FAIL

View file

@ -1,14 +0,0 @@
[subresource-ed25519.tentative.html]
type: testharness
[Script: Ed255519 signature, fails because key is malformed.]
expected: FAIL
[Script: Ed255519 signature, fails because wrong key.]
expected: FAIL
[Script: Ed255519 signature, fails because no signature in response header.]
expected: FAIL
[Script: Ed255519 signature, fails because incorrect signature in response.]
expected: FAIL

View file

@ -1,5 +1,4 @@
[realtimeanalyser-fft-scaling.html]
expected: TIMEOUT
[X 2048-point FFT peak position is not equal to 64. Got 0.]
expected: FAIL

View file

@ -431,3 +431,9 @@
[X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.7394493830210567e+26\t9.3139332532882690e-1\t1.7394493830210567e+26\t1.8675776771397270e+26\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.7394493830210567e+26 at index of 28696.\n\tMax RelError of 1.8675776771397270e+26 at index of 28696.\n]
expected: FAIL
[X SNR (50.609564266205 dB) is not greater than or equal to 65.737. Got 50.609564266205.]
expected: FAIL
[X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t5.5061018466949463e-1\t9.3139332532882690e-1\t3.8078314065933228e-1\t4.0883172587144900e-1\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.8078314065933228e-1 at index of 28696.\n\tMax RelError of 4.0883172587144900e-1 at index of 28696.\n]
expected: FAIL

View file

@ -23,3 +23,6 @@
[test_no_top_browsing_context]
expected: ERROR
[test_removed_iframe]
expected: ERROR

View file

@ -23,3 +23,6 @@
[test_no_top_browsing_context]
expected: ERROR
[test_removed_iframe]
expected: ERROR

Some files were not shown because too many files have changed in this diff Show more