Update web-platform-tests to revision 1e4fe87a7f01c0b5c614c8f601ffa68b4a00662a

This commit is contained in:
WPT Sync Bot 2018-02-13 20:15:58 -05:00
parent 4c3f1756da
commit 432648745e
164 changed files with 8354 additions and 595 deletions

File diff suppressed because it is too large Load diff

View file

@ -3,9 +3,6 @@
[background_initial_size]
expected: FAIL
[background_initial_color]
expected: FAIL
[background_initial_position]
expected: FAIL

View file

@ -12,6 +12,3 @@
[background_specified_repeat]
expected: FAIL
[background_specified_color]
expected: FAIL

View file

@ -3,9 +3,6 @@
[background_specified_color_size]
expected: FAIL
[background_specified_color_color]
expected: FAIL
[background_specified_color_position]
expected: FAIL

View file

@ -0,0 +1,4 @@
[font-variation-settings-serialization-001.html]
[font-feature-settings should be serialized to not include duplicates]
expected: FAIL

View file

@ -71,3 +71,21 @@
[Animation between "none" and "none" at progress 2]
expected: FAIL
[Animation between "26 17 9" and "2 1" at progress -1]
expected: FAIL
[Animation between "26 17 9" and "2 1" at progress 0]
expected: FAIL
[Animation between "26 17 9" and "2 1" at progress 0.125]
expected: FAIL
[Animation between "26 17 9" and "2 1" at progress 0.875]
expected: FAIL
[Animation between "26 17 9" and "2 1" at progress 1]
expected: FAIL
[Animation between "26 17 9" and "2 1" at progress 2]
expected: FAIL

View file

@ -1,8 +1,5 @@
[css-transform-property-existence.html]
type: testharness
[Check the existence of transform.]
expected: FAIL
[Check the existence of transform-origin.]
expected: FAIL

View file

@ -0,0 +1,22 @@
[rotate-parsing-valid.html]
[e.style['rotate'\] = "400grad 100 200 300" should set the property value]
expected: FAIL
[e.style['rotate'\] = "x 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "400grad x" should set the property value]
expected: FAIL
[e.style['rotate'\] = "y 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "400grad y" should set the property value]
expected: FAIL
[e.style['rotate'\] = "z 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "400grad z" should set the property value]
expected: FAIL

View file

@ -0,0 +1,4 @@
[translate-getComputedStyle.html]
[computed style for translate]
expected: FAIL

View file

@ -2,3 +2,6 @@
[elementsFromPoint on the root document for points in iframe elements]
expected: FAIL
[elementsFromPoint on inner documents]
expected: FAIL

View file

@ -0,0 +1,7 @@
[css-style-attr-decl-block.html]
[Changes to CSS declaration block should queue mutation record for style attribute]
expected: FAIL
[Removing non-existing property or setting invalid value on CSS declaration block shouldn't queue mutation record]
expected: FAIL

View file

@ -15,3 +15,12 @@
[MediaList mediaText attribute should be updated]
expected: FAIL
[CSSImportRule : MediaList mediaText attribute should be updated due to [PutForwards\]]
expected: FAIL
[CSSStyleDeclaration cssText attribute should be updated due to [PutForwards\]]
expected: FAIL
[StyleSheet : MediaList mediaText attribute should be updated due to [PutForwards\]]
expected: FAIL

View file

@ -0,0 +1,4 @@
[selectorText-modification-restyle-002.html]
[CSSOM: Modify selectorText in a shadow tree stylesheet]
expected: FAIL

View file

@ -2,3 +2,6 @@
[document.createElement with unknown "is" value should create "undefined" state element]
expected: FAIL
[document.createElement must create an instance of autonomous custom elements when it has is attribute]
expected: FAIL

View file

@ -0,0 +1,4 @@
[Document-importNode.html]
[built-in: document.importNode() should import "undefined" custom elements successfully]
expected: FAIL

View file

@ -0,0 +1,4 @@
[Node-cloneNode.html]
[Node.prototype.cloneNode(false) must be able to clone as a customized built-in element when it has an inconsistent "is" attribute]
expected: FAIL

View file

@ -12,3 +12,6 @@
[Check if there is no redundant empty namespace declaration.]
expected: FAIL
[check XMLSerializer.serializeToString escapes attribute values for roundtripping]
expected: FAIL

View file

@ -0,0 +1,4 @@
[Document.body.html]
[Setting document.body to a new body element when the root element is a test element.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[historical.html]
[HTMLAllCollection legacycaller with two arguments should not be supported]
expected: FAIL

View file

@ -9,3 +9,15 @@
[setting document color attributes with no body]
expected: FAIL
[document color attributes when the root element is a test element (iframe)]
expected: FAIL
[document color attributes when the root element is a test element (createHTMLDocument)]
expected: FAIL
[getting document color attributes when document.body is a frameset]
expected: FAIL
[setting document color attributes when document.body is a frameset]
expected: FAIL

View file

@ -239,3 +239,6 @@
[<video> contents ignored ("<div><video>abc")]
expected: FAIL
[innerText getter test]
expected: FAIL

View file

@ -1,5 +1,5 @@
[xmlhttprequest-sync-default-feature-policy.sub.html]
expected: TIMEOUT
expected: ERROR
[Default "sync-xhr" feature policy ["*"\] allows same-origin iframes.]
expected: TIMEOUT