Sign in
webkit
/
WebKit
/
a847461eedf68a16e2d2491447608ea3bf9d7890
/
.
/
LayoutTests
/
fast
/
dom
/
shadow
/
shadowdom-for-select-complex-shadow-expected.html
blob: b06595a74da4ab4d9e7c4a395c4302b56036f880 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script
src
=
"resources/polyfill.js"
></script>
<p>
A mixed case of a shadow element and content element.
</p>
<form>
<div
style
=
"
margin
:
20px
"
>
<select></select>
</div>
<input
id
=
"submit"
type
=
"submit"
value
=
"Submit"
>
</form>