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