Skip to content

Commit

Permalink
Update tests.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 9, 2024
1 parent f1b2758 commit b41e02c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/tests.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
pagetitle: "Test Results"
---

<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px';
}
</script>
::: {.column-screen}
<iframe src="../allure/index.html" style="width:100%; height:100%;">
</iframe>
<iframe src="../allure/index.html" style="width:100%; height:100%;" onload="resizeIframe(this)"/>
:::

0 comments on commit b41e02c

Please sign in to comment.