Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / computed-style-page-break-inside-expected.txt
blob93e2ecac80faf681572d160239a003b12cf646d5
1 Test that page-break-inside property is not inherited
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.getComputedStyle(parent).pageBreakInside is "avoid"
7 PASS window.getComputedStyle(child).pageBreakInside is "auto"
8 PASS successfullyParsed is true
10 TEST COMPLETE