mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
8 lines
351 B
HTML
8 lines
351 B
HTML
<!DOCTYPE html>
|
|
<p>Test passes if it matches the reference.</p>
|
|
<div style="display: inline-grid; width: 100px;">
|
|
<div id="target" style="height: 100%;">
|
|
<img src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='green'/></svg>"
|
|
style="height: 100%">
|
|
</div>
|
|
</div>
|