mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
13 lines
356 B
HTML
13 lines
356 B
HTML
<div id="a">hello <button id="b">world</button>
|
|
<span id="f"></span>
|
|
<div id="c">
|
|
<template shadowrootmode="open">
|
|
shadow dom
|
|
<div id="d">
|
|
<template shadowrootmode="open">
|
|
<a id="e">deep text</a>
|
|
</template>
|
|
</div>
|
|
</template>
|
|
</div>
|
|
</div> |