Add more tests from WebKit Bugzilla
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Thu, 01 Sep 2011 12:12:16 -0600
changeset 555 4ad844bfb82a
parent 554 1e2008504cf6
child 556 1122684122f4
Add more tests from WebKit Bugzilla
tests.js
--- a/tests.js	Tue Aug 30 14:42:56 2011 -0600
+++ b/tests.js	Thu Sep 01 12:12:16 2011 -0600
@@ -2190,6 +2190,12 @@
 		'<p>foo<span style=color:#aBcDeF>[bar</span>baz]',
 		'<p>foo<span style=color:#aBcDeF>{bar</span>baz}',
 		'<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz',
+
+		// https://bugs.webkit.org/show_bug.cgi?id=5036
+		'<ul contenteditable><li>{}<br></ul>',
+		'<ul contenteditable><li>foo[]</ul>',
+		'<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>',
+		'<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>',
 	],
 	//@}
 	inserttext: [