Sign in
webkit
/
WebKit
/
6b7c45f751131450b1675ef5b4b89fb3a0e35aba
/
.
/
LayoutTests
/
fast
/
images
/
cached-clipped-pdf.html
blob: 5d245de35190d869bad75c1b131adaea3eadf160 [
file
] [
log
] [
blame
]
<style>
img
{
width
:
200px
;
height
:
200px
;
}
</style>
<img
src
=
"resources/green_rectangle.pdf"
>
<script>
if
(
window
.
testRunner
&&
window
.
internals
)
window
.
internals
.
settings
.
setPDFImageCachingPolicy
(
"clipBoundsOnly"
);
</script>