Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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>