Title: [107096] trunk/LayoutTests
Revision
107096
Author
m...@apple.com
Date
2012-02-08 09:05:08 -0800 (Wed, 08 Feb 2012)

Log Message

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.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107095 => 107096)


--- trunk/LayoutTests/ChangeLog	2012-02-08 17:01:35 UTC (rev 107095)
+++ trunk/LayoutTests/ChangeLog	2012-02-08 17:05:08 UTC (rev 107096)
@@ -1,3 +1,12 @@
+2012-02-08  Dan Bernstein  <m...@apple.com>
+
+        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  <asvitk...@chromium.org>
 
         Chromium: Fix Mac rubber band overhang drawing on composited pages and re-enable tests.

Deleted: trunk/LayoutTests/fast/text/synthetic-bold-transformed-expected.html (107095 => 107096)


--- trunk/LayoutTests/fast/text/synthetic-bold-transformed-expected.html	2012-02-08 17:01:35 UTC (rev 107095)
+++ trunk/LayoutTests/fast/text/synthetic-bold-transformed-expected.html	2012-02-08 17:05:08 UTC (rev 107096)
@@ -1,4 +0,0 @@
-<div style="position: relative;">
-    <div style="-webkit-transform-origin: 0 0; -webkit-transform: scale(8); font-family: STSong;">|</div>
-    <div style="position: absolute; top: 0; -webkit-transform-origin: 0 0; -webkit-transform: translatex(1px) scale(8); font-family: STSong;">|</div>
-</div>

Deleted: trunk/LayoutTests/fast/text/synthetic-bold-transformed.html (107095 => 107096)


--- trunk/LayoutTests/fast/text/synthetic-bold-transformed.html	2012-02-08 17:01:35 UTC (rev 107095)
+++ trunk/LayoutTests/fast/text/synthetic-bold-transformed.html	2012-02-08 17:05:08 UTC (rev 107096)
@@ -1 +0,0 @@
-<div style="-webkit-transform-origin: 0 0; -webkit-transform: scale(8); font-family: STSong; font-weight: bold;">|</div>

Copied: trunk/LayoutTests/platform/mac/fast/text/synthetic-bold-transformed-expected.html (from rev 107095, trunk/LayoutTests/fast/text/synthetic-bold-transformed-expected.html) (0 => 107096)


--- trunk/LayoutTests/platform/mac/fast/text/synthetic-bold-transformed-expected.html	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/text/synthetic-bold-transformed-expected.html	2012-02-08 17:05:08 UTC (rev 107096)
@@ -0,0 +1,4 @@
+<div style="position: relative;">
+    <div style="-webkit-transform-origin: 0 0; -webkit-transform: scale(8); font-family: STSong;">|</div>
+    <div style="position: absolute; top: 0; -webkit-transform-origin: 0 0; -webkit-transform: translatex(1px) scale(8); font-family: STSong;">|</div>
+</div>

Copied: trunk/LayoutTests/platform/mac/fast/text/synthetic-bold-transformed.html (from rev 107095, trunk/LayoutTests/fast/text/synthetic-bold-transformed.html) (0 => 107096)


--- trunk/LayoutTests/platform/mac/fast/text/synthetic-bold-transformed.html	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/text/synthetic-bold-transformed.html	2012-02-08 17:05:08 UTC (rev 107096)
@@ -0,0 +1 @@
+<div style="-webkit-transform-origin: 0 0; -webkit-transform: scale(8); font-family: STSong; font-weight: bold;">|</div>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to