Loading
Bug 1658472 - part 6: Make some utility methods for...
Bug 1658472 - part 6: Make some utility methods for `AutoInclusiveAncestorBlockElementsJoiner` r=m_kato This patch changes the behavior in the following 2 points: * When both content is in same block element, won't return error * When `<hr>` element has block children accidentally, this solves its container The former case must not change actual behavior because `AutoBlockElementsJoiner` is used with content nodes which are in different blocks. Differential Revision: https://phabricator.services.mozilla.com/D86886