blob: 57c367abb31a62c2457137cddebaced3e35772cc [file] [log] [blame]
<style>
.target {
color: blue;
}
</style>
<script>
var importDoc = document.currentScript.ownerDocument;
var style = importDoc.querySelector('style');
document.head.appendChild(style);
</script>