Sign in
webkit
/
WebKit
/
a847461eedf68a16e2d2491447608ea3bf9d7890
/
.
/
LayoutTests
/
fast
/
dom
/
shadow
/
shadowdom-for-textarea-only-shadow-expected.html
blob: dbfe044de89427193637b1ce64cce4abafc0703e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<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>
<textarea>
Something in the air
</textarea>
</form>