haikuwebkit/LayoutTests/quicklook/excel.html

13 lines
214 B
HTML

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