gecko-dev/layout/reftests/font-matching/1367860-1.htm
Kevin Hsieh 3e2984d1e1 Bug 1367860 (part 5) - Add testcases. r=dbaron
MozReview-Commit-ID: E29lR1RMDp4
2017-08-18 14:46:45 -07:00

21 lines
442 B
HTML

<!DOCTYPE html>
<!--
Reftest for Bug 1367860
Case 1: Language tag on ancestor / font-family on descendant
(passes before patch)
-->
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div lang="ja" style="font-family: InvalidFontName;">
These two lines should be exactly the same.
</div>
<div lang="ja"><div style="font-family: InvalidFontName;">
These two lines should be exactly the same.
</div></div>
</body>
</html>