gecko-dev/layout/reftests/font-matching/familyname-escapedidents-re...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 строки
266 B
HTML
Исходник Обычный вид История

<!DOCTYPE HTML>
<html>
<head>
<title>Escaped family names test</title>
<meta charset="UTF-8">
<style>
body { margin: 20px; }
#test, #test2 { font-family: serif; }
</style>
</head>
<body>
<p id=test>Should be serif</p>
<p id=test2>Should be serif</p>
</body>
</html>