зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1419528
- Add a reftest for box shadow with zero attributes. r=kats
MozReview-Commit-ID: CwKzjv6pMF7
This commit is contained in:
Родитель
b2c0abd643
Коммит
3ebfc01b38
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
.outer {
|
||||
display: flex;
|
||||
}
|
||||
.inner {
|
||||
padding-bottom: 6px;
|
||||
padding-top: 10 px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="outer">
|
||||
<ul class="inner">
|
||||
Testing
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
.outer {
|
||||
display: flex;
|
||||
}
|
||||
.inner {
|
||||
padding-bottom: 6px;
|
||||
padding-top: 10 px;
|
||||
box-shadow: inset 0 0 0 0 #000;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="outer">
|
||||
<ul class="inner">
|
||||
Testing
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -7,4 +7,5 @@ skip-if(!asyncPan) == 1086723.html 1086723-ref.html
|
|||
skip-if(Android) fuzzy-if(skiaContent,1,587) == 1143303-1.svg pass.svg
|
||||
fuzzy(100,30) == 1149923.html 1149923-ref.html # use fuzzy due to few distorted pixels caused by border-radius
|
||||
== 1131264-1.svg pass.svg
|
||||
== 1419528.html 1419528-ref.html
|
||||
== 1424673.html 1424673-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче