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