From 621e49bb465f500cc46d47e39e828cf76d6381d7 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 24 Jul 2018 14:35:44 +0200 Subject: update vendor --- .../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 0000000..5a92084 --- /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