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><title>background-position with 'right' edge keywords when painting background for body in offset document root</title><linkrel="help"href="https://drafts.csswg.org/css-backgrounds/#background-position"><linkrel="match"href="../../filter-effects/reference/green-100x100.html"><style>html{margin:8px;}body{background-image:linear-gradient(green,green),linear-gradient(red,red);background-size:100px100px,100px100px;background-position:right100%top0%,left0%top0%;background-repeat:no-repeat;}</style><body></body>