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 431b453c3eed52ffebd90fa454b3329960a95d1f..68fe2ebf23c2c18c3c60b83737cc2247f5d28dfb 100644 |
--- a/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt |
+++ b/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt |
@@ -1,4 +1,5 @@ |
Computed variables declaration: [object CSSVariablesMap] |
+Equal variables declaration objects on multiple accesses: pass |
Create variable: NoModificationAllowedError: Failed to set the 'create' property on a computed 'CSSStyleDeclaration': computed styles are read-only. |
Count variables: 3 |
Count empty variables: 0 |
@@ -6,6 +7,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: Failed to set the 'inline' property on a computed 'CSSStyleDeclaration': computed styles are read-only. |
Delete variable: Not deleted |
Clear variables: NoModificationAllowedError: Failed to clear variables from a computed 'CSSStyleDeclaration': computed styles are read-only. |