blob: a65899746164b60b712469b848ef58aad8ec51d7 [file] [log] [blame]
mitz@apple.com5ded92f2008-11-29 21:40:23 +00001<style>
2 @font-face {
3 font-family: "test";
4 font-weight: normal;
5 src: url(resources/acid3/font.ttf);
6 }
7
8 @font-face {
9 font-family: "test";
10 font-weight: bold;
11 src: local(Times);
12 }
13</style>
14<script>
rniwa@webkit.org14a295a2012-06-13 07:49:51 +000015 if (window.testRunner)
16 testRunner.dumpAsText();
mitz@apple.com5ded92f2008-11-29 21:40:23 +000017</script>
18<p style="font-family: test; font-weight: bold;">Test for
19<a href="https://bugs.webkit.org/show_bug.cgi?id=22454">https://bugs.webkit.org/show_bug.cgi?id=22454</a>
20REGRESSION (3.2-TOT): Crash below FontFallbackList::fontDataAt on jacobian.org</p>
21<input style="font-family: test" value="PASS">
22<script>
23 document.body.offsetLeft;
24</script>