Skip to content

Commit

Permalink
Update Smoke-Tests-Results.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asaccool authored Apr 10, 2024
1 parent 4215585 commit 2bc2226
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/contributors/Smoke-Tests-Results.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ nav_order: 1
.then(function(html) {
let iframe = document.createElement('iframe');
iframe.frameBorder=0;
iframe.width="100%";
iframe.height="100%";
iframe.style = "width: 65vw; height: 100%; position: fixed;"
iframe.id="display";
document.getElementById('smoke-test-report-content').appendChild(iframe);
let iframeDoc = iframe.contentWindow.document;
Expand Down

0 comments on commit 2bc2226

Please sign in to comment.