From 62ed0077cac19869de2ca56c0a43412193014dfb Mon Sep 17 00:00:00 2001 From: "mitz@apple.com" Date: Wed, 8 Feb 2012 17:05:08 +0000 Subject: [PATCH] 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 --- LayoutTests/ChangeLog | 9 +++++++++ .../mac}/fast/text/synthetic-bold-transformed-expected.html | 0 .../{ => platform/mac}/fast/text/synthetic-bold-transformed.html | 0 3 files changed, 9 insertions(+) rename LayoutTests/{ => platform/mac}/fast/text/synthetic-bold-transformed-expected.html (100%) rename LayoutTests/{ => platform/mac}/fast/text/synthetic-bold-transformed.html (100%) 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 -- 2.7.4