| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <script src="resources/polyfill.js"></script> | |
| <p>When a button element has a shadow dom having a shadow element, it should get the children of the button element.</p> | |
| <button>Kotori Otonashi</button> | |
| <button>FOO foo Kotori bar BAR</button> | |
| </body> | |
| </html> |