mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
fixup! implement cssText
This commit is contained in:
parent
dc7db1e8e6
commit
91fb9bf1d3
5 changed files with 0 additions and 32 deletions
|
@ -1,5 +0,0 @@
|
||||||
[computed-style-001.htm]
|
|
||||||
type: testharness
|
|
||||||
[read_only]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,17 +1,8 @@
|
||||||
[cssstyledeclaration-csstext.htm]
|
[cssstyledeclaration-csstext.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
[uppercase property]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[uppercase value]
|
[uppercase value]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[overwriting with invalid value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[use rgb]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[cssText order]
|
[cssText order]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
[cssstyledeclaration-mutability.htm]
|
[cssstyledeclaration-mutability.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
[HTMLElement's CSSStyleDeclaration is mutable]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[StyleSheet's CSSStyleDeclaration is mutable]
|
[StyleSheet's CSSStyleDeclaration is mutable]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -30,27 +30,15 @@
|
||||||
[border is expected to be border-width: 1px;]
|
[border is expected to be border-width: 1px;]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[overflow is expected to be overflow: scroll hidden;]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[overflow is expected to be overflow: scroll;]
|
[overflow is expected to be overflow: scroll;]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[outline is expected to be outline: blue dotted 2px;]
|
[outline is expected to be outline: blue dotted 2px;]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[margin is expected to be margin: 1px 2px 3px 4px;]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[list is expected to be list-style: circle inside;]
|
[list is expected to be list-style: circle inside;]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[list is expected to be list-style-type: lower-alpha;]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[font-family is expected to be font-family: sans-serif; line-height: 2em; font-size: 3em; font-style: italic; font-weight: bold;]
|
[font-family is expected to be font-family: sans-serif; line-height: 2em; font-size: 3em; font-style: italic; font-weight: bold;]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[padding is expected to be padding: 1px 2px 3px 4px;]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -474,9 +474,6 @@
|
||||||
[CSSNamespaceRule interface: attribute prefix]
|
[CSSNamespaceRule interface: attribute prefix]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[CSSStyleDeclaration interface: attribute cssText]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[CSSStyleDeclaration interface: attribute parentRule]
|
[CSSStyleDeclaration interface: attribute parentRule]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue