Index: LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt |
diff --git a/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt b/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt |
index 492f2e1fb682ec483af5c4212237fb7b22570991..a5b4deecef870bc340fe24102b0b7ebbbf36db0b 100644 |
--- a/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt |
+++ b/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt |
@@ -6,6 +6,8 @@ PASS document.body.style.__proto__.margin is 777 |
PASS document.body.style.margin is "1px" |
PASS document.body.style.margin = 2 is 2 |
PASS document.body.style.margin is "2px" |
+PASS document.body.style.margin = badString threw exception Exception in toString(). |
+PASS document.body.style.margin is "2px" |
PASS successfullyParsed is true |
TEST COMPLETE |