From: mitz@apple.com Date: Wed, 8 Feb 2012 17:05:08 +0000 (+0000) Subject: Moved a Mac-specific test to platform/mac. X-Git-Tag: 070512121124~13448 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62ed0077cac19869de2ca56c0a43412193014dfb;p=profile%2Fivi%2Fwebkit-efl.git Moved a Mac-specific test to platform/mac. * fast/text/synthetic-bold-transformed-expected.html: Removed. * fast/text/synthetic-bold-transformed.html: Removed. * platform/mac/fast/text/synthetic-bold-transformed-expected.html: Copied from fast/text/synthetic-bold-transformed-expected.html. * platform/mac/fast/text/synthetic-bold-transformed.html: Copied from fast/text/synthetic-bold-transformed.html. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107096 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 502d54a..3b19fee 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,12 @@ +2012-02-08 Dan Bernstein + + Moved a Mac-specific test to platform/mac. + + * fast/text/synthetic-bold-transformed-expected.html: Removed. + * fast/text/synthetic-bold-transformed.html: Removed. + * platform/mac/fast/text/synthetic-bold-transformed-expected.html: Copied from fast/text/synthetic-bold-transformed-expected.html. + * platform/mac/fast/text/synthetic-bold-transformed.html: Copied from fast/text/synthetic-bold-transformed.html. + 2012-02-08 Alexei Svitkine Chromium: Fix Mac rubber band overhang drawing on composited pages and re-enable tests. diff --git a/LayoutTests/fast/text/synthetic-bold-transformed-expected.html b/LayoutTests/platform/mac/fast/text/synthetic-bold-transformed-expected.html similarity index 100% rename from LayoutTests/fast/text/synthetic-bold-transformed-expected.html rename to LayoutTests/platform/mac/fast/text/synthetic-bold-transformed-expected.html diff --git a/LayoutTests/fast/text/synthetic-bold-transformed.html b/LayoutTests/platform/mac/fast/text/synthetic-bold-transformed.html similarity index 100% rename from LayoutTests/fast/text/synthetic-bold-transformed.html rename to LayoutTests/platform/mac/fast/text/synthetic-bold-transformed.html