gecko-dev/layout/reftests/bugs/1404057.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
216 B
HTML
Raw Normal View History

<!DOCTYPE html>
<meta charset="UTF-8">
<style>
div {
height: 2em;
}
</style>
<body lang="zh-CN">
<div></div>
<div lang="ja"></div>
<div><div lang="ja" style="all: inherit"></div></div>
</body>