Changeset 82432 in webkit


Ignore:
Timestamp:
Mar 30, 2011 6:18:20 AM (13 years ago)
Author:
Adam Roben
Message:

Make font fallback on Windows in new Hebrew-containing tests added in r82419 match Mac

Fixes <http://webkit.org/b/57445> fast/borders/rtl-border-0{4,5}.html failing on Windows
since they were added

Reviewed by Eric Seidel.

  • fast/borders/rtl-border-04.html:
  • fast/borders/rtl-border-05.html:

Pull in the magic Mac-compatible-font-fallback.css file, which will cause the Hebrew text in
these tests to be rendered using Lucida Grande on Windows, just like on Mac.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r82431 r82432  
     12011-03-30  Adam Roben  <aroben@apple.com>
     2
     3        Make font fallback on Windows in new Hebrew-containing tests added in r82419 match Mac
     4
     5        Fixes <http://webkit.org/b/57445> fast/borders/rtl-border-0{4,5}.html failing on Windows
     6        since they were added
     7
     8        Reviewed by Eric Seidel.
     9
     10        * fast/borders/rtl-border-04.html:
     11        * fast/borders/rtl-border-05.html:
     12        Pull in the magic Mac-compatible-font-fallback.css file, which will cause the Hebrew text in
     13        these tests to be rendered using Lucida Grande on Windows, just like on Mac.
     14
    1152011-03-30  Yuta Kitamura  <yutak@chromium.org>
    216
  • trunk/LayoutTests/fast/borders/rtl-border-04.html

    r82419 r82432  
    55  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    66  <style>
     7    @import url(../text/international/resources/Mac-compatible-font-fallback.css);
    78    div {
    89        border: 1px solid black;
  • trunk/LayoutTests/fast/borders/rtl-border-05.html

    r82419 r82432  
    55  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    66  <style>
     7    @import url(../text/international/resources/Mac-compatible-font-fallback.css);
    78    h1 {
    89        font-weight: bold;
Note: See TracChangeset for help on using the changeset viewer.