-
Notifications
You must be signed in to change notification settings - Fork 222
chore: lock playwright version [swc-829] #5414
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
base: main
Are you sure you want to change the base?
Conversation
|
Branch previewReview the following VRT differencesWhen a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:
If the changes are expected, update the |
05d38b3
to
d1f97c0
Compare
Tachometer resultsCurrently, no packages are changed by this PR... |
16ac9a1
to
f28b5e9
Compare
@@ -28,23 +27,6 @@ import { | |||
import { sendKeys } from '@web/test-runner-commands'; | |||
|
|||
describe('NumberField - inputs', () => { | |||
before(async () => { |
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.
CanIUse indicates that the international number field has been available in our supported evergreen - 2 so we can remove the polyfills now
@@ -19,7 +19,18 @@ export const languageResolverUpdatedSymbol = Symbol( | |||
|
|||
export class LanguageResolutionController implements ReactiveController { | |||
private host: ReactiveElement; | |||
language = document.documentElement.lang || navigator.language; | |||
get language(): string { | |||
return document.documentElement.lang || navigator.language; |
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.
This is fetching the root-level language but shouldn't we also be honoring if the language attribute is set on a container too?
f28b5e9
to
d256457
Compare
Description
Related issue(s)
Motivation and context
How has this been tested?
Test case 1
Test case 2
Did it pass in Desktop?
Did it pass in Mobile?
Did it pass in iPad?
Screenshots (if appropriate)
Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.