summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/API/tests/minidom.html
blob: 7ea4747529469705f551d9e9b6bec3c2afed7f70 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
<script src="minidom.js"></script>
</head>

<body onload="test()">
    <pre id='pre'></pre>
</body>
</html>