Update web-platform-tests to revision 3cb5a99e5521936fb8819de8aaba806050b84184

This commit is contained in:
WPT Sync Bot 2019-06-23 10:23:36 +00:00
parent 1d2c0ba0bc
commit c700482629
204 changed files with 5112 additions and 1445 deletions

View file

@ -0,0 +1,10 @@
[appearance-parsing.html]
[parsing via modification of cssText]
expected: FAIL
[parsing via attribute change steps of CSS declaration block's owner node]
expected: FAIL
[parsing via creation of CSS declaration block]
expected: FAIL

View file

@ -0,0 +1,13 @@
[appearance-property.html]
[property access]
expected: FAIL
[removeProperty]
expected: FAIL
[getPropertyValue]
expected: FAIL
[setProperty]
expected: FAIL

View file

@ -0,0 +1,10 @@
[appearance-serialization.html]
[serialization via CSSStyleRule]
expected: FAIL
[serialization via CSSStyleDeclaration]
expected: FAIL
[serialization via CSSMediaRule]
expected: FAIL

View file

@ -0,0 +1,10 @@
[webkit-appearance-parsing.html]
[parsing via modification of cssText]
expected: FAIL
[parsing via attribute change steps of CSS declaration block's owner node]
expected: FAIL
[parsing via creation of CSS declaration block]
expected: FAIL

View file

@ -0,0 +1,40 @@
[webkit-appearance-property.html]
[removeProperty - camel-cased property name (ignored)]
expected: FAIL
[removeProperty - webkit-cased property name (ignored)]
expected: FAIL
[setProperty - CSS property name]
expected: FAIL
[property assignment - webkit-cased property name]
expected: FAIL
[setProperty - camel-cased property name (ignored)]
expected: FAIL
[property assignment - camel-cased property name]
expected: FAIL
[property access - CSS property name]
expected: FAIL
[removeProperty - CSS property name]
expected: FAIL
[property access - webkit-cased property name]
expected: FAIL
[property access - camel-cased property name]
expected: FAIL
[getPropertyValue - CSS property name]
expected: FAIL
[property assignment - CSS property name]
expected: FAIL
[setProperty - webkit-cased property name (ignored)]
expected: FAIL

View file

@ -0,0 +1,10 @@
[webkit-appearance-serialization.html]
[serialization via CSSStyleRule]
expected: FAIL
[serialization via CSSStyleDeclaration]
expected: FAIL
[serialization via CSSMediaRule]
expected: FAIL