summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/css-table-max-height-expected.txt
blob: 00d3b358db6cfde5c39f4a47b5be3cbac0d5fa75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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.

This sub-test checks that when min-height is lesser than max-height, max-height is applied to a table with auto layout.
PASS
This sub-test checks that when min-height is greater than max-height, min-height is applied to a table with auto layout.
PASS
This sub-test checks that max-height with fixed value is applied to a table with auto layout.
PASS
This sub-test checks that max-height with percent value is applied to a table with auto layout.
PASS
This sub-test checks that max-height with viewport percent height value is applied to a table with auto layout.
PASS
This sub-test checks that max-height with viewport percent width value is applied to a table with auto layout.
PASS
This sub-test checks that when content height is greater than max-height, content height is applied to the table with auto layout. 

FILLER TEXT TO INCREASE CONTENT HEIGHT.
PASS
This test checks that when height of an auto-table is auto, there is are no asserts. No crash means the test passed.
PASS
This sub-test checks that when min-height is lesser than max-height, max-height is applied to a table with fixed layout.
PASS
This sub-test checks that when min-height is greater than max-height, min-height is applied to a table with fixed layout.
PASS
This sub-test checks that max-height with fixed value is applied to a table with fixed layout.
PASS
This sub-test checks that max-height with percent value is applied to a table with fixed layout.
PASS
This sub-test checks that max-height with viewport percent height value is applied to a table with fixed layout.
PASS
This sub-test checks that max-height with viewport percent width value is applied to a table with fixed layout.
PASS
This sub-test checks that when content height is greater than max-height, content height is applied to a table with fixed layout. 

FILLER TEXT TO INCREASE CONTENT HEIGHT.
PASS
This test checks that when height of a fixed table is auto, there is are no asserts. No crash means the test passed.
PASS