blob: ff12d6d997221ac68927013309f8abde0e622719 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<xht:input id="test"></xht:input>
<script>
var source = document.getElementById('test');
var imported = document.importNode(source, true);
shouldBe('imported.constructor', 'source.constructor');
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>