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