Revert "Bug 1950748 part 3: Don't return a caret inside an editor when no editor is focused. r=morgan" as requested for causing accessibility crashes (bug 1977012).
This reverts commit aaf970807d281c28c1e937491719d996cb11648a.
This reverts commit f5f2e3cf4d34c2430372ba790d77620837d56b75.
This reverts commit 5565c5899c32c0b0f5446561a21c5b6499fd44c6.
<!DOCTYPE html><htmllang="en"><metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/><title>CSS Test: font-variant-east-asian: simplified; low level equivalence</title><linkrel="author"title="Chris Lilley"href="chris@w3.org"><linkrel="help"href="https://www.w3.org/TR/css-fonts-3/#font-variant-east-asian-prop"><linkrel="help"href="https://www.w3.org/TR/css-fonts-3/#font-feature-settings-prop"><linkrel="match"href="font-variant-east-asian-06-ref.html"><metaname="assert"content="Enables rendering of simplified forms (OpenType feature: smpl)"><style>@font-face{font-family:fwf;src:url(support/fonts/FontWithFancyFeatures.otf);}.test{font-family:fwf;font-size:3em;line-height:1.1;}.high{font-variant-east-asian:simplified;}.low{font-feature-settings:"jp78"off,"jp83"off,"jp90"off,"jp04"off,"smpl"on,"trad"off,"fwid"off,"pwid"off,"ruby"off;}</style><body><p>Test passes if the three lines below are identical, with four crosses (✗), one check mark (✓), then four crosses (✗). </p><sectionclass="test"><pclass="high">YZabcdefg</p><pclass="low">YZabcdefg</p><pclass="ref">BBBBABBBB</p></section>