Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6e968a45462989d7336091122f1eb6d3cbff8d34
      
https://github.com/WebKit/WebKit/commit/6e968a45462989d7336091122f1eb6d3cbff8d34
  Author: Luke Warlow <[email protected]>
  Date:   2026-06-16 (Tue, 16 Jun 2026)

  Changed paths:
    M LayoutTests/resources/testdriver-vendor.js

  Log Message:
  -----------
  test driver send_keys() throws an error in UI script on iOS
https://bugs.webkit.org/show_bug.cgi?id=316782

Reviewed by Aditya Keerthi.

This fixes a ReferenceError and SyntaxError can be caused by the send_keys()
test driver function when running on iOS.

Previously 'modifiers' was undefined within the UI script,
and duplicate variables would be defined if it ran twice in the same test.

No new tests pass yes due to other issues with the implementation,
see https://webkit.org/b/316781.

* LayoutTests/resources/testdriver-vendor.js:
(window.test_driver_internal.send_keys):

Canonical link: https://commits.webkit.org/315280@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to