Comment-constructor.html (363B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>Comment constructor</title> 4 <link rel=help href="https://dom.spec.whatwg.org/#dom-comment"> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 <script src="Comment-Text-constructor.js"></script> 8 <div id="log"></div> 9 <script> 10 test_constructor("Comment"); 11 </script>