Chromium Code Reviews| Index: pkg/third_party/html5lib/test/data/tree-construction/inbody01.dat |
| diff --git a/pkg/third_party/html5lib/test/data/tree-construction/inbody01.dat b/pkg/third_party/html5lib/test/data/tree-construction/inbody01.dat |
| deleted file mode 100644 |
| index 3f2bd374c033be8a0320cbac18bdce10268f6b1f..0000000000000000000000000000000000000000 |
| --- a/pkg/third_party/html5lib/test/data/tree-construction/inbody01.dat |
| +++ /dev/null |
| @@ -1,43 +0,0 @@ |
| -#data |
| -<button>1</foo> |
| -#errors |
| -#document |
| -| <html> |
| -| <head> |
| -| <body> |
| -| <button> |
| -| "1" |
| - |
| -#data |
| -<foo>1<p>2</foo> |
| -#errors |
| -#document |
| -| <html> |
| -| <head> |
| -| <body> |
| -| <foo> |
| -| "1" |
| -| <p> |
| -| "2" |
| - |
| -#data |
| -<dd>1</foo> |
| -#errors |
| -#document |
| -| <html> |
| -| <head> |
| -| <body> |
| -| <dd> |
| -| "1" |
| - |
| -#data |
| -<foo>1<dd>2</foo> |
| -#errors |
| -#document |
| -| <html> |
| -| <head> |
| -| <body> |
| -| <foo> |
| -| "1" |
| -| <dd> |
| -| "2" |