mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests to revision 3cb5a99e5521936fb8819de8aaba806050b84184
This commit is contained in:
parent
1d2c0ba0bc
commit
c700482629
204 changed files with 5112 additions and 1445 deletions
10
tests/wpt/metadata/css/css-ui/appearance-parsing.html.ini
Normal file
10
tests/wpt/metadata/css/css-ui/appearance-parsing.html.ini
Normal 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
|
||||
|
13
tests/wpt/metadata/css/css-ui/appearance-property.html.ini
Normal file
13
tests/wpt/metadata/css/css-ui/appearance-property.html.ini
Normal file
|
@ -0,0 +1,13 @@
|
|||
[appearance-property.html]
|
||||
[property access]
|
||||
expected: FAIL
|
||||
|
||||
[removeProperty]
|
||||
expected: FAIL
|
||||
|
||||
[getPropertyValue]
|
||||
expected: FAIL
|
||||
|
||||
[setProperty]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[appearance-serialization.html]
|
||||
[serialization via CSSStyleRule]
|
||||
expected: FAIL
|
||||
|
||||
[serialization via CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[serialization via CSSMediaRule]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[webkit-appearance-serialization.html]
|
||||
[serialization via CSSStyleRule]
|
||||
expected: FAIL
|
||||
|
||||
[serialization via CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[serialization via CSSMediaRule]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue