diff options
Diffstat (limited to 'src/pkg/html/testdata/webkit/pending-spec-changes.dat')
| -rw-r--r-- | src/pkg/html/testdata/webkit/pending-spec-changes.dat | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/pkg/html/testdata/webkit/pending-spec-changes.dat b/src/pkg/html/testdata/webkit/pending-spec-changes.dat deleted file mode 100644 index e00ee85d3b..0000000000 --- a/src/pkg/html/testdata/webkit/pending-spec-changes.dat +++ /dev/null @@ -1,28 +0,0 @@ -#data -<input type="hidden"><frameset> -#errors -21: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”. -31: “frameset” start tag seen. -31: End of file seen and there were open elements. -#document -| <html> -| <head> -| <frameset> - -#data -<!DOCTYPE html><table><caption><svg>foo</table>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 -| <!DOCTYPE html> -| <html> -| <head> -| <body> -| <table> -| <caption> -| <svg svg> -| "foo" -| "bar" |
