45ab3e0332
This adds a proof-of-concept of `puppeteer-firefox`. This consists of two parts: - `//experimental/juggler` - patches to apply to Firefox. - `//experimental/puppeteer-firefox` - front-end code to be merged with Puppeteer. As things become more stable, we'll gradually move it out of the experimental folder.
9 lines
173 B
HTML
9 lines
173 B
HTML
<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>
|