Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>