summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/parser
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/tests/conformance-checkers/html/parser
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/parser')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/parser/cr-charref-novalid.html1
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/parser/range-charref-novalid.html1
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/parser/u000b-charref-novalid.html1
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/parser/u000b-novalid.html1
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/parser/u007f-charref-novalid.html1
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/parser/u10ffff-charref-novalid.html1
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/parser/ufffe-charref-novalid.html1
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/parser/unassigned-charref-novalid.html1
8 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/parser/cr-charref-novalid.html b/testing/web-platform/tests/conformance-checkers/html/parser/cr-charref-novalid.html
new file mode 100644
index 000000000..d517ec011
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/parser/cr-charref-novalid.html
@@ -0,0 +1 @@
+<!doctype html><meta charset=utf-8><title>&amp;#x0d;</title><p>There should be an error.&#x0d;
diff --git a/testing/web-platform/tests/conformance-checkers/html/parser/range-charref-novalid.html b/testing/web-platform/tests/conformance-checkers/html/parser/range-charref-novalid.html
new file mode 100644
index 000000000..304b25fb9
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/parser/range-charref-novalid.html
@@ -0,0 +1 @@
+<!doctype html><meta charset=utf-8><title>&amp;#x110000;</title><p>There should be an error.&#x110000;
diff --git a/testing/web-platform/tests/conformance-checkers/html/parser/u000b-charref-novalid.html b/testing/web-platform/tests/conformance-checkers/html/parser/u000b-charref-novalid.html
new file mode 100644
index 000000000..c31ade018
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/parser/u000b-charref-novalid.html
@@ -0,0 +1 @@
+<!doctype html><meta charset=utf-8><title>&amp;#x000B;</title><p>There should be an error.&#x000B;
diff --git a/testing/web-platform/tests/conformance-checkers/html/parser/u000b-novalid.html b/testing/web-platform/tests/conformance-checkers/html/parser/u000b-novalid.html
new file mode 100644
index 000000000..d35d7ca34
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/parser/u000b-novalid.html
@@ -0,0 +1 @@
+<!doctype html><meta charset=utf-8><title>U+000B</title><p>There should be an error.
diff --git a/testing/web-platform/tests/conformance-checkers/html/parser/u007f-charref-novalid.html b/testing/web-platform/tests/conformance-checkers/html/parser/u007f-charref-novalid.html
new file mode 100644
index 000000000..1dba4b5d2
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/parser/u007f-charref-novalid.html
@@ -0,0 +1 @@
+<!doctype html><meta charset=utf-8><title>&amp;#x007F;</title><p>There should be an error.&#x007F;
diff --git a/testing/web-platform/tests/conformance-checkers/html/parser/u10ffff-charref-novalid.html b/testing/web-platform/tests/conformance-checkers/html/parser/u10ffff-charref-novalid.html
new file mode 100644
index 000000000..f823390a0
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/parser/u10ffff-charref-novalid.html
@@ -0,0 +1 @@
+<!doctype html><meta charset=utf-8><title>&amp;#x10FFFF;</title><p>There should be an error.&#x10FFFF;
diff --git a/testing/web-platform/tests/conformance-checkers/html/parser/ufffe-charref-novalid.html b/testing/web-platform/tests/conformance-checkers/html/parser/ufffe-charref-novalid.html
new file mode 100644
index 000000000..0ddab4a42
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/parser/ufffe-charref-novalid.html
@@ -0,0 +1 @@
+<!doctype html><meta charset=utf-8><title>&amp;#xFFFE;</title><p>There should be an error.&#xFFFE;
diff --git a/testing/web-platform/tests/conformance-checkers/html/parser/unassigned-charref-novalid.html b/testing/web-platform/tests/conformance-checkers/html/parser/unassigned-charref-novalid.html
new file mode 100644
index 000000000..4e4c74898
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/parser/unassigned-charref-novalid.html
@@ -0,0 +1 @@
+<!doctype html><meta charset=utf-8><title>&amp;#xfdd0;</title><p>There should be an error.&#xfdd0;