Index: pkg/third_party/html5lib/test/data/tree-construction/tests4.dat |
diff --git a/pkg/third_party/html5lib/test/data/tree-construction/tests4.dat b/pkg/third_party/html5lib/test/data/tree-construction/tests4.dat |
deleted file mode 100644 |
index 3c506326d1f1318e1955e0a60a5bb968513d422a..0000000000000000000000000000000000000000 |
--- a/pkg/third_party/html5lib/test/data/tree-construction/tests4.dat |
+++ /dev/null |
@@ -1,59 +0,0 @@ |
-#data |
-direct div content |
-#errors |
-#document-fragment |
-div |
-#document |
-| "direct div content" |
- |
-#data |
-direct textarea content |
-#errors |
-#document-fragment |
-textarea |
-#document |
-| "direct textarea content" |
- |
-#data |
-textarea content with <em>pseudo</em> <foo>markup |
-#errors |
-#document-fragment |
-textarea |
-#document |
-| "textarea content with <em>pseudo</em> <foo>markup" |
- |
-#data |
-this is CDATA inside a <style> element |
-#errors |
-#document-fragment |
-style |
-#document |
-| "this is CDATA inside a <style> element" |
- |
-#data |
-</plaintext> |
-#errors |
-#document-fragment |
-plaintext |
-#document |
-| "</plaintext>" |
- |
-#data |
-setting html's innerHTML |
-#errors |
-Line: 1 Col: 24 Unexpected EOF in inner html mode. |
-#document-fragment |
-html |
-#document |
-| <head> |
-| <body> |
-| "setting html's innerHTML" |
- |
-#data |
-<title>setting head's innerHTML</title> |
-#errors |
-#document-fragment |
-head |
-#document |
-| <title> |
-| "setting head's innerHTML" |