Index: pkg/third_party/html5lib/test/data/tree-construction/adoption02.dat |
diff --git a/pkg/third_party/html5lib/test/data/tree-construction/adoption02.dat b/pkg/third_party/html5lib/test/data/tree-construction/adoption02.dat |
deleted file mode 100644 |
index d18151b44f0e3a034278d9c7120119db084e832d..0000000000000000000000000000000000000000 |
--- a/pkg/third_party/html5lib/test/data/tree-construction/adoption02.dat |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-#data |
-<b>1<i>2<p>3</b>4 |
-#errors |
-#document |
-| <html> |
-| <head> |
-| <body> |
-| <b> |
-| "1" |
-| <i> |
-| "2" |
-| <i> |
-| <p> |
-| <b> |
-| "3" |
-| "4" |
- |
-#data |
-<a><div><style></style><address><a> |
-#errors |
-#document |
-| <html> |
-| <head> |
-| <body> |
-| <a> |
-| <div> |
-| <a> |
-| <style> |
-| <address> |
-| <a> |
-| <a> |