Changeset 41653 in webkit


Ignore:
Timestamp:
Mar 12, 2009 3:05:33 PM (15 years ago)
Author:
levin@chromium.org
Message:

2009-03-12 Aaron Boodman <aa@chromium.org>

Reviewed by Dave Hyatt.

Bug 16348: @font-face does not affect the default style
<https://bugs.webkit.org/show_bug.cgi?id=16348>

  • fast/css/font-face-default-font.html: Handle the default font being either 'Times' or 'Times New Roman'.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r41651 r41653  
     12009-03-12  Aaron Boodman  <aa@chromium.org>
     2
     3        Reviewed by Dave Hyatt.
     4
     5        Bug 16348: @font-face does not affect the default style
     6        <https://bugs.webkit.org/show_bug.cgi?id=16348>
     7
     8        * fast/css/font-face-default-font.html:
     9        Handle the default font being either 'Times' or 'Times New Roman'.
     10
    1112009-03-12  Pamela Greene  <pam@chromium.org>
    212
  • trunk/LayoutTests/fast/css/font-face-default-font.html

    r28555 r41653  
    22<head>
    33    <style>
     4        /* We list a couple different font families for commonly configured
     5           default fonts. */
    46        @font-face {
    57            font-family: Times;
     8            src: local("Arial");
     9        }
     10        @font-face {
     11            font-family: "Times New Roman";
    612            src: local("Arial");
    713        }
Note: See TracChangeset for help on using the changeset viewer.