Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / CSSStyleDeclaration / css-style-declaration-named-setter-expected.txt
blob0fad7cfb580a2ad31d7ab973c64283147d7b5d09
1 PASS document.body.style.margin is "0px"
2 PASS document.body.style.margin = 1 is 1
3 PASS document.body.style.margin is "1px"
4 PASS document.body.style.margin = badString threw exception Exception in toString().
5 PASS document.body.style.margin is "1px"
6 PASS document.body.style.__proto__.margin = 2 is 2
7 PASS document.body.style.__proto__.margin is 2
8 PASS document.body.style.margin is 2
9 PASS document.body.style.margin = 3 is 3
10 PASS document.body.style.margin is 3
11 PASS successfullyParsed is true
13 TEST COMPLETE