mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
9 lines
521 B
HTML
9 lines
521 B
HTML
<!DOCTYPE html>
|
|
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1233330">
|
|
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
|
|
<p>Test passes if there is a filled green square.</p>
|
|
<div style="background: green; height: 100px; width: min-content; display:flex; flex-direction:column;">
|
|
<div style="height:100%;">
|
|
<img style="min-height: 100%;" src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1px' height='1px'></svg>" />
|
|
</div>
|
|
</div>
|