[email protected] | 1c9f333f | 2012-01-19 02:55:03 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | <html> | ||||
3 | <head> | ||||
4 | <meta charset="utf-8"> | ||||
[email protected] | efb08634 | 2013-11-05 00:56:21 | [diff] [blame] | 5 | <script src="../../resources/js-test.js"></script> |
[email protected] | 1c9f333f | 2012-01-19 02:55:03 | [diff] [blame] | 6 | </head> |
7 | <body> | ||||
8 | <script> | ||||
9 | |||||
10 | description("This test verifies that Node.childNodes returns the same NodeList when called repeatedly."); | ||||
11 | |||||
12 | shouldBe("document.documentElement.childNodes", "document.documentElement.childNodes"); | ||||
13 | shouldBeTrue("document.documentElement.childNodes === document.documentElement.childNodes"); | ||||
14 | |||||
15 | </script> | ||||
[email protected] | 1c9f333f | 2012-01-19 02:55:03 | [diff] [blame] | 16 | </body> |
17 | </html> |