Update web-platform-tests to revision 1aaada4bbc936024441fe7995b77c21a2c554da1

This commit is contained in:
WPT Sync Bot 2018-09-16 21:28:15 -04:00
parent 1e1eca07ed
commit 5e9d150c07
140 changed files with 3413 additions and 553 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,49 @@
[inheritance.html]
[Property animation-name has initial value none]
expected: FAIL
[Property animation-name does not inherit]
expected: FAIL
[Property animation-direction has initial value normal]
expected: FAIL
[Property animation-duration does not inherit]
expected: FAIL
[Property animation-play-state has initial value running]
expected: FAIL
[Property animation-fill-mode has initial value none]
expected: FAIL
[Property animation-delay has initial value 0s]
expected: FAIL
[Property animation-timing-function does not inherit]
expected: FAIL
[Property animation-direction does not inherit]
expected: FAIL
[Property animation-duration has initial value 0s]
expected: FAIL
[Property animation-delay does not inherit]
expected: FAIL
[Property animation-iteration-count does not inherit]
expected: FAIL
[Property animation-fill-mode does not inherit]
expected: FAIL
[Property animation-timing-function has initial value ease]
expected: FAIL
[Property animation-play-state does not inherit]
expected: FAIL
[Property animation-iteration-count has initial value 1]
expected: FAIL

View file

@ -0,0 +1,25 @@
[inheritance.html]
[Property transition-delay does not inherit]
expected: FAIL
[Property transition-property has initial value all]
expected: FAIL
[Property transition-timing-function has initial value ease]
expected: FAIL
[Property transition-duration has initial value 0s]
expected: FAIL
[Property transition-duration does not inherit]
expected: FAIL
[Property transition-delay has initial value 0s]
expected: FAIL
[Property transition-timing-function does not inherit]
expected: FAIL
[Property transition-property does not inherit]
expected: FAIL

View file

@ -68,12 +68,6 @@
[outline-width intermediate]
expected: FAIL
[outline-width end]
expected: FAIL
[border-bottom-width end]
expected: FAIL
[bottom intermediate]
expected: FAIL

View file

@ -0,0 +1,2 @@
[getComputedStyle-insets-absolute.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[getComputedStyle-insets-fixed.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[getComputedStyle-insets-nobox.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[getComputedStyle-insets-relative.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[getComputedStyle-insets-static.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[getComputedStyle-insets-sticky.html]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[parser-custom-element-in-foreign-content.html]
[HTML parser should not create custom elements in non-HTML namespaces]
expected: FAIL

View file

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

View file

@ -0,0 +1,2 @@
[fieldset-border-gap-negative-margin.html]
expected: FAIL

View file

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

View file

@ -1,6 +1,5 @@
[adoption.html]
type: testharness
expected: TIMEOUT
[adoption is from appendChild]
expected: FAIL

View file

@ -1,6 +1,5 @@
[non-active-document.html]
type: testharness
expected: CRASH
[DOMParser]
expected: FAIL

View file

@ -0,0 +1,7 @@
[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,4 @@
[DOMContentLoaded-defer.html]
[The end: DOMContentLoaded and defer scripts]
expected: FAIL

View file

@ -2,6 +2,3 @@
[document.open() after parser is aborted]
expected: FAIL
[async document.open() after parser is aborted]
expected: FAIL

View file

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

View file

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