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