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><html><head><metacharset="utf-8"><title>CSS Background: background-repeat: background image space</title><linkrel="author"title="Ethan Lin"href="mailto:ethlin@mozilla.com"><linkrel="author"title="Mozilla"href="https://www.mozilla.org"><linkrel="help"href="https://www.w3.org/TR/css3-background/#background-repeat"><linkrel="match"href="background-repeat-space-4-ref.html"><metaname="assert"content="Test checks whether background-repeat: 'repeat space' works correctly or not."><metaname="fuzzy"content="maxDifference=0-52; totalPixels=0-7908"><styletype="text/css">.outer{width:96px;height:106px;border:1pxsolidblack;background-image:url(support/aqua-yellow-32x32.png);background-repeat:repeatspace;}.outer_graident{width:96px;height:106px;border:1pxsolidblack;background-size:32px32px;background-image:linear-gradient(totopleft,red,green);background-repeat:repeatspace;}</style></head><body><divclass="outer"></div><divclass="outer_graident"></div></body></html>