| Index: third_party/WebKit/LayoutTests/editing/assert_selection.js
|
| diff --git a/third_party/WebKit/LayoutTests/editing/assert_selection.js b/third_party/WebKit/LayoutTests/editing/assert_selection.js
|
| index 44847bca660e39b4a3e6feb792388f9286430004..2f5764aa71b2cd3b5bf7be648f6a7ad5a09a54cf 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/assert_selection.js
|
| +++ b/third_party/WebKit/LayoutTests/editing/assert_selection.js
|
| @@ -661,7 +661,7 @@ function assertSelection(
|
| if (typeof(tester) === 'function') {
|
| tester.call(window, sample.selection);
|
| } else if (typeof(tester) === 'string') {
|
| - const strings = tester.split(' ');
|
| + const strings = tester.split(/ (.+)/);
|
| sample.document.execCommand(strings[0], false, strings[1]);
|
| } else {
|
| throw new Error(`Invalid tester: ${tester}`);
|
|
|