Update web-platform-tests to revision 8a14626934f5748a4ea6210847a02c0d8bbc8560

This commit is contained in:
WPT Sync Bot 2019-03-07 20:52:27 -05:00
parent defc176333
commit 4851e4e2b9
133 changed files with 3076 additions and 304 deletions

View file

@ -14,9 +14,6 @@
[Revoke blob URL after creating Request, will fetch]
expected: FAIL
[Revoke blob URL after calling fetch, fetch should succeed]
expected: FAIL
[url-with-fetch.any.html]
[Untitled]
@ -37,6 +34,3 @@
[Revoke blob URL after creating Request, will fetch]
expected: FAIL
[Revoke blob URL after calling fetch, fetch should succeed]
expected: FAIL

File diff suppressed because it is too large Load diff

View file

@ -6,6 +6,3 @@
[Instant scrolling while doing history navigation.]
expected: FAIL
[Smooth scrolling while doing history navigation.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-feblend-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-feblend-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fecomponenttransfer-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fecomponenttransfer-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fecomposite-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fecomposite-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-feconvolvematrix-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-feconvolvematrix-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fediffuselighting-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fediffuselighting-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fediffuselighting-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fediffuselighting-dynamic.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[tainting-fedisplacementmap-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fedisplacementmap-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fedropshadow-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fedropshadow-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fedropshadow-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-feflood-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-feflood-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-feflood-dynamic.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[tainting-fegaussianblur-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fegaussianblur-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-femorphology-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-femorphology-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-feoffset-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-feoffset-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fespecularlighting-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fespecularlighting-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fespecularlighting-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fetile-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tainting-fetile-002.html]
expected: FAIL

View file

@ -32,7 +32,7 @@
[single-byte-decoder.html?XMLHttpRequest]
expected: CRASH
expected: TIMEOUT
[ISO-8859-2: iso_8859-2:1987 (XMLHttpRequest)]
expected: FAIL
@ -84,12 +84,6 @@
[windows-1255: cp1255 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: iso88599 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: iso8859-9 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1255: windows-1255 (XMLHttpRequest)]
expected: TIMEOUT
@ -111,21 +105,9 @@
[windows-1256: cp1256 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: iso-8859-9 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: csisolatin5 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1257: x-cp1257 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: iso-ir-148 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1256: windows-1256 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: iso_8859-9 (XMLHttpRequest)]
expected: TIMEOUT

View file

@ -312,3 +312,9 @@
[<iframe>: separate response Content-Type: text/plain */*;charset=gbk]
expected: FAIL
[<iframe>: separate response Content-Type: */* text/html]
expected: FAIL
[<iframe>: separate response Content-Type: text/html;" \\" text/plain]
expected: FAIL

View file

@ -11,3 +11,9 @@
[X-Content-Type-Options%3A%20nosniff%0C]
expected: FAIL
[X-Content-Type-Options%3A%20'NosniFF']
expected: FAIL
[Content-Type-Options%3A%20nosniff]
expected: FAIL

View file

@ -0,0 +1,4 @@
[fetch-sw.https.tentative.html]
[Second fetch returns same response]
expected: FAIL

View file

@ -0,0 +1,4 @@
[fetch.tentative.html]
[Second fetch returns same response]
expected: FAIL

View file

@ -0,0 +1,5 @@
[javascript-url-abort-return-value-undefined.tentative.html]
expected: TIMEOUT
[Not aborting fetch for javascript:undefined navigation]
expected: TIMEOUT

View file

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

View file

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

View file

@ -0,0 +1,13 @@
[closed-attribute.window.html]
[closed and cross-site nested browsing context]
expected: FAIL
[closed/close() and cross-origin auxiliary browsing context]
expected: FAIL
[closed/close() and same-origin auxiliary browsing context]
expected: FAIL
[closed/close() and cross-site auxiliary browsing context]
expected: FAIL

View file

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

View file

@ -1,7 +0,0 @@
[toggleEvent.html]
[Calling open twice on 'details' fires only one toggle event]
expected: FAIL
[Setting open=true to opened 'details' element should not fire a toggle event at the 'details' element]
expected: FAIL

View file

@ -0,0 +1,2 @@
[script-onerror-insertion-point-2.html]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[iframe_005.html]
[document.write external script into iframe write back into parent]
expected: FAIL

View file

@ -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