gecko/layout/reftests/font-face/507960-1-woff-hint.html
Jonathan Kew b2508cbfdd Bug 507970, reftests for loading new WOFF font format and rejecting invalid fonts, r=jdaggett
--HG--
extra : rebase_source : 8645f63a6db39a0c04e9d59bd4fc486bd61d4d99
2009-09-17 12:17:08 +01:00

17 lines
230 B
HTML

<html>
<head>
<style type="text/css">
@font-face {
font-family: test;
src: url(../fonts/DeLarge/DeLarge.woff) format("woff");
}
body {
font-family: test;
}
</style>
</head>
<body>
HELLO WORLD
</body>
</html>