Bug 1404057 - stylo: Add reftest for ensuring lang is not reset by the `all` shorthand ; r=xidorn

MozReview-Commit-ID: HgjJDwUM6Ju
This commit is contained in:
Manish Goregaokar 2017-10-03 08:30:34 -07:00
Родитель 63f30a0c62
Коммит 5c93502309
4 изменённых файлов: 38 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,12 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
div {
height: 2em;
}
</style>
<body>
<div lang="ja"></div>
<div lang="ja"></div>
<div lang="ja"></div>
</body>

Просмотреть файл

@ -0,0 +1,12 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
div {
height: 2em;
}
</style>
<body>
<div lang="zh-CN"></div>
<div lang="ja"></div>
<div lang="ja"></div>
</body>

Просмотреть файл

@ -0,0 +1,12 @@
<!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>

Просмотреть файл

@ -2042,3 +2042,5 @@ needs-focus != 1377447-1.html 1377447-2.html
== 1398500-1.html 1398500-1-ref.html
== 1401317.html 1401317-ref.html
== 1401992.html 1401992-ref.html
== 1404057.html 1404057-ref.html
!= 1404057.html 1404057-noref.html