| Index: LayoutTests/fast/dom/computed-style-set-property-expected.txt
|
| diff --git a/LayoutTests/fast/dom/computed-style-set-property-expected.txt b/LayoutTests/fast/dom/computed-style-set-property-expected.txt
|
| index 63ad75a35f6bf931c026c59bf0eda6cc86f485b8..b0d08000f5d49c1d5997c7596fc560fd046f926c 100644
|
| --- a/LayoutTests/fast/dom/computed-style-set-property-expected.txt
|
| +++ b/LayoutTests/fast/dom/computed-style-set-property-expected.txt
|
| @@ -1,6 +1,6 @@
|
| You should see two "PASS" messages below:
|
|
|
| Computed style parent (should be null): null
|
| -PASS: got an exception when trying to change a computed style declaration, Error: NoModificationAllowedError: DOM Exception 7
|
| +PASS: got an exception when trying to change a computed style declaration, NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.
|
|
|
| -PASS: got an exception when trying to change a computed style declaration via setProperty, Error: NoModificationAllowedError: DOM Exception 7
|
| +PASS: got an exception when trying to change a computed style declaration via setProperty, NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.
|
|
|