зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
306 B
HTML
16 строки
306 B
HTML
<!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>
|