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><metacharset="UTF-8"><title>CSS Test: calc() with positive fraction halfway between adjacent integers</title><linkrel="author"title="Gérard Talbot"href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"><linkrel="help"href="https://www.w3.org/TR/css-values-4/#combine-integers"><linkrel="match"href="../reference/ref-filled-green-100px-square.xht"><style>div{height:100px;position:absolute;width:100px;}div#red-overlapped{background-color:red;z-index:2;}div#green-overlapping{background-color:green;z-index:calc(3/2);/* should resolve to 'z-index: 2' since "values halfway between adjacent integers rounded towards positive infinity" and since div#green-overlapping is last in document tree order, then it should overlap div#red-overlapped */}</style><p>Test passes if there is a filled green square and <strong>no red</strong>.<divid="red-overlapped"></div><divid="green-overlapping"></div>