mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 21:43:24 +00:00
3e2984d1e1
MozReview-Commit-ID: E29lR1RMDp4
16 lines
306 B
HTML
16 lines
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>
|