tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / box-sizing-backwards-compat-prefix-expected.txt
1 Testing whether box-sizing works with and withou the -webkit-prefix (bug 36713).
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS prefixStyle.getPropertyValue('box-sizing') is "border-box"
7 PASS prefixStyle.getPropertyValue('-webkit-box-sizing') is "border-box"
8 PASS prefixStyle.boxSizing is "border-box"
9 PASS prefixStyle.WebkitBoxSizing is "border-box"
10 PASS prefixStyle.webkitBoxSizing is "border-box"
11 PASS prefixLessStyle.getPropertyValue('box-sizing') is "border-box"
12 PASS prefixLessStyle.getPropertyValue('-webkit-box-sizing') is "border-box"
13 PASS prefixLessStyle.boxSizing is "border-box"
14 PASS prefixLessStyle.WebkitBoxSizing is "border-box"
15 PASS prefixLessStyle.webkitBoxSizing is "border-box"
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19