Add another test from WebKit
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Fri, 02 Sep 2011 16:04:11 -0600
changeset 558 c990babdb668
parent 557 0f91016d96a6
child 559 71b92c9eaaa8
Add another test from WebKit

Not sure the spec's result is correct. See:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14009
tests.js
--- a/tests.js	Fri Sep 02 15:44:00 2011 -0600
+++ b/tests.js	Fri Sep 02 16:04:11 2011 -0600
@@ -1145,6 +1145,9 @@
 		// https://bugs.webkit.org/show_bug.cgi?id=47574
 		['<h1>', '{<p>foo</p>ba]r'],
 		['<pre>', '&#10;[foo<p>bar]</p>'],
+		// From https://bugs.webkit.org/show_bug.cgi?id=47300
+		// http://www.w3.org/Bugs/Public/show_bug.cgi?id=14009
+		['<p>', '{<pre>&#10;foo&#10;&#10;bar&#10;</pre>}'],
 	],
 	//@}
 	forwarddelete: [