blob: 7a0b9bcb4401895c648e962b1ae1c30156182853 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../../resources/js-test-pre.js"></script>
<script>
description("Check that SVGElement.xmlbase does not exist.");
var svgElement = document.createElementNS("http://www.w3.org/2000/svg", "svg");
shouldBeUndefined("svgElement.xmlbase");
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>