Skip to content

Commit

Permalink
Update web-platform-tests to revision a589fd30bc64bb4d40e1d6854e07acc…
Browse files Browse the repository at this point in the history
…ca69b8472
  • Loading branch information
servo-wpt-sync committed Jan 19, 2019
1 parent 81ab255 commit fd4e600
Show file tree
Hide file tree
Showing 57 changed files with 1,734 additions and 207 deletions.
289 changes: 257 additions & 32 deletions tests/wpt/metadata/MANIFEST.json

Large diffs are not rendered by default.

@@ -0,0 +1,2 @@
[opacity-change-twice-stacking-context.html]
expected: TIMEOUT

This file was deleted.

Expand Up @@ -3,3 +3,6 @@
[scroll-behavior: smooth on DIV element]
expected: FAIL

[Instant scrolling while doing history navigation.]
expected: FAIL

23 changes: 13 additions & 10 deletions tests/wpt/metadata/encoding/single-byte-decoder.html.ini
Expand Up @@ -2,7 +2,7 @@
type: testharness

[single-byte-decoder.html?document]
expected: TIMEOUT
expected: CRASH
[ISO-8859-4: iso_8859-4:1988 (document.characterSet and document.inputEncoding)]
expected: FAIL

Expand Down Expand Up @@ -32,7 +32,7 @@


[single-byte-decoder.html?XMLHttpRequest]
expected: CRASH
expected: TIMEOUT
[ISO-8859-2: iso_8859-2:1987 (XMLHttpRequest)]
expected: FAIL

Expand All @@ -55,17 +55,14 @@
expected: FAIL

[windows-1252: iso_8859-1:1987 (XMLHttpRequest)]
expected: TIMEOUT
expected: FAIL

[windows-1254: iso_8859-9:1989 (XMLHttpRequest)]
expected: TIMEOUT

[windows-1256: cp1256 (XMLHttpRequest)]
expected: TIMEOUT

[windows-1254: iso_8859-9 (XMLHttpRequest)]
expected: TIMEOUT

[windows-1254: iso88599 (XMLHttpRequest)]
expected: TIMEOUT

Expand Down Expand Up @@ -138,16 +135,22 @@
[windows-1252: x-cp1252 (XMLHttpRequest)]
expected: TIMEOUT

[windows-1252: l1 (XMLHttpRequest)]
expected: TIMEOUT

[windows-1252: windows-1252 (XMLHttpRequest)]
expected: TIMEOUT

[windows-1252: us-ascii (XMLHttpRequest)]
expected: TIMEOUT

[windows-1252: iso-8859-1 (XMLHttpRequest)]
[windows-1258: cp1258 (XMLHttpRequest)]
expected: TIMEOUT

[windows-1257: x-cp1257 (XMLHttpRequest)]
expected: TIMEOUT

[x-mac-cyrillic: x-mac-cyrillic (XMLHttpRequest)]
expected: TIMEOUT

[windows-1256: windows-1256 (XMLHttpRequest)]
expected: TIMEOUT


Expand Down
Expand Up @@ -2,6 +2,7 @@
[fetch]
expected: FAIL


[fetch.any.html]
[fetch]
expected: FAIL
Expand All @@ -24,6 +25,9 @@
[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL

[Cross-scheme (HTTP to HTTPS) no-cors fetch to a same-site URL with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL


[fetch.any.worker.html]
[fetch]
Expand All @@ -47,6 +51,9 @@
[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' redirect response header.]
expected: FAIL

[Cross-scheme (HTTP to HTTPS) no-cors fetch to a same-site URL with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL


[fetch.any.sharedworker.html]
[fetch]
Expand Down
@@ -0,0 +1,37 @@
[fetch.https.any.html]
[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

[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.https.any.serviceworker.html]
[fetch]
expected: FAIL


[fetch.https.any.sharedworker.html]
[fetch]
expected: FAIL


[fetch.https.any.worker.html]
[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

[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

Expand Up @@ -11,6 +11,3 @@
[X-Content-Type-Options%3A%20nosniff%0C]
expected: FAIL

[Content-Type-Options%3A%20nosniff]
expected: FAIL

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

72 changes: 72 additions & 0 deletions tests/wpt/metadata/html/dom/interfaces.https.html.ini
Expand Up @@ -6082,6 +6082,18 @@
[Document interface: attribute onformdata]
expected: FAIL

[Window interface: window must inherit property "queueMicrotask(VoidFunction)" with the proper type]
expected: FAIL

[Window interface: operation postMessage(any, WindowPostMessageOptions)]
expected: FAIL

[Window interface: calling queueMicrotask(VoidFunction) on window with too few arguments must throw TypeError]
expected: FAIL

[Window interface: operation queueMicrotask(VoidFunction)]
expected: FAIL


[interfaces.https.html?include=HTML.*]
[HTML IDL tests]
Expand Down Expand Up @@ -9351,6 +9363,36 @@
[HTMLElement interface: document.createElement("noscript") must inherit property "onformdata" with the proper type]
expected: FAIL

[HTMLImageElement interface: attribute decoding]
expected: FAIL

[HTMLElement interface: document.createElement("noscript") must inherit property "autocapitalize" with the proper type]
expected: FAIL

[HTMLImageElement interface: document.createElement("img") must inherit property "decoding" with the proper type]
expected: FAIL

[HTMLElement interface: attribute enterKeyHint]
expected: FAIL

[HTMLScriptElement interface: attribute referrerPolicy]
expected: FAIL

[HTMLScriptElement interface: document.createElement("script") must inherit property "referrerPolicy" with the proper type]
expected: FAIL

[HTMLElement interface: document.createElement("noscript") must inherit property "enterKeyHint" with the proper type]
expected: FAIL

[HTMLImageElement interface: new Image() must inherit property "decoding" with the proper type]
expected: FAIL

[HTMLElement interface: attribute autocapitalize]
expected: FAIL

[HTMLIFrameElement interface: attribute allow]
expected: FAIL


[interfaces.https.html?exclude=(Document|Window|HTML.*)]
[HTML IDL tests]
Expand Down Expand Up @@ -10928,3 +10970,33 @@
[FormDataEvent interface: existence and properties of interface prototype object]
expected: FAIL

[OffscreenCanvasRenderingContext2D interface: operation measureText(DOMString)]
expected: FAIL

[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "getContextAttributes()" with the proper type]
expected: FAIL

[CanvasRenderingContext2D interface: operation getContextAttributes()]
expected: FAIL

[OffscreenCanvasRenderingContext2D interface: operation fillText(DOMString, unrestricted double, unrestricted double, unrestricted double)]
expected: FAIL

[OffscreenCanvasRenderingContext2D interface: attribute direction]
expected: FAIL

[OffscreenCanvasRenderingContext2D interface: attribute textAlign]
expected: FAIL

[MessagePort interface: operation postMessage(any, PostMessageOptions)]
expected: FAIL

[OffscreenCanvasRenderingContext2D interface: attribute font]
expected: FAIL

[OffscreenCanvasRenderingContext2D interface: operation strokeText(DOMString, unrestricted double, unrestricted double, unrestricted double)]
expected: FAIL

[OffscreenCanvasRenderingContext2D interface: attribute textBaseline]
expected: FAIL

105 changes: 105 additions & 0 deletions tests/wpt/metadata/html/dom/interfaces.worker.js.ini
Expand Up @@ -732,3 +732,108 @@
[MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "source" with the proper type]
expected: FAIL

[OffscreenCanvasRenderingContext2D interface: operation measureText(DOMString)]
expected: FAIL

[OffscreenCanvasRenderingContext2D interface: operation strokeText(DOMString, unrestricted double, unrestricted double, unrestricted double)]
expected: FAIL

[TextMetrics interface object length]
expected: FAIL

[TextMetrics interface: attribute emHeightAscent]
expected: FAIL

[DedicatedWorkerGlobalScope interface: calling requestAnimationFrame(FrameRequestCallback) on self with too few arguments must throw TypeError]
expected: FAIL

[TextMetrics interface: attribute ideographicBaseline]
expected: FAIL

[WorkerGlobalScope interface: self must inherit property "queueMicrotask(VoidFunction)" with the proper type]
expected: FAIL

[WorkerGlobalScope interface: operation queueMicrotask(VoidFunction)]
expected: FAIL

[TextMetrics interface: attribute actualBoundingBoxAscent]
expected: FAIL

[TextMetrics interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[WorkerGlobalScope interface: calling queueMicrotask(VoidFunction) on self with too few arguments must throw TypeError]
expected: FAIL
[DedicatedWorkerGlobalScope interface: self must inherit property "cancelAnimationFrame(unsigned long)" with the proper type]
expected: FAIL
[TextMetrics interface: attribute emHeightDescent]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: operation fillText(DOMString, unrestricted double, unrestricted double, unrestricted double)]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: attribute direction]
expected: FAIL
[TextMetrics interface: attribute actualBoundingBoxDescent]
expected: FAIL
[TextMetrics interface: attribute actualBoundingBoxLeft]
expected: FAIL
[TextMetrics interface: existence and properties of interface object]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: attribute font]
expected: FAIL
[DedicatedWorkerGlobalScope interface: calling cancelAnimationFrame(unsigned long) on self with too few arguments must throw TypeError]
expected: FAIL
[TextMetrics interface: attribute hangingBaseline]
expected: FAIL
[TextMetrics interface: attribute width]
expected: FAIL
[TextMetrics interface: attribute actualBoundingBoxRight]
expected: FAIL
[TextMetrics interface: attribute fontBoundingBoxAscent]
expected: FAIL
[TextMetrics interface: attribute alphabeticBaseline]
expected: FAIL
[TextMetrics interface: existence and properties of interface prototype object]
expected: FAIL
[TextMetrics interface: attribute fontBoundingBoxDescent]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: attribute textBaseline]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: attribute textAlign]
expected: FAIL
[TextMetrics interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL

[DedicatedWorkerGlobalScope interface: self must inherit property "requestAnimationFrame(FrameRequestCallback)" with the proper type]
expected: FAIL

[DedicatedWorkerGlobalScope interface: operation cancelAnimationFrame(unsigned long)]
expected: FAIL

[DedicatedWorkerGlobalScope interface: operation requestAnimationFrame(FrameRequestCallback)]
expected: FAIL

[MessagePort interface: operation postMessage(any, PostMessageOptions)]
expected: FAIL

[TextMetrics interface object name]
expected: FAIL

This file was deleted.

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

Expand Down
11 changes: 11 additions & 0 deletions tests/wpt/metadata/workers/examples/general.any.js.ini
@@ -0,0 +1,11 @@
[general.any.serviceworker.html]
[general]
expected: FAIL


[general.any.sharedworker.html]
[general]
expected: FAIL


[general.any.worker.html]
4 changes: 4 additions & 0 deletions tests/wpt/metadata/workers/examples/onconnect.any.js.ini
@@ -0,0 +1,4 @@
[onconnect.any.sharedworker.html]
[onconnect]
expected: FAIL

@@ -1,5 +1,4 @@
[005.html]
expected: ERROR
[dedicated worker in shared worker in dedicated worker]
expected: FAIL

0 comments on commit fd4e600

Please sign in to comment.