Sign in
webkit
/
WebKit
/
67ef48bf3155a8b5a1fc5ba0a7b64489ec5a0874
/
.
/
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>