4 src: url(../../resources/Ahem.ttf);
8 font-family: local-and-url;
9 src: local(Arial), url(../../resources/Ahem.ttf);
12 <body onload=
"document.body.offsetTop">
14 Test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=32257">https://bugs.webkit.org/show_bug.cgi?id=
32257</a>
15 Safari/Chromium crashes on complicated @font-face rule
</i>.
18 The test passes if it does not crash.
20 <div style=
"font-family: url-only">
23 <div style=
"font-family: local-and-url">
27 if (window
.testRunner
)
28 testRunner
.dumpAsText();
30 // Force layout now to kick off font loading before the load even fires.
31 document
.body
.offsetTop
;