OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS cssText on CSSStyleDeclaration must enqueue an attributeChanged reaction wh
en it adds the observed style attribute |
| 3 PASS cssText on CSSStyleDeclaration must not enqueue an attributeChanged reactio
n when it adds the style attribute but the style attribute is not observed |
| 4 PASS cssText on CSSStyleDeclaration must enqueue an attributeChanged reaction wh
en it mutates the observed style attribute |
| 5 PASS cssText on CSSStyleDeclaration must not enqueue an attributeChanged reactio
n when it mutates the style attribute but the style attribute is not observed |
| 6 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio
n when it adds the observed style attribute |
| 7 PASS setProperty on CSSStyleDeclaration must not enqueue an attributeChanged rea
ction when it adds the style attribute but the style attribute is not observed |
| 8 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio
n when it mutates the observed style attribute |
| 9 PASS setProperty on CSSStyleDeclaration must not enqueue an attributeChanged rea
ction when it mutates the style attribute but the style attribute is not observe
d |
| 10 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio
n when it makes a property important and the style attribute is observed |
| 11 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio
n when it makes a property important but the style attribute is not observed |
| 12 FAIL setPropertyValue on CSSStyleDeclaration must enqueue an attributeChanged re
action when it adds the observed style attribute instance.style.setPropertyValue
is not a function |
| 13 FAIL setPropertyValue on CSSStyleDeclaration must not enqueue an attributeChange
d reaction when it adds the style attribute but the style attribute is not obser
ved instance.style.setPropertyValue is not a function |
| 14 FAIL setPropertyValue on CSSStyleDeclaration must enqueue an attributeChanged re
action when it mutates the observed style attribute instance.style.setPropertyVa
lue is not a function |
| 15 FAIL setPropertyValue on CSSStyleDeclaration must not enqueue an attributeChange
d reaction when it mutates the style attribute but the style attribute is not ob
served instance.style.setPropertyValue is not a function |
| 16 FAIL setPropertyPriority on CSSStyleDeclaration must enqueue an attributeChanged
reaction when it makes a property important and the style attribute is observed
instance.style.setPropertyPriority is not a function |
| 17 FAIL setPropertyPriority on CSSStyleDeclaration must enqueue an attributeChanged
reaction when it makes a property important but the style attribute is not obse
rved instance.style.setPropertyPriority is not a function |
| 18 PASS removeProperty on CSSStyleDeclaration must enqueue an attributeChanged reac
tion when it removes a property from the observed style attribute |
| 19 PASS removeProperty on CSSStyleDeclaration must not enqueue an attributeChanged
reaction when it removes a property from the style attribute but the style attri
bute is not observed |
| 20 PASS cssFloat on CSSStyleDeclaration must enqueue an attributeChanged reaction w
hen it adds the observed style attribute |
| 21 PASS cssFloat on CSSStyleDeclaration must not enqueue an attributeChanged reacti
on when it adds the style attribute but the style attribute is not observed |
| 22 PASS A camel case attribute (borderWidth) on CSSStyleDeclaration must enqueue an
attributeChanged reaction when it adds the observed style attribute |
| 23 PASS A camel case attribute (borderWidth) on CSSStyleDeclaration must not enqueu
e an attributeChanged reaction when it adds the style attribute but the style at
tribute is not observed |
| 24 PASS A camel case attribute (borderWidth) on CSSStyleDeclaration must enqueue an
attributeChanged reaction when it mutates the observed style attribute |
| 25 PASS A camel case attribute (borderWidth) on CSSStyleDeclaration must not enqueu
e an attributeChanged reaction when it mutates the style attribute but the style
attribute is not observed |
| 26 PASS A dashed property (border-width) on CSSStyleDeclaration must enqueue an att
ributeChanged reaction when it adds the observed style attribute |
| 27 PASS A dashed property (border-width) on CSSStyleDeclaration must not enqueue an
attributeChanged reaction when it adds the style attribute but the style attrib
ute is not observed |
| 28 PASS A dashed property (border-width) on CSSStyleDeclaration must enqueue an att
ributeChanged reaction when it mutates the observed style attribute |
| 29 PASS A dashed property (border-width) on CSSStyleDeclaration must not enqueue an
attributeChanged reaction when it mutates the style attribute but the style att
ribute is not observed |
| 30 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio
n must enqueue an attributeChanged reaction when it adds the observed style attr
ibute |
| 31 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio
n must not enqueue an attributeChanged reaction when it adds the style attribute
but the style attribute is not observed |
| 32 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio
n must enqueue an attributeChanged reaction when it mutates the observed style a
ttribute |
| 33 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio
n must not enqueue an attributeChanged reaction when it mutates the style attrib
ute but the style attribute is not observed |
| 34 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m
ust enqueue an attributeChanged reaction when it adds the observed style attribu
te |
| 35 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m
ust not enqueue an attributeChanged reaction when it adds the style attribute bu
t the style attribute is not observed |
| 36 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m
ust enqueue an attributeChanged reaction when it mutates the observed style attr
ibute |
| 37 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m
ust not enqueue an attributeChanged reaction when it mutates the style attribute
but the style attribute is not observed |
| 38 Harness: the test ran to completion. |
| 39 |
OLD | NEW |