haikuwebkit/LayoutTests/webarchive/resources/adopt-attribute-styled-body...

8 lines
330 B
HTML

<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>