Commit a5b40925 authored by mitz@apple.com's avatar mitz@apple.com

Reviewed by Adam Roben.

        - re-enable css2.1 tests that were disabled following r42379 and make
          them use a different fallback font for certain characters, to get
          the vertical metrics to match Mac

        * platform/win/Skipped:
        * platform/win/css2.1/resources/Mac-compatible-font-fallback.css:



git-svn-id: svn://svn.chromium.org/blink/trunk@42407 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 7da5902f
2009-04-10 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- re-enable css2.1 tests that were disabled following r42379 and make
them use a different fallback font for certain characters, to get
the vertical metrics to match Mac
* platform/win/Skipped:
* platform/win/css2.1/resources/Mac-compatible-font-fallback.css:
2009-04-10 Dan Bernstein <mitz@apple.com> 2009-04-10 Dan Bernstein <mitz@apple.com>
- skip failures following r42379 until they are addressed by code - skip failures following r42379 until they are addressed by code
......
...@@ -565,29 +565,6 @@ fast/cookies/local-file-can-set-cookies.html ...@@ -565,29 +565,6 @@ fast/cookies/local-file-can-set-cookies.html
# Bug 12216: Stack overflow crash in JavaScript garbage collector mark pass <https://bugs.webkit.org/show_bug.cgi?id=12216> # Bug 12216: Stack overflow crash in JavaScript garbage collector mark pass <https://bugs.webkit.org/show_bug.cgi?id=12216>
fast/js/toString-stack-overflow.html fast/js/toString-stack-overflow.html
# r42379 caused the results of these tests to differ between Mac and Windows # Failures following r42379
# due to differences in the fallback fonts used
css2.1/t0805-c5519-brdr-r-00-a.html
css2.1/t0805-c5520-brdr-b-01-e.html
css2.1/t0805-c5521-brdr-l-00-a.html
css2.1/t0805-c5521-brdr-l-01-e.html
css2.1/t0805-c5521-ibrdr-l-00-a.html
css2.1/t0905-c414-flt-02-c.html
css2.1/t0905-c414-flt-03-c.html
css2.1/t0905-c414-flt-04-c.html
css2.1/t0905-c414-flt-fit-01-d-g.html
css2.1/t0905-c5525-fltblck-01-d.html
css2.1/t0905-c5525-fltcont-00-d-g.html
css2.1/t0905-c5525-fltwidth-00-c-g.html
css2.1/t0905-c5525-fltwidth-02-c-g.html
css2.1/t0905-c5525-fltwidth-03-c-g.html
css2.1/t0905-c5525-fltwrap-00-b.html
css2.1/t090501-c414-flt-01-b.html
css2.1/t090501-c414-flt-03-b-g.html
css2.1/t090501-c5525-flt-l-00-b-g.html
css2.1/t090501-c5525-flt-r-00-b-g.html
css2.1/t100304-c43-rpl-bbx-01-d-g.html
# More failures following r42379
fast/text/offsetForPosition-cluster-at-zero.html fast/text/offsetForPosition-cluster-at-zero.html
fast/text/international/001.html fast/text/international/001.html
...@@ -11,7 +11,13 @@ ...@@ -11,7 +11,13 @@
@font-face { @font-face {
font-family: 'times' '-webkit-serif'; font-family: 'times' '-webkit-serif';
src: local('WebKit Layout Tests'); src: local('WebKit Layout Tests');
unicode-range: U+21E6-21E9 U+25FE U+262F U+2798-279A; unicode-range: U+25FE U+262F U+2798-279A;
}
@font-face {
font-family: 'times' '-webkit-serif';
src: local('WebKit Layout Tests 2');
unicode-range: U+21E6-21E9;
} }
/* Hebrew, hyphen, non-breaking hyphen, upwards white arrow, /* Hebrew, hyphen, non-breaking hyphen, upwards white arrow,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment