Changeset 120330 in webkit


Ignore:
Timestamp:
Jun 14, 2012 9:44:25 AM (12 years ago)
Author:
tony@chromium.org
Message:

[Qt] New css3/flexbox/flexitem.html fails
https://bugs.webkit.org/show_bug.cgi?id=88963

Reviewed by Hajime Morita.

  • css3/flexbox/flexitem.html: The height of the alt text was taller

than the height of the missing image placeholder graphic on Qt. To
get the same results, force the font size to something small.
The test still fails on Qt so leaving it in the Skipped file for now.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r120327 r120330  
     12012-06-14  Tony Chang  <tony@chromium.org>
     2
     3        [Qt] New css3/flexbox/flexitem.html fails
     4        https://bugs.webkit.org/show_bug.cgi?id=88963
     5
     6        Reviewed by Hajime Morita.
     7
     8        * css3/flexbox/flexitem.html: The height of the alt text was taller
     9        than the height of the missing image placeholder graphic on Qt. To
     10        get the same results, force the font size to something small.
     11        The test still fails on Qt so leaving it in the Skipped file for now.
     12
    1132012-06-14  Alexander Pavlov  <apavlov@chromium.org>
    214
  • trunk/LayoutTests/css3/flexbox/flexitem.html

    r120132 r120330  
    1414    border: 0;
    1515    padding: 0;
     16    font-size: 12px;
    1617}
    1718</style>
Note: See TracChangeset for help on using the changeset viewer.