Changeset 147484 in webkit


Ignore:
Timestamp:
Apr 2, 2013 12:50:45 PM (11 years ago)
Author:
abucur@adobe.com
Message:

[CSS Regions] Remove font-smoothing from fast/regions/region-style-inline-background-color.html
https://bugs.webkit.org/show_bug.cgi?id=113814

Reviewed by James Robinson.

The test uses font smoothing and makes the test fail on Chromium Mountain Lion. This happens
because of how regions handle overflow and clipping. For now, disable the font smoothing in
the test.

  • fast/regions/region-style-inline-background-color-expected.html:
  • fast/regions/region-style-inline-background-color.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r147479 r147484  
     12013-04-02  Andrei Bucur  <abucur@adobe.com>
     2
     3        [CSS Regions] Remove font-smoothing from fast/regions/region-style-inline-background-color.html
     4        https://bugs.webkit.org/show_bug.cgi?id=113814
     5
     6        Reviewed by James Robinson.
     7
     8        The test uses font smoothing and makes the test fail on Chromium Mountain Lion. This happens
     9        because of how regions handle overflow and clipping. For now, disable the font smoothing in
     10        the test.
     11
     12        * fast/regions/region-style-inline-background-color-expected.html:
     13        * fast/regions/region-style-inline-background-color.html:
     14
    1152013-04-02  Philip Rogers  <pdr@google.com>
    216
  • trunk/LayoutTests/fast/regions/region-style-inline-background-color-expected.html

    r117980 r147484  
    1515
    1616            .regionBox { width: 300px; height: 50px; }
    17             span { font-family: webkit-ahem; }
     17            span { font-family: webkit-ahem; -webkit-font-smoothing: none; }
    1818
    1919            #article1 { position: absolute; top: 10px; }
  • trunk/LayoutTests/fast/regions/region-style-inline-background-color.html

    r117980 r147484  
    1515
    1616            .regionBox { width: 300px; height: 50px; }
    17             span { font-family: webkit-ahem; }
     17            span { font-family: webkit-ahem; -webkit-font-smoothing: none; }
    1818
    1919            #article1 { -webkit-flow-into: flow1; }
Note: See TracChangeset for help on using the changeset viewer.