playwright/test/assets/frames/frame.html

16 lines
254 B
HTML
Raw Normal View History

2019-11-19 05:18:28 +03:00
<link rel='stylesheet' href='./style.css'>
<script src='./script.js' type='text/javascript'></script>
<style>
body {
2019-12-07 02:10:30 +03:00
height: 100px;
margin: 8px;
2019-12-07 02:10:30 +03:00
border: 0;
background-color: #555;
}
2019-11-19 05:18:28 +03:00
div {
line-height: 18px;
}
</style>
<div>Hi, I'm frame</div>