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