mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
6 lines
186 B
HTML
6 lines
186 B
HTML
<!DOCTYPE html>
|
|
<div style="background: green">
|
|
<div>Expected: a black square on green background.</div>
|
|
<svg style="width: 200px; height: 200px; background: black">
|
|
</svg>
|
|
</div>
|