mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update wpt-tests metadata
This commit is contained in:
parent
4c637e0601
commit
9b0b03a432
16 changed files with 62 additions and 60 deletions
|
@ -1,4 +1,43 @@
|
|||
[sandboxed-iframe.html]
|
||||
expected: TIMEOUT
|
||||
[Blob URLs can be used in <script> tags]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Blob URLs can be used in iframes, and are treated same origin]
|
||||
expected: FAIL
|
||||
|
||||
[Blob URL fragment is implemented.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Blob URLs can be used in XHR]
|
||||
expected: FAIL
|
||||
|
||||
[XHR with a fragment should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[Only exact matches should revoke URLs, using XHR]
|
||||
expected: FAIL
|
||||
|
||||
[Revoke blob URL after open(), will fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Blob URLs can be used in fetch]
|
||||
expected: FAIL
|
||||
|
||||
[fetch with a fragment should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[Only exact matches should revoke URLs, using fetch]
|
||||
expected: FAIL
|
||||
|
||||
[fetch should return Content-Type from Blob]
|
||||
expected: FAIL
|
||||
|
||||
[Revoke blob URL after creating Request, will fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Revoke blob URL after calling fetch, fetch should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[XHR should return Content-Type from Blob]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,14 +2,7 @@
|
|||
[Generated Blob URLs are unique]
|
||||
expected: FAIL
|
||||
|
||||
[Blob URL parses correctly]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-format.any.html]
|
||||
[Generated Blob URLs are unique]
|
||||
expected: FAIL
|
||||
|
||||
[Blob URL parses correctly]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[viewport-units-after-font-load.html]
|
||||
expected: TIMEOUT
|
||||
[Viewport units are correctly updated after resize even if a font load has happened before]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -18,39 +18,11 @@
|
|||
[Fetch: /images/green-1x1.png?<\\t=block]
|
||||
expected: FAIL
|
||||
|
||||
[<img id="dangling" src="/images/green-1x1.png?img=<b">]
|
||||
[<img id="dangling" src="/images/green-1x1.png?img= <b">]
|
||||
expected: FAIL
|
||||
|
||||
[<img id="dangling" src="/images/green-1x1.png?img= b">]
|
||||
[<img id="dangling" src="/images/green-1x1.png?img=< b">]
|
||||
expected: FAIL
|
||||
|
||||
[<img id="dangling" src="/images/green-1x1.png?img=&#10;b">]
|
||||
[\\n <img id="dangling" src="/images/green-1x1.png?img=\\n <\\n b\\n ">\\n ]
|
||||
expected: FAIL
|
||||
|
||||
[<img id="dangling" src="/images/green-1x1.png?img=&lt;b">]
|
||||
expected: FAIL
|
||||
|
||||
[<img id="dangling" src="/images/green-1x1.png?img=&#10;b&lt;c">]
|
||||
expected: FAIL
|
||||
|
||||
[\\n <img id="dangling" src="\\n /images/green-1x1.png?img=\\n ">\\n ]
|
||||
expected: FAIL
|
||||
|
||||
[\\n <img id="dangling" src="\\n /images/green-1x1.png?img=&lt;\\n ">\\n ]
|
||||
expected: FAIL
|
||||
|
||||
[\\n <img id="dangling" src="\\n /images/green-1x1.png?img=&#10;\\n ">\\n ]
|
||||
expected: FAIL
|
||||
|
||||
[<img id="dangling" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=">]
|
||||
expected: FAIL
|
||||
|
||||
[<img id="dangling" src="data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=">]
|
||||
expected: FAIL
|
||||
|
||||
[<img id="dangling" src="data:image/png;base64,i VBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=">]
|
||||
expected: FAIL
|
||||
|
||||
[<img id="dangling" src="data:image/svg+xml;utf8,\\n <svg width='1' height='1' xmlns='http://www.w3.org/2000/svg'>\\n <rect width='100%' height='100%' fill='rebeccapurple'/>\\n <rect x='10%' y='10%' width='80%' height='80%' fill='lightgreen'/>\\n </svg>">]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[base_srcdoc.html]
|
||||
type: testharness
|
||||
[base element in srcdoc document should resolve against its fallback base URI]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
[iframe_sandbox_anchor_download_allow_downloads.sub.tentative.html]
|
||||
expected: TIMEOUT
|
||||
[<a download> triggered download in sandbox is allowed by allow-downloads.]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[<a download> triggered download in sandbox is blocked]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[iframe_sandbox_anchor_download_block_downloads.sub.tentative.html]
|
||||
[<a download> triggered download in sandbox is blocked.]
|
||||
expected: FAIL
|
|
@ -1,5 +1,6 @@
|
|||
[iframe_sandbox_navigation_download_allow_downloads.sub.tentative.html]
|
||||
expected: TIMEOUT
|
||||
[Navigation resulted download in sandbox is allowed by allow-downloads.]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[Navigation resulted download in sandbox is blocked.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[iframe_sandbox_navigation_download_block_downloads.sub.tentative.html]
|
||||
[Navigation resulted download in sandbox is blocked.]
|
||||
expected: FAIL
|
|
@ -1,2 +1,4 @@
|
|||
[move-element-and-scroll.html]
|
||||
expected: ERROR
|
||||
[Test that <img> below viewport is not loaded when moved to another document and then scrolled to]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[sizes-dynamic-001-ref.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[sizes-dynamic-001.html]
|
||||
expected: FAIL
|
|
@ -1,9 +1,5 @@
|
|||
[sandboxed-iframe-with-opaque-origin.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Sandboxed iframe with opaque origin doesn't send referrers.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Sandboxed iframe with tuple origin sends referrers.]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue