| OLD | NEW |
| 1 CONSOLE ERROR: line 7: Uncaught SyntaxError: Unexpected token & | 1 CONSOLE ERROR: line 11: Uncaught SyntaxError: Unexpected token & |
| 2 Test parsing of entity-escaped </script> tag for Bug 7931: Escaped elements with
in a textarea block can cause the textarea box to be closed prematurely | 2 Test parsing of entity-escaped </script> tag for Bug 7931: Escaped elements with
in a textarea block can cause the textarea box to be closed prematurely |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS Got expected error: 'SyntaxError' | 7 PASS Got expected error: 'SyntaxError' |
| 8 PASS document.getElementById("myscript").textContent is expectedResult | 8 PASS document.getElementById("myscript").textContent is expectedResult |
| 9 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
| 10 | 10 |
| 11 TEST COMPLETE | 11 TEST COMPLETE |
| 12 | 12 |
| OLD | NEW |