servo/tests/wpt/web-platform-tests/svg/render/reftests/blending-svg-root-ref.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>