* Fixes #11574 * Fixes #11561
Without this change, each text fragment in a block that establishes a stacking context will establish its own stacking context. This is unnecessary and increases the amount of work done during display list construction.
(Except Fonts, on the assumption #8374 will land first.)