-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix(driver): make fast visibility shadow-DOM aware #33737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
mschile
wants to merge
10
commits into
mschile/pensive-rubin-df92b9
from
mschile/pensive-black-034995
+275
−28
Closed
Changes from 3 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
c4d5004
fix(driver): make fast visibility shadow-DOM aware
mschile 2d7cb8d
fix(driver): walk shadow boundaries when checking for clipping ancestor
mschile 8a3dea9
fix(driver): treat overflow scroll/auto ancestors as clipping for fas…
mschile 87a25f2
fix(driver): scroll in-bounds clipped subjects below the fold
mschile c569c18
docs(driver): explain why specific shadow visibility tests stay skipp…
mschile f5a46c4
fix(driver): exempt the document root from the clipping-ancestor check
mschile 5bcc769
chore(driver): TEMPORARY playground spec for fast-visibility shadow DOM
mschile e0b1328
chore(driver): skip the fast-vis playground spec under CI
mschile 4373146
fix(driver): tighten body/html clipping exemption to non-explicit val…
mschile d7f7b02
Merge remote-tracking branch 'origin/mschile/pensive-rubin-df92b9' in…
mschile File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR claims 8 skipped tests but only 5 exist
Medium Severity
The PR description states "8 tests … are scoped-skipped under fast" and expects "78 passing, 8 pending," but only 5
itSkipFastcalls exist in the file (lines 248, 262, 276, 303, 612). With 43 tests × 2 modes − 5 skips, the actual result is 81 passing / 5 pending. The "shadow content escaping its host's bounding box" bucket claims 4 tests but only 1 (line 612) usesitSkipFast. If the other 3 tests in that bucket genuinely fail under fast mode, CI will break; if they pass, the PR description is misleading.Reviewed by Cursor Bugbot for commit 5bcc769. Configure here.