Fix Selenium key code for ENTER in testdriver-vendor.js
Created attachment 420635 [details] Patch
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
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").
Committed r273136: <https://commits.webkit.org/r273136> All reviewed patches have been landed. Closing bug and clearing flags on attachment 420635 [details].
<rdar://problem/74516053>