Sign in
webkit
/
WebKit
/
576a979610e4022489e162a6cf99857a249b2267
/
.
/
LayoutTests
/
fast
/
images
/
pdf-as-background.html
blob: 4a63fb380af8bcb6e586ec83bb66888efe73e5f9 [
file
] [
log
] [
blame
]
<html>
<body
style
=
'
margin
:
0px
'
>
<div
style
=
'
background
:
red
;
background-repeat
:
no-repeat
;
background-image
:
url
(
resources/green_rectangle.pdf
);
height
:
100px
;
width
:
100px
'
>
</div>
</body>
</html>