Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/editing/execCommand/script-tests/break-out-of-empty-list-item.js |
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/script-tests/break-out-of-empty-list-item.js b/third_party/WebKit/LayoutTests/editing/execCommand/script-tests/break-out-of-empty-list-item.js |
| index c61c1f9bfba5cbe711285755b33e526af1dfd7b1..e6fbad6dfe935f14e6f63326dc6d63ea21b99a3f 100644 |
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/script-tests/break-out-of-empty-list-item.js |
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/script-tests/break-out-of-empty-list-item.js |
| @@ -23,7 +23,7 @@ function enterAtTarget(initialContent) |
| s.removeAllRanges(); |
| s.addRange(r); |
| - pressKey('\n'); |
| + pressKey('Enter'); |
| return testContainer.innerHTML; |
| } |