Chromium Code Reviews| Index: pkg/third_party/html5lib/test/data/tree-construction/isindex.dat |
| diff --git a/pkg/third_party/html5lib/test/data/tree-construction/isindex.dat b/pkg/third_party/html5lib/test/data/tree-construction/isindex.dat |
| deleted file mode 100644 |
| index 88325ffe64c5c7c83ab101b45da9e89bf3f9b73b..0000000000000000000000000000000000000000 |
| --- a/pkg/third_party/html5lib/test/data/tree-construction/isindex.dat |
| +++ /dev/null |
| @@ -1,40 +0,0 @@ |
| -#data |
| -<isindex> |
| -#errors |
| -#document |
| -| <html> |
| -| <head> |
| -| <body> |
| -| <form> |
| -| <hr> |
| -| <label> |
| -| "This is a searchable index. Enter search keywords: " |
| -| <input> |
| -| name="isindex" |
| -| <hr> |
| - |
| -#data |
| -<isindex name="A" action="B" prompt="C" foo="D"> |
| -#errors |
| -#document |
| -| <html> |
| -| <head> |
| -| <body> |
| -| <form> |
| -| action="B" |
| -| <hr> |
| -| <label> |
| -| "C" |
| -| <input> |
| -| foo="D" |
| -| name="isindex" |
| -| <hr> |
| - |
| -#data |
| -<form><isindex> |
| -#errors |
| -#document |
| -| <html> |
| -| <head> |
| -| <body> |
| -| <form> |