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

Unified Diff: LayoutTests/fast/dom/dom-parse-parsererror-expected.txt

Issue 771493002: Insert the error message block when stopping parsing and an error occurred Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix svg/custom/missing-xlink.svg Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/dom-parse-parsererror.html ('k') | Source/core/xml/parser/XMLDocumentParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/dom-parse-parsererror-expected.txt
diff --git a/LayoutTests/fast/dom/dom-parse-parsererror-expected.txt b/LayoutTests/fast/dom/dom-parse-parsererror-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bfc0fd0877d7c0b504cf63431ed020876022e2dc
--- /dev/null
+++ b/LayoutTests/fast/dom/dom-parse-parsererror-expected.txt
@@ -0,0 +1,18 @@
+This tests parsing XHTML containing various syntax errors to make sure that a <parsererror> element is added.
+Namespace prefix x for test on span is not defined
+StartTag: invalid element name
+Failed to parse QName ':test'
+Opening and ending tag mismatch: em line 0 and span
+Opening and ending tag mismatch: span line 0 and body
+Opening and ending tag mismatch: body line 0 and span
+StartTag: invalid element name
+expected '>'
+Specification mandate value for attribute novalue
+error parsing attribute name
+Failed to parse QName '::'
+Failed to parse QName 'xmlns:'
+redefinition of the xmlns prefix is forbidden
+AttValue: " or ' expected
+error parsing attribute name
+StartTag: invalid element name
+Specification mandate value for attribute p1
« no previous file with comments | « LayoutTests/fast/dom/dom-parse-parsererror.html ('k') | Source/core/xml/parser/XMLDocumentParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698