Changeset 126060 in webkit


Ignore:
Timestamp:
Aug 20, 2012 1:44:36 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[css3-text] Add getComputedStyle tests for -webkit-text-decoration-line
https://bugs.webkit.org/show_bug.cgi?id=94108

Patch by Bruno de Oliveira Abinader <Bruno de Oliveira Abinader> on 2012-08-20
Reviewed by Kenneth Rohde Christiansen.

Changeset r125205 introduced new CSS3 property "-webkit-text-decoration-line",
with included basic getComputedStyle* layout tests for parsing check. This
patch adds a new, more robust getComputedStyle-based layout test for this
property.

  • fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt: Added.
  • fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html: Added.
  • fast/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js: Added.
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r126058 r126060  
     12012-08-20  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
     2
     3        [css3-text] Add getComputedStyle tests for -webkit-text-decoration-line
     4        https://bugs.webkit.org/show_bug.cgi?id=94108
     5
     6        Reviewed by Kenneth Rohde Christiansen.
     7
     8        Changeset r125205 introduced new CSS3 property "-webkit-text-decoration-line",
     9        with included basic getComputedStyle* layout tests for parsing check. This
     10        patch adds a new, more robust getComputedStyle-based layout test for this
     11        property.
     12
     13        * fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt: Added.
     14        * fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html: Added.
     15        * fast/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js: Added.
     16
    1172012-08-20  John Mellor  <johnme@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.