mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
* Instead of sorting attributes, whitelist the one parserTest where it matters.
This commit is contained in:
parent
ea15bffb27
commit
f1fb937b4a
Notes:
Gabriel Wicke
2012-02-27 16:40:01 +00:00
|
@ -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["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") {
|
if (typeof module == "object") {
|
||||||
module.exports.testWhiteList = testWhiteList;
|
module.exports.testWhiteList = testWhiteList;
|
||||||
|
|
Loading…
Reference in a new issue