Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
quicklook
/
password-protected.html
blob: fff14e545d3f08a53c30b733dcb54ddb223f3bc2 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script>
if
(
window
.
internals
)
internals
.
setQuickLookPassword
(
"test"
);
</script>
<style>
iframe
{
width
:
100vw
;
height
:
100vh
;
}
</style>
<iframe
src
=
"resources/password-protected.pages"
></iframe>