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 dd02e59 commit bdaaf5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tests.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
pagetitle: "Test Results"
---

<div>
<div style="align: right;">
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px';
}
</script>

::: {.column-screen}
<iframe id="test_iframe" src="../allure/index.html" style="width:80%; height:100%;" onload="resizeIframe(this);"/>
<iframe id="test_iframe" src="../allure/index.html" style="width:89%; height:100%;" onload="resizeIframe(this);"/>
:::
</div>

0 comments on commit bdaaf5c

Please sign in to comment.