Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/data/longpress_selection.html |
| diff --git a/third_party/WebKit/Source/web/tests/data/longpress_selection.html b/third_party/WebKit/Source/web/tests/data/longpress_selection.html |
| index 866994f9b0f7c6b10d44b8c32bdac9b5041762d6..a827668d0eaf96be128979bbbcff6149e333cd42 100644 |
| --- a/third_party/WebKit/Source/web/tests/data/longpress_selection.html |
| +++ b/third_party/WebKit/Source/web/tests/data/longpress_selection.html |
| @@ -9,7 +9,7 @@ span { |
| </head> |
| <body> |
| Hello this is some text for testing. Here is a |
| -<span id="target"> |
| +<span id="target" contenteditable> |
| testword |
| </span> |
| that we should be able to select by longpressing. |