Bug 1341642 - Add a reftest for :-moz-broken r=emilio

MozReview-Commit-ID: FiWwxDq47W1

--HG--
extra : rebase_source : fae032d6a4d060cacb2c8b2069cfa4368dc59b07
This commit is contained in:
Nazım Can Altınova 2017-03-20 17:47:59 +03:00
parent 8a533e93cf
commit 6d7bb2e928
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<!DOCTYPE html>
<style>
img {
border: 10px solid green;
}
</style>
<img src="nosuch:url">

View File

@ -0,0 +1,7 @@
<!DOCTYPE html>
<style>
:-moz-broken {
border: 10px solid green;
}
</style>
<img src="nosuch:url">

View File

@ -126,3 +126,5 @@ fuzzy(1,1) == image-orientation-background.html?90&flip image-orientation-r
== image-resize-percent-height.html image-resize-ref.html
== image-resize-percent-width.html image-resize-ref.html
== moz-broken-matching-1.html moz-broken-matching-1-ref.html