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 9fcc5d3217e9324cf17528550930930c9b5e59c2..002ad0708b805481b648e0e5b867963c339d8d33 100644 |
--- a/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt |
+++ b/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt |
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS computedStyle.var.toString() is "[object CSSVariablesMap]" |
PASS computedStyle.var === computedStyle.var is true |
-PASS computedStyle.var.set("create", "test") threw exception NoModificationAllowedError: Failed to set the 'create' property on a computed 'CSSStyleDeclaration': computed styles are read-only.. |
+PASS computedStyle.var.set("create", "test") threw exception NoModificationAllowedError: Failed to execute 'set' on 'CSSVariablesMap': These styles are computed, and therefore the 'create' property is read-only.. |
PASS computedStyle.var.size is 3 |
PASS computedBodyStyle.var.size is 0 |
PASS computedStyle.var.get("stylesheet") is "pass" |
@@ -17,8 +17,8 @@ PASS forEachIterations[1] is ["pass", "inline", "[object CSSVariablesMap]"] |
PASS forEachIterations[2] is ["pass", "stylesheet", "[object CSSVariablesMap]"] |
PASS forEachIterations.length is 3 |
PASS emptyVarForEachIterations.length is 0 |
-PASS computedStyle.var.set("inline", "fail") threw exception NoModificationAllowedError: Failed to set the 'inline' property on a computed 'CSSStyleDeclaration': computed styles are read-only.. |
-PASS computedStyle.var.clear() threw exception NoModificationAllowedError: Failed to clear variables from a computed 'CSSStyleDeclaration': computed styles are read-only.. |
+PASS computedStyle.var.set("inline", "fail") threw exception NoModificationAllowedError: Failed to execute 'set' on 'CSSVariablesMap': These styles are computed, and therefore the 'inline' property is read-only.. |
+PASS computedStyle.var.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'CSSVariablesMap': These styles are computed, and therefore variables may not be cleared.. |
PASS computedStyle.var.delete("inline") is false |
PASS computedStyle.var.get("inline") is "pass" |
PASS successfullyParsed is true |