OLD | NEW |
1 This test checks that a correct exception is raised when calculating the base va
lue of a dot expression fails. | 1 This test checks that a correct exception is raised when calculating the base va
lue of a dot expression fails. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS (document.appendChild()).foobar() threw exception Error: NotFoundError: DOM
Exception 8. | 6 PASS (document.appendChild()).foobar() threw exception NotFoundError: An attempt
was made to reference a Node in a context where it does not exist.. |
7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
8 | 8 |
9 TEST COMPLETE | 9 TEST COMPLETE |
10 | 10 |
OLD | NEW |