Changeset 158703 in webkit


Ignore:
Timestamp:
Nov 5, 2013 5:39:04 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

text-decoration-skip: ink isn't tested with underlines that don't intersect the underlined text
https://bugs.webkit.org/show_bug.cgi?id=123839

Patch by Myles C. Maxfield <mmaxfield@apple.com> on 2013-11-05
Reviewed by Simon Fraser.

text-decoration-skip: ink uses a mask to determine where the underline can be drawn. Right now,
there is not a test that makes sure that the mask always gets applied to the location
where the underline will get drawn.

  • fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-non-intersecting-underline-expected.html: Added.
  • fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-non-intersecting-underline.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r158701 r158703  
     12013-11-05  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        text-decoration-skip: ink isn't tested with underlines that don't intersect the underlined text
     4        https://bugs.webkit.org/show_bug.cgi?id=123839
     5
     6        Reviewed by Simon Fraser.
     7
     8        text-decoration-skip: ink uses a mask to determine where the underline can be drawn. Right now,
     9        there is not a test that makes sure that the mask always gets applied to the location
     10        where the underline will get drawn.
     11
     12        * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-non-intersecting-underline-expected.html: Added.
     13        * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-non-intersecting-underline.html: Added.
     14
    1152013-11-05  Tim Horton  <timothy_horton@apple.com>
    216
Note: See TracChangeset for help on using the changeset viewer.