Update web-platform-tests to revision 50d6ee076e94273080d9f3b69be0bf4eeae156d3

This commit is contained in:
WPT Sync Bot 2018-08-22 21:45:47 -04:00
parent 3b9055510a
commit 280c87822d
331 changed files with 4209 additions and 866 deletions

View file

@ -1,19 +1,20 @@
[createImageBitmap-drawImage.html]
type: testharness
expected: TIMEOUT
[createImageBitmap from a HTMLImageElement, and drawImage on the created ImageBitmap]
expected: FAIL
[createImageBitmap from a Blob, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a HTMLCanvasElement, and drawImage on the created ImageBitmap]
expected: FAIL
[createImageBitmap from an ImageBitmap, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an ImageData, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a HTMLVideoElement, and drawImage on the created ImageBitmap]
expected: FAIL
@ -37,19 +38,19 @@
expected: FAIL
[createImageBitmap from an OffscreenCanvas, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an OffscreenCanvas with negative sw/sh, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an ImageData with negative sw/sh, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an ImageBitmap with negative sw/sh, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a Blob with negative sw/sh, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a bitmap HTMLImageElement, and drawImage on the created ImageBitmap]
expected: FAIL
@ -64,16 +65,16 @@
expected: FAIL
[createImageBitmap from a bitmap SVGImageElement, and drawImage on the created ImageBitmap]
expected: FAIL
expected: TIMEOUT
[createImageBitmap from a bitmap SVGImageElement with negative sw/sh, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a vector SVGImageElement, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a vector SVGImageElement with negative sw/sh, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an HTMLCanvasElement scaled down, and drawImage on the created ImageBitmap]
expected: FAIL
@ -127,56 +128,56 @@
expected: FAIL
[createImageBitmap from a bitmap SVGImageElement scaled down, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a bitmap SVGImageElement scaled up, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a bitmap SVGImageElement resized, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a vector SVGImageElement scaled down, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a vector SVGImageElement scaled up, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a vector SVGImageElement resized, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an OffscreenCanvas scaled down, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an OffscreenCanvas scaled up, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an OffscreenCanvas resized, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an ImageData scaled down, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an ImageData scaled up, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an ImageData resized, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an ImageBitmap scaled down, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an ImageBitmap scaled up, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from an ImageBitmap resized, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a Blob scaled down, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a Blob scaled up, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN
[createImageBitmap from a Blob resized, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,2 @@
[floats-in-table-caption-001.html]
expected: FAIL

View file

@ -326,3 +326,12 @@
[Matching font-style: 'oblique -21deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
expected: FAIL
[Descriptor matching priority: Stretch has higher priority than weight]
expected: FAIL
[Descriptor matching priority: Stretch has higher priority than style]
expected: FAIL
[Descriptor matching priority: Style has higher priority than weight]
expected: FAIL

View file

@ -0,0 +1,2 @@
[css3-text-line-break-opclns-050.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[css3-text-line-break-opclns-054.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[css3-text-line-break-opclns-059.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[css3-text-line-break-opclns-164.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[css3-text-line-break-opclns-165.html]
expected: FAIL

View file

@ -509,3 +509,12 @@
[min-width length(ex) / values]
expected: FAIL
[top length(pc) / values]
expected: FAIL
[margin-top length(cm) / values]
expected: FAIL
[margin-right length(cm) / values]
expected: FAIL

View file

@ -213,3 +213,6 @@
[bottom intermediate]
expected: FAIL
[font-size intermediate]
expected: NOTRUN

View file

@ -0,0 +1,2 @@
[calc-in-counter-001.xhtml]
expected: FAIL

View file

@ -1,2 +1,2 @@
[parser-sets-attributes-and-children.html]
expected: CRASH
expected: TIMEOUT

View file

@ -2,9 +2,10 @@
type: testharness
[single-byte-decoder.html?document]
expected: CRASH
expected: TIMEOUT
[single-byte-decoder.html?XMLHttpRequest]
expected: TIMEOUT
[ISO-8859-2: iso_8859-2:1987 (XMLHttpRequest)]
expected: FAIL
@ -30,7 +31,67 @@
expected: FAIL
[windows-1254: iso_8859-9:1989 (XMLHttpRequest)]
expected: FAIL
expected: TIMEOUT
[windows-1258: cp1258 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: iso_8859-9 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: iso88599 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: iso-8859-9 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1258: x-cp1258 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1257: windows-1257 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: windows-1254 (XMLHttpRequest)]
expected: TIMEOUT
[x-mac-cyrillic: x-mac-ukrainian (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: csisolatin5 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1257: cp1257 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1255: x-cp1255 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1257: x-cp1257 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: cp1254 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: x-cp1254 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: latin5 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1255: cp1255 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: iso-ir-148 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1258: windows-1258 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1255: windows-1255 (XMLHttpRequest)]
expected: TIMEOUT
[x-mac-cyrillic: x-mac-cyrillic (XMLHttpRequest)]
expected: TIMEOUT
[single-byte-decoder.html?TextDecoder]

View file

@ -0,0 +1,9 @@
[redirect-back-to-original-origin.any.html]
[original => remote => original with mode: "no-cors"]
expected: FAIL
[redirect-back-to-original-origin.any.worker.html]
[original => remote => original with mode: "no-cors"]
expected: FAIL

View file

@ -1,8 +1,25 @@
[fetch.any.html]
expected: TIMEOUT
[fetch]
expected: FAIL
[Valid cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL
[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header after a redirection.]
expected: FAIL
[Cross-origin no-cors fetch to a same-site URL with a 'Cross-Origin-Resource-Policy: same-origin' response header.]
expected: FAIL
[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' redirect response header.]
expected: FAIL
[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header.]
expected: FAIL
[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL
[fetch.any.worker.html]
[fetch]
@ -10,13 +27,27 @@
[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header.]
expected: FAIL
[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL
[Cross-origin no-cors fetch to a same-site URL with a 'Cross-Origin-Resource-Policy: same-origin' response header.]
expected: FAIL
[Valid cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL
[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header after a redirection.]
expected: FAIL
[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' redirect response header.]
expected: FAIL
[fetch.any.serviceworker.html]
expected: TIMEOUT
[fetch.any.sharedworker.html]
[fetch]
expected: FAIL

View file

@ -1,4 +0,0 @@
[traverse_the_history_1.html]
[Multiple history traversals from the same task]
expected: FAIL

View file

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

View file

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

View file

@ -23,9 +23,6 @@
[::first-letter float ignored ("<div class='first-letter-float' style='width:0'>abc def")]
expected: FAIL
[non-display-none child of svg ("<div id='target'>abc")]
expected: FAIL
[visibility:hidden child not rendered ("<div>123<span style='visibility:hidden'>abc")]
expected: FAIL
@ -242,3 +239,9 @@
[Whitespace text node preserved ("<div style='width:0'><span>abc</span> <span>def</span>")]
expected: FAIL
[text-transform handles Turkish casing ("<div><div lang='tr' style='text-transform:uppercase'>i ı")]
expected: FAIL
[<canvas><div id='target'> contents ok for element not being rendered ("<canvas><div id='target'>abc")]
expected: FAIL

View file

@ -0,0 +1,9 @@
[nested-worker-success.any.worker.html]
[postMessaging to a dedicated sub-worker allows them to see each others' modifications]
expected: FAIL
[nested-worker-success.any.sharedworker.html]
[nested-worker-success]
expected: FAIL

View file

@ -0,0 +1,4 @@
[fieldset-block-formatting-context.html]
[The fieldset element: block formatting context]
expected: FAIL

View file

@ -0,0 +1,4 @@
[fieldset-default-style.html]
[fieldset default style]
expected: FAIL

View file

@ -0,0 +1,58 @@
[fieldset-display.html]
[fieldset with display: ruby-text]
expected: FAIL
[fieldset with display: table-footer-group]
expected: FAIL
[fieldset with display: table-column]
expected: FAIL
[fieldset with display: table-row]
expected: FAIL
[fieldset with display: table-cell]
expected: FAIL
[fieldset with display: table]
expected: FAIL
[fieldset with display: list-item]
expected: FAIL
[fieldset with display: flow]
expected: FAIL
[fieldset with display: table-header-group]
expected: FAIL
[fieldset with display: inline-table]
expected: FAIL
[fieldset with display: ruby]
expected: FAIL
[fieldset with display: flow-root]
expected: FAIL
[fieldset with display: ruby-base]
expected: FAIL
[fieldset with display: table-caption]
expected: FAIL
[fieldset with display: run-in]
expected: FAIL
[fieldset with display: table-column-group]
expected: FAIL
[fieldset with display: ruby-base-container]
expected: FAIL
[fieldset with display: table-row-group]
expected: FAIL
[fieldset with display: ruby-text-container]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fieldset-overflow-hidden.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fieldset-painting-order.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fieldset-transform-translatez.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[legend-position-relative.html]
expected: FAIL

View file

@ -0,0 +1,7 @@
[legend-sans-fieldset-display.html]
[.ruby]
expected: FAIL
[.rt]
expected: FAIL

View file

@ -0,0 +1,16 @@
[min-inline-size.html]
[horizontal-tb ]
expected: FAIL
[vertical-rl ]
expected: FAIL
[vertical-lr ]
expected: FAIL
[vertical-lr override]
expected: FAIL
[vertical-rl override]
expected: FAIL

View file

@ -172,63 +172,3 @@
[XHTML img usemap="http://example.org/#garbage-before-hash-id"]
expected: FAIL
[XHTML img usemap="#percent-escape-id-%41"]
expected: FAIL
[XHTML img usemap="#different-CASE-id"]
expected: FAIL
[XHTML img usemap="hash-last#"]
expected: FAIL
[XHTML img usemap="no-hash-id"]
expected: FAIL
[XHTML img usemap="#no-such-map"]
expected: FAIL
[XHTML img usemap="#percent-escape-name-%41"]
expected: FAIL
[XHTML img usemap="#"]
expected: FAIL
[XHTML img usemap="#different-CASE-name"]
expected: FAIL
[XHTML img usemap=""]
expected: FAIL
[XHTML img usemap="no-hash-name"]
expected: FAIL
[HTML (quirks) IMG usemap="#"]
expected: FAIL
[HTML (quirks) IMG usemap="no-hash-id"]
expected: FAIL
[HTML (quirks) IMG usemap="no-hash-name"]
expected: FAIL
[HTML (quirks) IMG usemap="#no-such-map"]
expected: FAIL
[HTML (quirks) IMG usemap="hash-last#"]
expected: FAIL
[HTML (quirks) IMG usemap="#different-CASE-name"]
expected: FAIL
[HTML (quirks) IMG usemap="#different-CASE-id"]
expected: FAIL
[HTML (quirks) IMG usemap=""]
expected: FAIL
[HTML (quirks) IMG usemap="#percent-escape-name-%41"]
expected: FAIL
[HTML (quirks) IMG usemap="#percent-escape-id-%41"]
expected: FAIL

View file

@ -0,0 +1,10 @@
[script-charset-02.html]
[windows-1250 script decoded using document encoding (also windows-1250)]
expected: FAIL
[assumption: document encoding is windows-1250]
expected: FAIL
[UTF-8 script decoded using document encoding (windows-1250)]
expected: FAIL

View file

@ -1,4 +0,0 @@
[010.html]
[Salvagability of document.opened document]
expected: FAIL

View file

@ -1,4 +0,0 @@
[bailout-side-effects-synchronous-script.window.html]
[document.open bailout should not have any side effects (active parser whose script nesting level is greater than 0)]
expected: FAIL

View file

@ -0,0 +1,26 @@
[tasks.window.html]
expected: TIMEOUT
[document.open() and tasks (MessagePort)]
expected: FAIL
[tasks without document.open() (MessagePort)]
expected: FAIL
[document.open() and tasks (canvas.toBlob())]
expected: FAIL
[document.open() and tasks (marquee start)]
expected: TIMEOUT
[tasks without document.open() (Promise rejection)]
expected: TIMEOUT
[tasks without document.open() (marquee start)]
expected: TIMEOUT
[tasks without document.open() (canvas.toBlob())]
expected: FAIL
[document.open() and tasks (Promise rejection)]
expected: TIMEOUT

View file

@ -5,12 +5,6 @@
[request.formData() with input: a&b&c]
expected: FAIL
[request.formData() with input: &&&a=b&&&&c=d&]
expected: FAIL
[response.formData() with input: a=b&c=d&]
expected: FAIL
[response.formData() with input: &&&a=b&&&&c=d&]
expected: FAIL
@ -20,6 +14,12 @@
[request.formData() with input: a=b&c=d&]
expected: FAIL
[request.formData() with input: _charset_=windows-1252&test=%C2x]
expected: FAIL
[request.formData() with input: a=b&c=d]
expected: FAIL
[urlencoded-parser.any.worker.html]
[response.formData() with input: a&b&c]
@ -34,9 +34,12 @@
[request.formData() with input: a=b&c=d&]
expected: FAIL
[response.formData() with input: a=b&c=d&]
expected: FAIL
[response.formData() with input: _charset_=windows-1252&test=%C2x]
expected: FAIL
[request.formData() with input: a=b&c=d]
expected: FAIL
[response.formData() with input: a=b&c=d]
expected: FAIL

View file

@ -1,5 +1,4 @@
[import-in-moduleworker.html]
expected: ERROR
[Base URL in module dedicated workers: import]
expected: FAIL

View file

@ -0,0 +1,8 @@
[xmlhttprequest-timeout-aborted.html?only open()ed, not aborted]
expected: ERROR
[xmlhttprequest-timeout-aborted.html?call abort() after TIME_NORMAL_LOAD]
expected: ERROR
[xmlhttprequest-timeout-aborted.html?aborted immediately after send()]
expected: ERROR

View file

@ -0,0 +1,5 @@
[xmlhttprequest-timeout-abortedonmain.html?aborted after TIME_DELAY]
expected: ERROR
[xmlhttprequest-timeout-abortedonmain.html?abort() from a 0ms timeout]
expected: ERROR

View file

@ -0,0 +1,8 @@
[xmlhttprequest-timeout-overrides.html?timeout disabled after initially set]
expected: ERROR
[xmlhttprequest-timeout-overrides.html?timeout enabled after initially disabled]
expected: ERROR
[xmlhttprequest-timeout-overrides.html?timeout overrides load after a delay]
expected: ERROR

View file

@ -0,0 +1,8 @@
[xmlhttprequest-timeout-overridesexpires.html?timeout set to expired value before load fires]
expected: ERROR
[xmlhttprequest-timeout-overridesexpires.html?timeout set to non-expiring value after timeout fires]
expected: ERROR
[xmlhttprequest-timeout-overridesexpires.html?timeout set to expiring value after load fires]
expected: ERROR

View file

@ -0,0 +1,8 @@
[xmlhttprequest-timeout-simple.html?no time out scheduled, load fires normally]
expected: ERROR
[xmlhttprequest-timeout-simple.html?load fires normally]
expected: ERROR
[xmlhttprequest-timeout-simple.html?timeout hit before load]
expected: ERROR

View file

@ -0,0 +1,5 @@
[xmlhttprequest-timeout-synconmain.html?timeout after open]
expected: ERROR
[xmlhttprequest-timeout-synconmain.html?timeout before open]
expected: ERROR

View file

@ -0,0 +1,8 @@
[xmlhttprequest-timeout-twice.html?load fires normally with same timeout set twice]
expected: ERROR
[xmlhttprequest-timeout-twice.html?timeout fires normally with same timeout set twice]
expected: ERROR
[xmlhttprequest-timeout-twice.html?load fires normally with no timeout set, twice]
expected: ERROR

View file

@ -0,0 +1,8 @@
[xmlhttprequest-timeout-worker-aborted.html?call abort() after TIME_NORMAL_LOAD]
expected: ERROR
[xmlhttprequest-timeout-worker-aborted.html?only open()ed, not aborted]
expected: ERROR
[xmlhttprequest-timeout-worker-aborted.html?aborted immediately after send()]
expected: ERROR

View file

@ -0,0 +1,8 @@
[xmlhttprequest-timeout-worker-overrides.html?timeout overrides load after a delay]
expected: ERROR
[xmlhttprequest-timeout-worker-overrides.html?timeout enabled after initially disabled]
expected: ERROR
[xmlhttprequest-timeout-worker-overrides.html?timeout disabled after initially set]
expected: ERROR

View file

@ -1,3 +1,12 @@
[xmlhttprequest-timeout-worker-overridesexpires.html]
type: testharness
disabled: racy test
[xmlhttprequest-timeout-worker-overridesexpires.html?timeout set to expired value before load fires]
expected: ERROR
[xmlhttprequest-timeout-worker-overridesexpires.html?timeout set to non-expiring value after timeout fires]
expected: ERROR
[xmlhttprequest-timeout-worker-overridesexpires.html?timeout set to expiring value after load fires]
expected: ERROR

View file

@ -0,0 +1,8 @@
[xmlhttprequest-timeout-worker-simple.html?load fires normally]
expected: ERROR
[xmlhttprequest-timeout-worker-simple.html?timeout hit before load]
expected: ERROR
[xmlhttprequest-timeout-worker-simple.html?no time out scheduled, load fires normally]
expected: ERROR

View file

@ -3,3 +3,12 @@
[Timeout test: timeout hit before load, timeout scheduled at 2000]
expected: FAIL
[xmlhttprequest-timeout-worker-synconworker.html?timeout hit before load]
expected: ERROR
[xmlhttprequest-timeout-worker-synconworker.html?no time out scheduled, load fires normally]
expected: ERROR
[xmlhttprequest-timeout-worker-synconworker.html?load fires normally]
expected: ERROR

View file

@ -0,0 +1,8 @@
[xmlhttprequest-timeout-worker-twice.html?load fires normally with same timeout set twice]
expected: ERROR
[xmlhttprequest-timeout-worker-twice.html?load fires normally with no timeout set, twice]
expected: ERROR
[xmlhttprequest-timeout-worker-twice.html?timeout fires normally with same timeout set twice]
expected: ERROR