blob: ef47dbd52f2f189c59c8d21b790a76de7981e7bd [file] [log] [blame]
<script>
if (!window.parent.bodyToAdopt) {
alert("window.parent.bodyToAdopt is not set - Are you viewing this page as part of the adopt-attribute-styled-body test?");
return;
}
document.getElementsByTagName("html")[0].appendChild(document.adoptNode(window.parent.bodyToAdopt));
window.parent.bodyToAdopt = null;
</script>