| Index: third_party/WebKit/LayoutTests/fast/dom/documentmarker-add-adjacent-text.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/documentmarker-add-adjacent-text.html b/third_party/WebKit/LayoutTests/fast/dom/documentmarker-add-adjacent-text.html
|
| index a90934120c3439e4fa9b49616469e84d52b56f3e..9e34c191dd120ce054380b01bdaf9d8437dc35cc 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/documentmarker-add-adjacent-text.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/documentmarker-add-adjacent-text.html
|
| @@ -20,8 +20,8 @@ rangeRight.setEnd(elt, 4);
|
| if (!window.internals) {
|
| alert('This test requires window.interals to run!');
|
| } else {
|
| - window.internals.addTextMatchMarker(rangeLeft, true);
|
| - window.internals.addTextMatchMarker(rangeRight, true);
|
| + window.internals.addTextMatchMarker(rangeLeft, 'kActive');
|
| + window.internals.addTextMatchMarker(rangeRight, 'kActive');
|
|
|
| shouldBe('window.internals.markerCountForNode(elt, "textmatch")', '2');
|
| }
|
|
|