mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
7 lines
440 B
HTML
7 lines
440 B
HTML
<!DOCTYPE html>
|
|
<link rel="match" href="../expected/background-size-near-zero-svg-ref.html">
|
|
<div style="background-image: url(../data/50x50-green.svg);
|
|
width: 100px; height: 100px; background-size: 0.2px 0.2px">
|
|
</div>
|
|
<!-- FIXME: Workaround to ensure CSS background-image is loaded before taking screenshot: https://github.com/LadybirdBrowser/ladybird/issues/3448 -->
|
|
<img style="display: none" src="../data/50x50-green.svg">
|