| Index: third_party/WebKit/LayoutTests/fast/forms/select/select-popup-pagekeys.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/select-popup-pagekeys.html b/third_party/WebKit/LayoutTests/fast/forms/select/select-popup-pagekeys.html
|
| index 6828ab1c202eb96d7ede3415ba6eee8c0d396cd3..d6c46c13ae7c20c07a6ebdc9b4fcbdbefc9f9b07 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select/select-popup-pagekeys.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-popup-pagekeys.html
|
| @@ -9,7 +9,6 @@
|
|
|
| function sendKey(element, key) {
|
| if (window.testRunner) {
|
| - key = key.substr(0,1).toLowerCase() + key.substr(1); // lowercase 1st letter for eventSender
|
| eventSender.keyDown(key);
|
| } else {
|
| var event = document.createEvent("KeyboardEvents");
|
|
|