Last modified: 2013-08-12 19:51:41 UTC
Bug 6200 fixed the PHP parser's handling of <blockquote>, which is now treated that same as <div> with respect to preformatted contents. However, we are currently failing the "Bug 6200: Preformatted in <blockquote>" parser test: <blockquote> Foo </blockquote> The 'Foo' is not correctly wrapped in a <pre> by parsoid.
The test case "3b. Indent-Pre and block tags (pre-content on separate line)" also fails due to this bug.
See bug 52763.