OLD | NEW |
1 CRASH: Omitting terminal question mark in <?xml...?> declaration (above) causes
access violation. | 1 CRASH: Omitting terminal question mark in <?xml...?> declaration (above) causes
access violation. |
2 | 2 |
3 This tests the both the HTML parser (.html extension), which is where the crash
was observed, and the XML parser (in an iframe). | 3 This tests the both the HTML parser (.html extension), which is where the crash
was observed, and the XML parser (in an iframe). |
4 See https://bugs.webkit.org/show_bug.cgi?id=17814 | 4 See https://bugs.webkit.org/show_bug.cgi?id=17814 |
5 | 5 |
6 If you don't crash, you pass. A parsing error in the "xml-parser" subframe is ex
pected. | 6 If you don't crash, you pass. A parsing error in the "xml-parser" subframe is ex
pected. |
7 | 7 |
8 | 8 |
9 | 9 |
10 -------- | 10 -------- |
11 Frame: 'xml-parser' | 11 Frame: 'xml-parser' |
12 -------- | 12 -------- |
13 This page contains the following errors: | 13 This page contains the following errors: |
14 | 14 |
15 error on line 1 at column 19: Blank needed here | 15 error on line 1 at column 20: Blank needed here |
16 Below is a rendering of the page up to the first error. | 16 Below is a rendering of the page up to the first error. |
OLD | NEW |