Bug 253936
Summary: | canvas-as-container-005.html & canvas-as-container-006.html fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | DOM | Assignee: | Antti Koivisto <koivisto> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | karlcow, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, WPTImpact |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://wpt.fyi/results/css/css-contain/container-queries?label=master&label=experimental&product=chrome&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2023-container%20canvas-as-container-00 |
Tim Nguyen (:ntim)
Affects some Interop 2023 tests: https://wpt.fyi/results/css/css-contain/container-queries?label=master&label=experimental&product=chrome&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2023-container%20canvas-as-container-00
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/106739131>
Tim Nguyen (:ntim)
I looked at this a bit more, it seems like we're just querying out of date style info when checking for focusability.
If you add a `getComputedStyle(target)` call right before focusing the targets, the two tests pass.
Antti Koivisto
Pull request: https://github.com/WebKit/WebKit/pull/17543
EWS
Committed 267786@main (514d0acadd36): <https://commits.webkit.org/267786@main>
Reviewed commits have been landed. Closing PR #17543 and removing active labels.