Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / CSSStyleDeclaration / css-style-declaration-named-getter-expected.txt
blob16c2f689f9c840821502d11be98bd9ea9d630b50
1 PASS document.body.style['BorderTopWidth'] is undefined.
2 PASS document.body.style['borderTopWidth'] is "1px"
3 PASS document.body.style['border-topWidth'] is undefined.
4 PASS document.body.style['border-TopWidth'] is undefined.
5 PASS document.body.style['borderTop-width'] is undefined.
6 PASS document.body.style['borderTop-Width'] is undefined.
7 PASS document.body.style['border-top-width'] is "1px"
8 PASS document.body.style['CssBorderTopWidth'] is "1px"
9 PASS document.body.style['cssBorderTopWidth'] is "1px"
10 PASS document.body.style['cssborderTopWidth'] is undefined.
11 PASS document.body.style['cssBorder-top-width'] is undefined.
12 PASS document.body.style['css-border-top-width'] is undefined.
13 PASS document.body.style['WebkitBoxSizing'] is "border-box"
14 PASS document.body.style['webkitBoxSizing'] is "border-box"
15 PASS document.body.style['webkit-boxSizing'] is undefined.
16 PASS document.body.style['webkit-BoxSizing'] is undefined.
17 PASS document.body.style['webkitBox-sizing'] is undefined.
18 PASS document.body.style['webkitBox-Sizing'] is undefined.
19 PASS document.body.style['-webkit-box-sizing'] is "border-box"
20 PASS document.body.style['cssWebkitBorderBoxSizing'] is undefined.
21 PASS successfullyParsed is true
23 TEST COMPLETE