haikuwebkit/LayoutTests/quicklook/powerpoint.html

13 lines
219 B
HTML

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