OLD | NEW |
1 This test setting various attributes of a CSSOM elements to JavaScript null. | 1 This test setting various attributes of a CSSOM elements to JavaScript null. |
2 | 2 |
3 TEST SUCCEEDED: The value was the string '.foo { color: black; }'. [tested CSSRu
le.cssText] | 3 TEST SUCCEEDED: The value was the string '.foo { color: black; }'. [tested CSSRu
le.cssText] |
4 | 4 |
5 TEST SUCCEEDED: The value was the string 'null'. [tested CSSCharsetRule.encoding
] | 5 TEST SUCCEEDED: The value was the string 'null'. [tested CSSCharsetRule.encoding
] |
6 | 6 |
7 TEST SUCCEEDED: The value was the string 'null'. [tested CSSKeyframesRule.name] | 7 TEST SUCCEEDED: The value was the string 'null'. [tested CSSKeyframesRule.name] |
8 | 8 |
9 TEST SUCCEEDED: The value was the string '@page null'. [tested CSSPageRule.selec
torText] | 9 TEST SUCCEEDED: The value was the string '@page null'. [tested CSSPageRule.selec
torText] |
10 | 10 |
11 TEST SUCCEEDED: The value was the string 'null'. [tested CSSStyleRule.selectorTe
xt] | 11 TEST SUCCEEDED: The value was the string 'null'. [tested CSSStyleRule.selectorTe
xt] |
12 | 12 |
13 TEST SUCCEEDED: The value was the empty string. [tested CSSStyleDeclaration.cssT
ext] | 13 TEST SUCCEEDED: The value was the empty string. [tested CSSStyleDeclaration.cssT
ext] |
14 | 14 |
15 TEST SUCCEEDED: The value was the string 'black'. [tested CSSValue.cssText] | |
16 | |
17 TEST SUCCEEDED: The value was the empty string. [tested MediaList.mediaText] | 15 TEST SUCCEEDED: The value was the empty string. [tested MediaList.mediaText] |
18 | 16 |
19 | 17 |
OLD | NEW |