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

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

<div style="align: right;">

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

0 comments on commit e1f6a79

Please sign in to comment.