Open Bug 2015657 Opened 1 month ago Updated 12 days ago

WebDriver Bidi does not emulate timezone in workers

Categories

(Remote Protocol :: WebDriver BiDi, defect, P3)

Firefox 146
defect
Points:
5

Tracking

(Not tracked)

People

(Reporter: aslushnikov, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [webdriver:m20])

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36

Steps to reproduce:

Reproduction:

  1. clone playwright repo: git clone https://github.com/microsoft/playwright
  2. remove the line #120 in tests/library/browsercontext-timezone-id.spec.ts - the it.fail expectation.
  3. Run the test with Firefox Bidi: npm run biditest browsercontext-timezone-id:119 -- --project moz-firefox-nightly-library

Actual results:

The test fails because WebDriver bidi does not emulate timezone in workers.

Expected results:

WebDriver should emulate timezone in workers. The test should pass.

For timezone emulation to be picked up by the workers, we have to implement the logic of updating the timezone in the realm of the existing and new workers.

Status: UNCONFIRMED → NEW
Component: Untriaged → WebDriver BiDi
Ever confirmed: true
Product: Firefox → Remote Protocol
Severity: -- → S3
Points: --- → 5
Priority: -- → P3
Whiteboard: [webdriver:m20]
Priority: P3 → P2
Priority: P2 → P3
You need to log in before you can comment on or make changes to this bug.