Remove a brittle test which can make a pad inaccessible, switch from transformFunction to (new) patchTransformer and add another DOM.normalize() which is needed

This commit is contained in:
Caleb James DeLisle
2017-10-12 15:42:09 +03:00
parent c8928a0811
commit c773b5d076
2 changed files with 5 additions and 16 deletions

View File

@@ -410,6 +410,7 @@ define([
framework.setContentGetter(function () {
displayMediaTags(framework, inner, mediaTagMap);
inner.normalize();
return Hyperjson.fromDOM(inner, isNotMagicLine, hjsonFilters);
});