Bug 222037

Summary: Fix Selenium key code for ENTER in testdriver-vendor.js
Product: WebKit Reporter: Manuel Rego Casasnovas <rego>
Component: New BugsAssignee: Manuel Rego Casasnovas <rego>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, clopez, ews-watchlist, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Manuel Rego Casasnovas 2021-02-17 06:10:05 PST
Fix Selenium key code for ENTER in testdriver-vendor.js
Comment 1 Manuel Rego Casasnovas 2021-02-17 06:10:20 PST
Created attachment 420635 [details]
Patch
Comment 2 EWS Watchlist 2021-02-17 06:11:34 PST
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
Comment 3 Manuel Rego Casasnovas 2021-02-17 06:12:12 PST
This was a mistake I did in the previous patch, checking other examples in LayoutTests they use eventSender.keyDown("\n") and not eventSender.keyDown("enter").
Comment 4 EWS 2021-02-19 02:30:31 PST
Committed r273136: <https://commits.webkit.org/r273136>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 420635 [details].
Comment 5 Radar WebKit Bug Importer 2021-02-19 02:31:13 PST
<rdar://problem/74516053>