Add some more tests from WebKit Bugzilla
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Mon, 29 Aug 2011 13:02:06 -0600
changeset 549 7533ebfdd1ec
parent 548 450adf2829b3
child 550 cd77b203cb6f
Add some more tests from WebKit Bugzilla
tests.js
--- a/tests.js	Sun Aug 28 09:14:18 2011 -0600
+++ b/tests.js	Mon Aug 29 13:02:06 2011 -0600
@@ -1131,6 +1131,9 @@
 
 		// https://bugs.webkit.org/show_bug.cgi?id=47054
 		['<p>', '<div style=color:blue>[foo]</div>'],
+		// https://bugs.webkit.org/show_bug.cgi?id=47574
+		['<h1>', '{<p>foo</p>ba]r'],
+		['<pre>', '&#10;[foo<p>bar]</p>'],
 	],
 	//@}
 	forwarddelete: [
@@ -3406,6 +3409,9 @@
 		'<sup>fo[o</sup><span style=vertical-align:super>b]ar</span>',
 		'foo<span style=vertical-align:bottom>[bar]</span>baz',
 		'<sup>fo[o</sup><span style=vertical-align:bottom>b]ar</span>',
+
+		// https://bugs.webkit.org/show_bug.cgi?id=28472
+		'foo<sup>[bar]<br></sup>',
 	],
 	//@}
 	underline: [