OLD | NEW |
1 You should see two "PASS" messages below: | 1 You should see two "PASS" messages below: |
2 | 2 |
3 Computed style parent (should be null): null | 3 Computed style parent (should be null): null |
4 PASS: got an exception when trying to change a computed style declaration, Error
: NoModificationAllowedError: DOM Exception 7 | 4 PASS: got an exception when trying to change a computed style declaration, NoMod
ificationAllowedError: An attempt was made to modify an object where modificatio
ns are not allowed. |
5 | 5 |
6 PASS: got an exception when trying to change a computed style declaration via se
tProperty, Error: NoModificationAllowedError: DOM Exception 7 | 6 PASS: got an exception when trying to change a computed style declaration via se
tProperty, NoModificationAllowedError: An attempt was made to modify an object w
here modifications are not allowed. |
OLD | NEW |