| Index: LayoutTests/fast/css/variables/cssom-computed-style-expected.txt
|
| diff --git a/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt b/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt
|
| index 0ec252cf36543caedbc0a722edd5c99b891a66df..bba4218953d4a29ac763935390cdf7d231a1469c 100644
|
| --- a/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt
|
| +++ b/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt
|
| @@ -6,6 +6,11 @@ Read stylesheet variable: pass
|
| Read inherited variable: pass
|
| Read inline variable: pass
|
| Read non-existent variable: pass
|
| +Enumerate variables:
|
| + inherited: pass
|
| + inline: pass
|
| + stylesheet: pass
|
| +Enumerate empty variables: pass
|
| Update variable: NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.
|
| Delete variable: Not deleted
|
| Clear variables: NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.
|
|
|