Sign in
webkit
/
WebKit
/
6b7c45f751131450b1675ef5b4b89fb3a0e35aba
/
.
/
LayoutTests
/
fast
/
images
/
cached-clipped-pdf-expected.html
blob: 0b0c98848f7e1f69a92b6b1a66d07a87072c5fa2 [
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
(
"enabled"
);
</script>