omegafox/tests/assets/frames/frame.html
daijro 68216153f3 Add Playwright tests
Adds Playwright's async tests to ensure that functionality is not broken.
2024-11-03 06:14:39 -06:00

15 lines
254 B
HTML

<link rel='stylesheet' href='./style.css'>
<script src='./script.js' type='text/javascript'></script>
<style>
body {
height: 100px;
margin: 8px;
border: 0;
background-color: #555;
}
div {
line-height: 18px;
}
</style>
<div>Hi, I'm frame</div>