Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
svg
/
as-image
/
svg-image-with-data-uri-background-expected.html
blob: 66fe5fdb7c4bd784c9f2b107bb6a179f7bd8e9f7 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
width
:
200px
;
height
:
200px
;
background-color
:
red
;
background-image
:
url
(
"resources/image-with-nested-rects.svg"
);
}
</style>
</head>
<body>
<div></div>
</body>
</html>