Auto merge of #8521 - notriddle:test_7780, r=mrobinson

Add test for #7780

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8521)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-11-16 20:26:44 +05:30
commit f8c2c3c3e4
2 changed files with 8 additions and 0 deletions

View file

@ -10,5 +10,9 @@
<span style="color: transparent;"><img src="100x100_green.png"></span>
<img style="filter: blur(0px);" src="100x100_green.png">
</div>
<div style="font-size: 25px">
<span style="transform:scale(1)">X</span>
<span style="transform:scale(1)">O</span>
</div>
</body>
</html>

View file

@ -8,5 +8,9 @@
<span style="color: transparent;"><img src="100x100_green.png"></span>
<img src="100x100_green.png">
</div>
<div style="font-size: 25px">
<span>X</span>
<span>O</span>
</div>
</body>
</html>