mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add test for #7780.
This commit is contained in:
parent
4f855dc63a
commit
4aa26b682b
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue