From 8f91c777559748fa6e857d9fc1f4ae079a532813 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 3 Oct 2016 16:03:15 -0400 Subject: Adding ability to serve TLS directly from Mattermost server (#4119) --- .../html/testdata/webkit/pending-spec-changes.dat | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 vendor/golang.org/x/net/html/testdata/webkit/pending-spec-changes.dat (limited to 'vendor/golang.org/x/net/html/testdata/webkit/pending-spec-changes.dat') diff --git a/vendor/golang.org/x/net/html/testdata/webkit/pending-spec-changes.dat b/vendor/golang.org/x/net/html/testdata/webkit/pending-spec-changes.dat new file mode 100644 index 000000000..5a9208465 --- /dev/null +++ b/vendor/golang.org/x/net/html/testdata/webkit/pending-spec-changes.dat @@ -0,0 +1,52 @@ +#data + +#errors +21: Start tag seen without seeing a doctype first. Expected “”. +31: “frameset” start tag seen. +31: End of file seen and there were open elements. +#document +| +| +| + +#data +
foo
bar +#errors +47: End tag “table” did not match the name of the current open element (“svg”). +47: “table” closed but “caption” was still open. +47: End tag “table” seen, but there were open elements. +36: Unclosed element “svg”. +#document +| +| +| +| +| +|
+| +| "foo" +| "bar" + +#data +
+#errors +7: Start tag seen without seeing a doctype first. Expected “”. +30: A table cell was implicitly closed, but there were open elements. +26: Unclosed element “desc”. +20: Unclosed element “svg”. +37: Stray end tag “desc”. +45: End of file seen and there were open elements. +45: Unclosed element “circle”. +7: Unclosed element “table”. +#document +| +| +| +| +| +| +|
+| +| +| +| -- cgit v1.2.3-1-g7c22