haikuwebkit/LayoutTests/quicklook/word.html

13 lines
213 B
HTML

<!DOCTYPE html>
<script>
if (window.testRunner)
testRunner.dumpDOMAsWebArchive();
</script>
<style>
iframe {
width: 100vw;
height: 100vh;
}
</style>
<iframe src="resources/word.docx"></iframe>