mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
c4acc63775
This roll includes: - https://crrev.com/570566 - DevTools: teach DOM.getBoxModel to work with SVG nodes Fixes #1247.
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>
|