[Webkit-unassigned] [Bug 103453] LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 13:58:20 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103453





--- Comment #1 from Julien Chaffraix <jchaffraix at webkit.org>  2012-11-27 14:00:34 PST ---
Test disabled in http://trac.webkit.org/changeset/135917

Failures:

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.
FAIL:
Expected 192 for height, but got 204. 

<div class="container">
    <div class="child" style="max-height:100px;" data-expected-height="192">
        This sub-test checks that when content height is greater than max-height, content height is applied to the table with auto layout.
        <br><br>FILLER TEXT TO INCREASE CONTENT HEIGHT.
    </div>
</div>
[snip]
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.
FAIL:
Expected 192 for height, but got 204. 

<div class="container">
    <div class="child fixed-table" style="max-height:100px;" data-expected-height="192">
        This sub-test checks that when content height is greater than max-height, content height is applied to a table with fixed layout.
        <br><br>FILLER TEXT TO INCREASE CONTENT HEIGHT.
    </div>
</div>
This test checks that when height of a fixed table is auto, there is are no asserts. No crash means the test passed.
PASS

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list