summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/resources/invalid-xml-utf8.xml
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/resources/invalid-xml-utf8.xml')
-rw-r--r--LayoutTests/fast/encoding/resources/invalid-xml-utf8.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/resources/invalid-xml-utf8.xml b/LayoutTests/fast/encoding/resources/invalid-xml-utf8.xml
new file mode 100644
index 0000000..b47850e
--- /dev/null
+++ b/LayoutTests/fast/encoding/resources/invalid-xml-utf8.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<root>
+ <fail> This is an invalid byte in UTF-8: ¿ </fail>
+ <test/> <!-- shouldn't ever be parsed, as the parser should abort at the first sign of non-well-formedness -->
+</root>