Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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>