blob: cf4485bb9415e0a888ff51c5a8a656cabec03cdf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description("Make sure we don't crash when setting HTMLDocument.constructor");
shouldNotThrow("document.constructor = 'test'");
</script>
</body>
<script src="../../../resources/js-test-post.js"></script>
</html>