Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / calc / font-size-fractional-expected.txt
blob5294212f7d8840ef12b527ba3428a7946b104947
1 Tests that CSS3 calc() can be used with the font property using fractional sizes
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(document.getElementById("calc-reduce"), null).lineHeight is "24px"
7 PASS getComputedStyle(document.getElementById("calc-reduce"), null).fontSize is "9.6px"
8 PASS successfullyParsed is true
10 TEST COMPLETE