playwright/test/assets/frames/frame.html
Dmitry Gozman d4f0084f67
chore: move element coordinates handling to common (#139)
Browser now implement boundingBox(), contentQuads() and layoutViewport().
2019-12-05 09:54:50 -08:00

13 lines
212 B
HTML

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