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 14b3ea1 commit 47e8a65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/tests.qmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
pagetitle: "Test Results"
---

<div>
<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%;" onload="resizeIframe(this);"/>
<iframe id="test_iframe" src="../allure/index.html" style="width:100%; height:100%;" onload="resizeIframe(this);"/>
:::
</div>

0 comments on commit 47e8a65

Please sign in to comment.