blob: 8294ae672d15643b1d8eeb8c9914fa93fe4e879a (
plain)
1
2
3
4
5
6
7
8
|
<!doctype html>
<title>CSS Test Reference</title>
<p>Should see a green image with a blue border</p>
<div>
<span style="border: 10px solid blue">
<img src="resources/rect.svg">
</span>
</div>
|