Changeset 129300 in webkit


Ignore:
Timestamp:
Sep 22, 2012 12:01:27 AM (12 years ago)
Author:
mitz@apple.com
Message:

[Qt] New fast/text/kerning-with-TextLayout.html fails
https://bugs.webkit.org/show_bug.cgi?id=97388

Moved this test into platform/mac, as it is not platform-independent, and TextLayout is currently
used only on OS X.

  • fast/text/kerning-with-TextLayout-expected.html: Removed.
  • fast/text/kerning-with-TextLayout.html: Removed.
  • platform/mac/fast/text/kerning-with-TextLayout-expected.html: Copied from LayoutTests/fast/text/kerning-with-TextLayout-expected.html.
  • platform/mac/fast/text/kerning-with-TextLayout.html: Copied from LayoutTests/fast/text/kerning-with-TextLayout.html.
Location:
trunk/LayoutTests
Files:
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r129299 r129300  
     12012-09-21  Dan Bernstein  <mitz@apple.com>
     2
     3        [Qt] New fast/text/kerning-with-TextLayout.html fails
     4        https://bugs.webkit.org/show_bug.cgi?id=97388
     5
     6        Moved this test into platform/mac, as it is not platform-independent, and TextLayout is currently
     7        used only on OS X.
     8
     9        * fast/text/kerning-with-TextLayout-expected.html: Removed.
     10        * fast/text/kerning-with-TextLayout.html: Removed.
     11        * platform/mac/fast/text/kerning-with-TextLayout-expected.html: Copied from LayoutTests/fast/text/kerning-with-TextLayout-expected.html.
     12        * platform/mac/fast/text/kerning-with-TextLayout.html: Copied from LayoutTests/fast/text/kerning-with-TextLayout.html.
     13
    1142012-09-21  Csaba Osztrogonác  <ossy@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.