haikuwebkit/LayoutTests/quicklook/password-protected.html

13 lines
233 B
HTML

<!DOCTYPE html>
<script>
if (window.internals)
internals.setQuickLookPassword("test");
</script>
<style>
iframe {
width: 100vw;
height: 100vh;
}
</style>
<iframe src="resources/password-protected.pages"></iframe>