| 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 a5b4deecef870bc340fe24102b0b7ebbbf36db0b..0fad7cfb580a2ad31d7ab973c64283147d7b5d09 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
|
| @@ -1,13 +1,13 @@
|
| PASS document.body.style.margin is "0px"
|
| PASS document.body.style.margin = 1 is 1
|
| PASS document.body.style.margin is "1px"
|
| -PASS document.body.style.__proto__.margin = 777 is 777
|
| -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 document.body.style.margin is "1px"
|
| +PASS document.body.style.__proto__.margin = 2 is 2
|
| +PASS document.body.style.__proto__.margin is 2
|
| +PASS document.body.style.margin is 2
|
| +PASS document.body.style.margin = 3 is 3
|
| +PASS document.body.style.margin is 3
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|