Chromium Code Reviews| 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 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d18151b44f0e3a034278d9c7120119db084e832d |
| --- /dev/null |
| +++ b/pkg/third_party/html5lib/test/data/tree-construction/adoption02.dat |
| @@ -0,0 +1,31 @@ |
| +#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> |