Skip to content

Commit

Permalink
timezone --> time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer committed Nov 24, 2020
1 parent b3ee2d6 commit 6797392
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rfcs/testdriver_set_time_zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Summary
Add testdriver.js support for the `timeZone` WebDriver extension, which will
allow setting the current timezone in the browser. This extension is specced as
part of the [HTML spec](https://github.com/whatwg/html/pull/3047).
allow setting the current time zone in the browser. This extension is specced
as part of the [HTML spec](https://github.com/whatwg/html/pull/3047).

## Details
Changing the timezone is not available via normal web APIs. To test the effect
of changing timezone on the `ontimezonechange` event there needs to be a way to
instruct the browser to act as if the timezone is changing: this WebDriver
Changing the time zone is not available via normal web APIs. To test the effect
of changing time zone on the `ontimezonechange` event there needs to be a way
to instruct the browser to act as if the time zone is changing: this WebDriver
extension provides that ability.

## Risks
Expand Down

0 comments on commit 6797392

Please sign in to comment.