Sign in
webkit
/
WebKit
/
a847461eedf68a16e2d2491447608ea3bf9d7890
/
.
/
LayoutTests
/
fast
/
dom
/
shadow
/
content-reprojection-shadow-expected.html
blob: 7c9d9cad0108126b5b9b4f4aa3b4257f9d0c842d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<p>
This test ensures that elements distributed to a content element can be taken from a shadow element
</p>
<div
id
=
"host1"
>
<div>
These elements
</div>
<div>
should be
</div>
<div>
reprojected
</div>
<div>
A
</div>
</div>
</html>