зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1838614 [wpt PR 40566] - Revert "Update WebDriver keys", a=testonly
Automatic update from web-platform-tests Revert "Update WebDriver keys" This reverts commit e2a882bc7e66fc65acd9d97081191e05e9d22204. -- wpt-commits: 2e807d8fd461cb88c30cc0f1e34cf46d49f86f6c wpt-pr: 40566
This commit is contained in:
Родитель
c736388ddf
Коммит
fa3b8c1e88
|
@ -244,7 +244,7 @@ ALL_EVENTS = OrderedDict(
|
|||
)),
|
||||
("EQUALS", OrderedDict(
|
||||
[
|
||||
("code", "NumpadEqual"),
|
||||
("code", ""),
|
||||
("ctrl", False),
|
||||
("key", "="),
|
||||
("location", 0),
|
||||
|
@ -442,7 +442,7 @@ ALL_EVENTS = OrderedDict(
|
|||
)),
|
||||
("META", OrderedDict(
|
||||
[
|
||||
("code", "MetaLeft"),
|
||||
("code", "OSLeft"),
|
||||
("ctrl", False),
|
||||
("key", "Meta"),
|
||||
("location", 1),
|
||||
|
@ -607,7 +607,7 @@ ALL_EVENTS = OrderedDict(
|
|||
)),
|
||||
("PAUSE", OrderedDict(
|
||||
[
|
||||
("code", "Pause"),
|
||||
("code", ""),
|
||||
("ctrl", False),
|
||||
("key", "Pause"),
|
||||
("location", 0),
|
||||
|
@ -750,7 +750,7 @@ ALL_EVENTS = OrderedDict(
|
|||
)),
|
||||
("R_META", OrderedDict(
|
||||
[
|
||||
("code", "MetaRight"),
|
||||
("code", "OSRight"),
|
||||
("ctrl", False),
|
||||
("key", "Meta"),
|
||||
("location", 2),
|
||||
|
|
Загрузка…
Ссылка в новой задаче