зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
63f30a0c62
Коммит
5c93502309
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче