Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / printing / css2.1 / README.txt
blob6019d78a9226132ee6a38298d580a1d70796b0e1
1 This is the modified version of W3C's CSS2.1 test suite.
3 http://www.w3.org/Style/CSS/Test/CSS2.1/20100127/html4/chapter-13.htm
5 We maintain the hand-modified version because adding unmodified printing
6 related tests into LayoutTests/css2.1 directory doesn't make sense at all.
8 We need the following modifications to add W3C's test into this directory:
10 - Eliminate tabs.
11 - Add dumpAsText() call.
12 - Add test() function and implement it using testRunner functions.
13 - Call test() function using runPrintintTest(test) from body's onload.
14 - Add id attributes for elements in question.
16 FIXME: page-margin-* aren't added yet. We may need
17        testRunner APIs to test margins.