[wpt-sync] Sync PR 46604 - [text-box-trim] Test hit-testing
Categories
(Core :: Layout: Block and Inline, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46604 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46604
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
[text-box-trim] Test hit-testing
This patch adds tests for
getBoundingClientRect()and
elementFromPoint(), two CSSOM View functions that represent
the logic for hit-testing.This patch has no behavior changes.
Bug: 40254880
Change-Id: I2d416b042ed278a339daeabfe3c8702b020c458d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5587766
Commit-Queue: Kent Tamura \<tkent@chromium.org>
Auto-Submit: Koji Ishii \<kojii@chromium.org>
Reviewed-by: Kent Tamura \<tkent@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1309621}
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK : 1
PASS: 2
FAIL: 2
Chrome
OK : 1
PASS: 2
FAIL: 2
Safari
OK : 1
PASS: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-inline/text-box-trim/text-box-trim-om-001.html [wpt.fyi]
- getBoundingClientRect.height:
FAIL(Chrome:FAIL, Safari:PASS) - elementFromPoint: 10px above the client rect:
FAIL(Chrome:FAIL, Safari:PASS)
- getBoundingClientRect.height:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/eaf18fc088e7
https://hg.mozilla.org/mozilla-central/rev/e6d593ad1bba
Description
•