Title: [147484] trunk/LayoutTests
Revision
147484
Author
[email protected]
Date
2013-04-02 12:50:45 -0700 (Tue, 02 Apr 2013)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (147483 => 147484)


--- trunk/LayoutTests/ChangeLog	2013-04-02 19:13:18 UTC (rev 147483)
+++ trunk/LayoutTests/ChangeLog	2013-04-02 19:50:45 UTC (rev 147484)
@@ -1,3 +1,17 @@
+2013-04-02  Andrei Bucur  <[email protected]>
+
+        [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:
+
 2013-04-02  Philip Rogers  <[email protected]>
 
         Rebaseline svg/as-image/image-respects-pageScaleFactor expectations

Modified: trunk/LayoutTests/fast/regions/region-style-inline-background-color-expected.html (147483 => 147484)


--- trunk/LayoutTests/fast/regions/region-style-inline-background-color-expected.html	2013-04-02 19:13:18 UTC (rev 147483)
+++ trunk/LayoutTests/fast/regions/region-style-inline-background-color-expected.html	2013-04-02 19:50:45 UTC (rev 147484)
@@ -14,7 +14,7 @@
             }
 
             .regionBox { width: 300px; height: 50px; }
-            span { font-family: webkit-ahem; }
+            span { font-family: webkit-ahem; -webkit-font-smoothing: none; }
 
             #article1 { position: absolute; top: 10px; }
             #span1 { background-color: green; }

Modified: trunk/LayoutTests/fast/regions/region-style-inline-background-color.html (147483 => 147484)


--- trunk/LayoutTests/fast/regions/region-style-inline-background-color.html	2013-04-02 19:13:18 UTC (rev 147483)
+++ trunk/LayoutTests/fast/regions/region-style-inline-background-color.html	2013-04-02 19:50:45 UTC (rev 147484)
@@ -14,7 +14,7 @@
             }
 
             .regionBox { width: 300px; height: 50px; }
-            span { font-family: webkit-ahem; }
+            span { font-family: webkit-ahem; -webkit-font-smoothing: none; }
 
             #article1 { -webkit-flow-into: flow1; }
             #region1 { -webkit-flow-from: flow1; position: absolute; top: 10px; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to