Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / padding-no-renderer-expected.txt
blobaab29e1a3ddeeb19b47418462f27fc3187caa015
1 PASS window.getComputedStyle(test0, null).paddingTop is "0px"
2 PASS window.getComputedStyle(test1, null).paddingTop is "10px"
3 PASS window.getComputedStyle(test2, null).paddingTop is "10px"
4 PASS window.getComputedStyle(test3, null).paddingTop is "10px"
5 PASS window.getComputedStyle(test4, null).paddingTop is "10px"
6 PASS window.getComputedStyle(test5, null).paddingTop is "10px"
7 PASS window.getComputedStyle(test6, null).paddingTop is "10%"
8 PASS window.getComputedStyle(test7, null).paddingTop is "10%"
9 PASS successfullyParsed is true
11 TEST COMPLETE