OLD | NEW |
1 This tests that the toString() function does not enumerate. | 1 This tests that the toString() function does not enumerate. |
2 | 2 |
3 PASS: the toString function is not enumerable for Location. | 3 PASS: the toString function is not enumerable for Location. |
4 PASS: the toString function is not enumerable for Selection. | |
5 PASS: the toString function is not enumerable for HTMLDivElement. | 4 PASS: the toString function is not enumerable for HTMLDivElement. |
6 PASS: the toString function is not enumerable for HTMLDocument. | 5 PASS: the toString function is not enumerable for HTMLDocument. |
7 PASS: the toString function is not enumerable for Object. | 6 PASS: the toString function is not enumerable for Object. |
8 PASS: the toString function is not enumerable for Array. | 7 PASS: the toString function is not enumerable for Array. |
9 | 8 |
OLD | NEW |