Title: [145749] trunk/LayoutTests
Revision
145749
Author
jam...@google.com
Date
2013-03-13 13:55:22 -0700 (Wed, 13 Mar 2013)

Log Message

Force clip in fast/regions/autoheight-break-after-expected.html to match test
https://bugs.webkit.org/show_bug.cgi?id=112283

Reviewed by David Hyatt.

Regions always set a clip rect when rendering their contents. On Mountain Lion, the Ahem glyphs very slightly
visually overflow their bounds if there's no clip set. This sets a clip in the reference file so we get the same
rendering.

* fast/regions/autoheight-break-after-expected.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (145748 => 145749)


--- trunk/LayoutTests/ChangeLog	2013-03-13 20:44:08 UTC (rev 145748)
+++ trunk/LayoutTests/ChangeLog	2013-03-13 20:55:22 UTC (rev 145749)
@@ -1,3 +1,16 @@
+2013-03-13  James Robinson  <jam...@chromium.org>
+
+        Force clip in fast/regions/autoheight-break-after-expected.html to match test
+        https://bugs.webkit.org/show_bug.cgi?id=112283
+
+        Reviewed by David Hyatt.
+
+        Regions always set a clip rect when rendering their contents. On Mountain Lion, the Ahem glyphs very slightly
+        visually overflow their bounds if there's no clip set. This sets a clip in the reference file so we get the same
+        rendering.
+
+        * fast/regions/autoheight-break-after-expected.html:
+
 2013-03-13  Tim Horton  <timothy_hor...@apple.com>
 
         Make lint-test-expectations happy with the Apple-Windows TestExpectations files

Modified: trunk/LayoutTests/fast/regions/autoheight-break-after-expected.html (145748 => 145749)


--- trunk/LayoutTests/fast/regions/autoheight-break-after-expected.html	2013-03-13 20:44:08 UTC (rev 145748)
+++ trunk/LayoutTests/fast/regions/autoheight-break-after-expected.html	2013-03-13 20:55:22 UTC (rev 145749)
@@ -6,6 +6,7 @@
                 width: 200px;
                 margin: 10px;
                 float: left;
+                overflow: hidden;
             }
             .regionAuto {
                 border: thick solid red;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to