Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: LayoutTests/platform/win/fast/parser/xml-declaration-missing-ending-mark-expected.txt

Issue 1203853002: Rebaseline after libxml update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: readd some failures Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698