Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
LayoutTests
/
svg
/
as-background-image
/
svg-as-background.html
blob: 345c34ab9ea9eab958442158f0cb102a78f02141 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
div
{
background
:
red
;
background-repeat
:
no-repeat
;
background-image
:
url
(
resources/green-fixed-size-rect.svg
);
height
:
100px
;
width
:
100px
;
}
</style>
</head>
<body
style
=
'
margin
:
0px
'
>
<div>
</div>
</body>
</html>