summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/frames/frame.html
blob: 8f20d2da9fb106c5f2aaa09a654de539d2a6348a (plain)
1
2
3
4
5
6
7
8
<link rel='stylesheet' href='./style.css'>
<script src='./script.js' type='text/javascript'></script>
<style>
div {
  line-height: 18px;
}
</style>
<div>Hi, I'm frame</div>