Index: LayoutTests/fast/dom/setPrimitiveValue-expected.txt |
diff --git a/LayoutTests/fast/dom/setPrimitiveValue-expected.txt b/LayoutTests/fast/dom/setPrimitiveValue-expected.txt |
index cc131a7d38c5fb81c3ee0b3c9f0442a738710d77..3dfa72891cee2febcefd64c84b761cb27d099212 100644 |
--- a/LayoutTests/fast/dom/setPrimitiveValue-expected.txt |
+++ b/LayoutTests/fast/dom/setPrimitiveValue-expected.txt |
@@ -1,2 +1,2 @@ |
Test CSSPrimitiveValue setters. |
-setFloatValue An attempt was made to modify an object where modifications are not allowed. |
+setFloatValue Failed to execute 'setFloatValue' on 'CSSPrimitiveValue': CSSPrimitiveValue objects are read-only. |