Sign in
webkit
/
WebKit
/
a847461eedf68a16e2d2491447608ea3bf9d7890
/
.
/
LayoutTests
/
fast
/
dom
/
shadow
/
content-reprojection-complex-expected.html
blob: d327ef1cf1b30440cca6b609abe1cabeca8bff69 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<p>
This test ensures that content element cannot select elements assigned to a shadow element.
</p>
<div
id
=
"host1"
>
<h2>
A
</h2>
<div>
A
</div>
<div>
A
</div>
<div>
A
</div>
<h2>
B
</h2>
<div>
B
</div>
<div>
B
</div>
</div>
</html>