Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / box-sizing-backwards-compat-prefix-expected.txt
blob79b63aea65e035d6dd89dbb23a530fc3b9281707
1 Testing whether box-sizing works with and withou the -webkit-prefix (bug 36713).
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
18 TEST COMPLETE