Changeset 136041 in webkit


Ignore:
Timestamp:
Nov 28, 2012 12:13:58 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux
https://bugs.webkit.org/show_bug.cgi?id=103453

Patch by Pravin D <pravind.2k4@gmail.com> on 2012-11-28
Reviewed by Julien Chaffraix.

The testcase failure was due to the difference in the default line-height value
used by Qt-linux port from other ports.

  • fast/table/css-table-max-height.html:
  • platform/qt/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r136039 r136041  
     12012-11-28  Pravin D  <pravind.2k4@gmail.com>
     2
     3        LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux
     4        https://bugs.webkit.org/show_bug.cgi?id=103453
     5
     6        Reviewed by Julien Chaffraix.
     7
     8        The testcase failure was due to the difference in the default line-height value
     9        used by Qt-linux port from other ports.
     10
     11        * fast/table/css-table-max-height.html:
     12        * platform/qt/TestExpectations:
     13
    1142012-11-28  Alexandru Chiculita  <achicu@adobe.com>
    215
  • trunk/LayoutTests/fast/table/css-table-max-height.html

    r135891 r136041  
    77    width:300px;
    88    height:400px;
    9     font-family:ahem;
     9    font:16px/1 Ahem;
    1010    background-color:#999999;
    1111}
  • trunk/LayoutTests/platform/qt/TestExpectations

    r135989 r136041  
    17501750fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
    17511751
    1752 # LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux
    1753 # https://bugs.webkit.org/show_bug.cgi?id=103453
    1754 fast/table/css-table-max-height.html [ Text ]
    1755 
    17561752# ============================================================================= #
    17571753# failing security tests
Note: See TracChangeset for help on using the changeset viewer.