fixup! implement cssText

This commit is contained in:
Greg Guthe 2016-05-25 14:51:18 -04:00
parent dc7db1e8e6
commit 91fb9bf1d3
5 changed files with 0 additions and 32 deletions

View file

@ -1,5 +0,0 @@
[computed-style-001.htm]
type: testharness
[read_only]
expected: FAIL

View file

@ -1,17 +1,8 @@
[cssstyledeclaration-csstext.htm]
type: testharness
[uppercase property]
expected: FAIL
[uppercase value]
expected: FAIL
[overwriting with invalid value]
expected: FAIL
[use rgb]
expected: FAIL
[cssText order]
expected: FAIL

View file

@ -1,8 +1,5 @@
[cssstyledeclaration-mutability.htm]
type: testharness
[HTMLElement's CSSStyleDeclaration is mutable]
expected: FAIL
[StyleSheet's CSSStyleDeclaration is mutable]
expected: FAIL

View file

@ -30,27 +30,15 @@
[border is expected to be border-width: 1px;]
expected: FAIL
[overflow is expected to be overflow: scroll hidden;]
expected: FAIL
[overflow is expected to be overflow: scroll;]
expected: FAIL
[outline is expected to be outline: blue dotted 2px;]
expected: FAIL
[margin is expected to be margin: 1px 2px 3px 4px;]
expected: FAIL
[list is expected to be list-style: circle inside;]
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;]
expected: FAIL
[padding is expected to be padding: 1px 2px 3px 4px;]
expected: FAIL

View file

@ -474,9 +474,6 @@
[CSSNamespaceRule interface: attribute prefix]
expected: FAIL
[CSSStyleDeclaration interface: attribute cssText]
expected: FAIL
[CSSStyleDeclaration interface: attribute parentRule]
expected: FAIL