Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / computed-line-height-and-font-size-with-font-size-adjust-expected.txt
blob4bca9a4ba7f9a66146bc503a58118e777650fc55
1 font-size-adjust should affect neigther computed line-height nor font-size.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS parseFloat(testStyle.getPropertyValue('font-size-adjust')) is within 0.0001 of 0.44
7 PASS referenceStyle.getPropertyValue('font-size-adjust') is "none"
8 PASS testStyle.getPropertyValue('font-size') is "200px"
9 PASS testStyle.getPropertyValue('line-height') is "200px"
10 PASS containerStyle.getPropertyValue('line-height') is "200px"
11 PASS successfullyParsed is true
13 TEST COMPLETE