Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
LayoutTests
/
svg
/
as-background-image
/
svg-as-background-1.html
blob: ef902f4f905fa979b7d8752f76b14079ca5316ef [
file
] [
log
] [
blame
]
<html>
<head>
<style>
div
{
background
:
red
;
background-repeat
:
no-repeat
;
background-image
:
url
(
resources/mouse-repel.svg
);
height
:
600px
;
width
:
800px
;
}
</style>
</head>
<body
style
=
'
margin
:
0px
'
>
<div>
</div>
</body>
</html>