* Instead of sorting attributes, whitelist the one parserTest where it matters.

This commit is contained in:
au 2012-02-20 22:26:24 +00:00
parent ea15bffb27
commit f1fb937b4a
Notes: Gabriel Wicke 2012-02-27 16:40:01 +00:00

View file

@ -66,6 +66,7 @@ testWhiteList["External links: wiki links within external link (Bug 3695)"] = "<
testWhiteList["Bug 4781, 5267: %25 in URL"] = "<p><a href=\"http://www.example.com/?title=100%_Bran\" data-mw-sourcePos=\"0:41\">http://www.example.com/?title=100%_Bran</a></p>";
testWhiteList["<pre> with forbidden attribute values (bug 3202)"] = "<pre width=\"8\" style=\"\">Narrow screen goodies</pre>";
if (typeof module == "object") {
module.exports.testWhiteList = testWhiteList;