mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
8 lines
200 B
HTML
8 lines
200 B
HTML
<!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>
|