blob: c78ead43abd728e22a8fe6523da534c4fd62c157 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<!--
Reftest for Bug 1367860
Reference for all cases
-->
<html>
<head>
<meta charset="UTF-8">
</head>
<body lang="ja" style="font-family: InvalidFontName;">
<div>These two lines should be exactly the same.</div>
<div>These two lines should be exactly the same.</div>
</body>
</html>
|