blob: 3d88546845734f81782756099b15f40ba0629b8a [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.addEventListener('load', function()
{
document.getElementsByTagName('input')[0].appendChild(document.createTextNode('FAIL'));
}, false);
</script>
</head>
<body>
Children of an element are never rendered if it has a shadow DOM subtree.<br>
Should not see the word FAIL below.<br>
<input type="datetime" />
</body>
</html>