mitz@apple.com | 5ded92f | 2008-11-29 21:40:23 +0000 | [diff] [blame] | 1 | <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.org | 14a295a | 2012-06-13 07:49:51 +0000 | [diff] [blame] | 15 | if (window.testRunner) |
| 16 | testRunner.dumpAsText(); |
mitz@apple.com | 5ded92f | 2008-11-29 21:40:23 +0000 | [diff] [blame] | 17 | </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> |
| 20 | REGRESSION (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> |