test(web): make browser harness cross-engine faithful - #13
Draft
0xkkonrad wants to merge 2 commits into
Draft
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueNote 🎁 Summarized by CodeRabbit FreeYour organization has reached its limit of developer seats. For new users, CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please add seats to your subscription by visiting https://app.coderabbit.ai/settings/billing. If you believe this is a mistake and have available seats, please assign one to the pull request author through the team management page at https://app.coderabbit.ai/settings/team-management. Comment |
0xkkonrad
force-pushed
the
test/cross-browser-harness
branch
from
August 11, 2026 13:16
3c5dcad to
fab4472
Compare
0xkkonrad
force-pushed
the
test/cross-browser-harness
branch
from
September 1, 2026 09:50
fab4472 to
68b1ead
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Why
The nightly cross-browser matrix exposed deterministic harness assumptions: programmatic focus was treated as keyboard focus, the link-share test requested Chromium-only clipboard permissions in Firefox, and the mobile project combined an iPhone/WebKit device descriptor with Firefox. A cold WebKit run also showed that typing could race React hydration.
What
No product code or product assertion is changed.
Proof