Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / css-table-max-height-expected.txt
blob00d3b358db6cfde5c39f4a47b5be3cbac0d5fa75
1 Testcase for Bug http://wkbug.com/98633. The testcase checks if the height of a css table does not exceed the max-height value. The height of the table can be greater than max-height value when either min-height is greater than max-height or computed height of the content is greater than the max-height.
3 This sub-test checks that when min-height is lesser than max-height, max-height is applied to a table with auto layout.
4 PASS
5 This sub-test checks that when min-height is greater than max-height, min-height is applied to a table with auto layout.
6 PASS
7 This sub-test checks that max-height with fixed value is applied to a table with auto layout.
8 PASS
9 This sub-test checks that max-height with percent value is applied to a table with auto layout.
10 PASS
11 This sub-test checks that max-height with viewport percent height value is applied to a table with auto layout.
12 PASS
13 This sub-test checks that max-height with viewport percent width value is applied to a table with auto layout.
14 PASS
15 This sub-test checks that when content height is greater than max-height, content height is applied to the table with auto layout. 
17 FILLER TEXT TO INCREASE CONTENT HEIGHT.
18 PASS
19 This test checks that when height of an auto-table is auto, there is are no asserts. No crash means the test passed.
20 PASS
21 This sub-test checks that when min-height is lesser than max-height, max-height is applied to a table with fixed layout.
22 PASS
23 This sub-test checks that when min-height is greater than max-height, min-height is applied to a table with fixed layout.
24 PASS
25 This sub-test checks that max-height with fixed value is applied to a table with fixed layout.
26 PASS
27 This sub-test checks that max-height with percent value is applied to a table with fixed layout.
28 PASS
29 This sub-test checks that max-height with viewport percent height value is applied to a table with fixed layout.
30 PASS
31 This sub-test checks that max-height with viewport percent width value is applied to a table with fixed layout.
32 PASS
33 This sub-test checks that when content height is greater than max-height, content height is applied to a table with fixed layout. 
35 FILLER TEXT TO INCREASE CONTENT HEIGHT.
36 PASS
37 This test checks that when height of a fixed table is auto, there is are no asserts. No crash means the test passed.
38 PASS