Changeset 145749 in webkit


Ignore:
Timestamp:
Mar 13, 2013 1:55:22 PM (11 years ago)
Author:
jamesr@google.com
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r145746 r145749  
     12013-03-13  James Robinson  <jamesr@chromium.org>
     2
     3        Force clip in fast/regions/autoheight-break-after-expected.html to match test
     4        https://bugs.webkit.org/show_bug.cgi?id=112283
     5
     6        Reviewed by David Hyatt.
     7
     8        Regions always set a clip rect when rendering their contents. On Mountain Lion, the Ahem glyphs very slightly
     9        visually overflow their bounds if there's no clip set. This sets a clip in the reference file so we get the same
     10        rendering.
     11
     12        * fast/regions/autoheight-break-after-expected.html:
     13
    1142013-03-13  Tim Horton  <timothy_horton@apple.com>
    215
  • trunk/LayoutTests/fast/regions/autoheight-break-after-expected.html

    r145728 r145749  
    77                margin: 10px;
    88                float: left;
     9                overflow: hidden;
    910            }
    1011            .regionAuto {
Note: See TracChangeset for help on using the changeset viewer.