1
0
Fork 0
firefox/testing/web-platform/tests/svg/path/property/d-interpolation-within-document-referenced-via-background-image-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

15 lines
431 B
HTML

<!DOCTYPE html>
<meta charset=utf-8>
<style>
div {
display: inline-block;
width: 96px;
height: 96px;
background-repeat: no-repeat;
background-size: 100% 100%;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cstyle%3E path { fill: none; stroke-width: 2; stroke: black; } %3C/style%3E%3Cpath d='M2 2l20 0' /%3E%3C/svg%3E");
}
</style>
<div></div>