Add a weird test that Chrome 15 dev fails
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Mon, 12 Sep 2011 13:56:44 -0600
changeset 573 0df4a33e01a1
parent 572 6fde8c6d7c8b
child 574 534809fa1dc9
Add a weird test that Chrome 15 dev fails

Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=649138
conformancetest/data.js
tests.js
--- a/conformancetest/data.js	Wed Sep 07 14:30:32 2011 -0600
+++ b/conformancetest/data.js	Mon Sep 12 13:56:44 2011 -0600
@@ -14007,6 +14007,10 @@
 	[["stylewithcss","false"],["removeformat",""]],
 	"{<p style=\"text-indent:2em\">foobarbaz</p>}",
 	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
+["<table data-start=0 data-end=1><tr><td><b>foo</b></table>",
+	[["stylewithcss","false"],["removeformat",""]],
+	"<table>{<tbody><tr><td>foo</td></tr></tbody>}</table>",
+	{"stylewithcss":[null,false,null,null,false,null],"removeformat":[null,null,null,null,null,null]}],
 ["foo[]bar",
 	[["stylewithcss","false"],["strikethrough",""]],
 	"foo[]bar",
--- a/tests.js	Wed Sep 07 14:30:32 2011 -0600
+++ b/tests.js	Mon Sep 12 13:56:44 2011 -0600
@@ -3251,6 +3251,10 @@
 		'{<p style="font-variant: small-caps">foobarbaz</p>}',
 		'<p style="text-indent: 2em">foo[bar]baz</p>',
 		'{<p style="text-indent: 2em">foobarbaz</p>}',
+
+		// https://bugzilla.mozilla.org/show_bug.cgi?id=649138
+		// Chrome 15 dev fails this for some unclear reason.
+		'<table data-start=0 data-end=1><tr><td><b>foo</b></table>',
 	],
 	//@}
 	strikethrough: [