summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-09-06 22:37:09 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-09-06 22:37:09 +0000
commitdc10ba2586c0d7cbfcc4426623b525f45053b134 (patch)
tree5d323f4184ece56b40bed4985782226370766e84 /test
parent59d6916bb8fb59528eecce450878babad992a30e (diff)
downloadlibhubbub-dc10ba2586c0d7cbfcc4426623b525f45053b134.tar.gz
libhubbub-dc10ba2586c0d7cbfcc4426623b525f45053b134.tar.bz2
Untested regression test case for attribute on first tr in table with no tbody.
svn path=/trunk/hubbub/; revision=5265
Diffstat (limited to 'test')
-rw-r--r--test/data/tree-construction/regression.dat17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/data/tree-construction/regression.dat b/test/data/tree-construction/regression.dat
index 1423ea7..b92cb99 100644
--- a/test/data/tree-construction/regression.dat
+++ b/test/data/tree-construction/regression.dat
@@ -39,3 +39,20 @@
| <a>
| href="a&b&c"
| "Foo"
+
+#data
+<table><tr bgcolor="yellow"><td>yellow</td></tr><tr><td>transparent</td></tr></table>
+#errors
+#document
+| <html>
+| <head>
+| <body>
+| <table>
+| <tbody>
+| <tr>
+| bgcolor="yellow"
+| <td>
+| "yellow"
+| <tr>
+| <td>
+| "transparent"