blob: f3f2604f98b86c2627e82e3afa3f287c9086047c [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div id="host"><div>host content</div></div>
<script>
if (window.testRunner)
window.testRunner.waitUntilDone();
var root = document.querySelector('#host').webkitCreateShadowRoot();
root.innerHTML = '<style>invalid { }</style>' +
'text<content></content>';
window.setTimeout(function() {
if (window.testRunner)
window.testRunner.notifyDone();
}, 0);
</script>
</body>
</html>