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 round with specified position</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-round-4-ref.html"><metaname="assert"content="Test checks whether background-repeat: 'round' works correctly or not."><styletype="text/css">#outer{width:72px;height:72px;border:1pxsolidblack;background-image:url(support/aqua-yellow-32x32.png);background-repeat:round;background-position:5px5px;}#outer_gradient{width:72px;height:72px;border:1pxsolidblack;background-size:32px32px;background-image:linear-gradient(totopleft,red,green);background-repeat:round;background-position:5px5px;}</style></head><body><divid="outer"></div><divid="outer_gradient"></div></body></html>