Sign in
webkit
/
WebKit
/
a847461eedf68a16e2d2491447608ea3bf9d7890
/
.
/
LayoutTests
/
fast
/
dom
/
shadow
/
shadowdom-for-button-only-shadow-expected.html
blob: b57b694b25789bf88f68afaa2a7a418138ee6312 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script
src
=
"resources/polyfill.js"
></script>
<p>
When the AuthorShadowDOM has only a shadow element, this should be rendered like no Shadow DOM is added.
</p>
<form>
<button>
button
</button>
</form>
</body>
</html>