Changeset 108609 in webkit


Ignore:
Timestamp:
Feb 22, 2012 10:13:01 PM (12 years ago)
Author:
bashi@chromium.org
Message:

REGRESSION (r107516): fast/css/font-face-default-font.html is failing
https://bugs.webkit.org/show_bug.cgi?id=79260

Add @font-face with "font-style: italic;" so that affecting the rule
for italic text.

Reviewed by Dan Bernstein.

  • fast/css/font-face-default-font.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r108607 r108609  
     12012-02-22  Kenichi Ishibashi  <bashi@chromium.org>
     2
     3        REGRESSION (r107516): fast/css/font-face-default-font.html is failing
     4        https://bugs.webkit.org/show_bug.cgi?id=79260
     5
     6        Add @font-face with "font-style: italic;" so that affecting the rule
     7        for italic text.
     8
     9        Reviewed by Dan Bernstein.
     10
     11        * fast/css/font-face-default-font.html:
     12
    1132012-02-22  Yuta Kitamura  <yutak@chromium.org>
    214
  • trunk/LayoutTests/fast/css/font-face-default-font.html

    r41653 r108609  
    1212            src: local("Arial");
    1313        }
     14        @font-face {
     15            font-family: Times;
     16            font-style: italic;
     17            src: local("Arial");
     18        }
     19        @font-face {
     20            font-family: "Times New Roman";
     21            font-style: italic;
     22            src: local("Arial");
     23        }
    1424    </style>
    1525</head>
Note: See TracChangeset for help on using the changeset viewer.