Bug 1325038 - Part 2. Reftest for bug 1324809. r=heycam

MozReview-Commit-ID: BAP6UkwTV5J

--HG--
extra : rebase_source : 2ef7fa2ed51b2473114a5c16112ab86b0518d098
This commit is contained in:
cku 2017-01-11 00:11:42 +08:00
Родитель 2ccbd7a896
Коммит 3a2f71af0e
3 изменённых файлов: 40 добавлений и 0 удалений

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

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html class="reftest-wait">
<style type="text/css">
div {
border: 1px solid grey;
width: 100px;
color: black;
}
</style>
<div>
<span id="myspan">Wrapped sentence</span>
</div>
<script>
window.addEventListener("MozReftestInvalidate",
function() {
document.getElementById("myspan").style.filter = "opacity(50%)";
document.documentElement.classList.remove("reftest-wait");
}, false);
</script>
</html>

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

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<style type="text/css">
div {
border: 1px solid grey;
width: 100px;
color: rgba(0,0,0,0.5);
}
</style>
<div>
<span id="myspan">Wrapped sentence</span>
</div>
</html>

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

@ -465,3 +465,5 @@ default-preferences
== paint-on-maskLayer-1a.html paint-on-maskLayer-1-ref.html == paint-on-maskLayer-1a.html paint-on-maskLayer-1-ref.html
== paint-on-maskLayer-1b.html paint-on-maskLayer-1-ref.html == paint-on-maskLayer-1b.html paint-on-maskLayer-1-ref.html
== paint-on-maskLayer-1c.html paint-on-maskLayer-1-ref.html == paint-on-maskLayer-1c.html paint-on-maskLayer-1-ref.html
fuzzy(71,817) == filter-on-continuation-box-01.html filter-on-continuation-box-ref.html