gecko/layout/reftests/text/variation-selector-unsupported-1-ref.html
Karl Tomlinson 581f5230c4 test for bug 427672, unsupported variation selector
--HG--
extra : transplant_source : %E0%08%96%0E9%1AY%90%AEG%F7%AA9K%89%FD%F0%3B%3D%ED
2010-12-14 08:44:14 +13:00

21 lines
385 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
@font-face {
font-family: "MarkA";
src: url(../fonts/markA.otf);
}
body { font-family: MarkA; }
</style>
</head>
<body>
A
</body>
</html>