[wpt-sync] Sync PR 29749 - Add StaticRange::CrossesContainBoundary cache
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29749 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29749
Details from upstream follow.
b'Fernando Fiori <ffiori@microsoft.com>' wrote:
Add StaticRange::CrossesContainBoundary cache
Now cache the result of CrossesContainBoundary() in the same way as
for IsValid(), using the DOM tree version, to improve performance.Change-Id: I6ca5f964aa4e02735a03833601165d1df79e4580
Reviewed-on: https://chromium-review.googlesource.com/3039681
WPT-Export-Revision: 7660f2adc23e7665197ac035009c5cc81db07eaa
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests
Status Summary
Firefox
PASS: 2
FAIL: 2
Chrome
PASS: 2
FAIL: 2
Safari
PASS: 2
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-highlight-api/painting/custom-highlight-painting-staticrange-005.html: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-highlight-api/painting/custom-highlight-painting-staticrange-007.html: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 6•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9d4dc1e295d4
https://hg.mozilla.org/mozilla-central/rev/58b97ecd2e36
Description
•