| Index: third_party/WebKit/LayoutTests/editing/composition-marker-split.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/composition-marker-split.html b/third_party/WebKit/LayoutTests/editing/composition-marker-split.html
|
| index 195a74d5f7019c1a7da83fe0cf4f3277411b6e6e..49b5c780be3e274769628d744fea99ba11373afe 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/composition-marker-split.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/composition-marker-split.html
|
| @@ -19,7 +19,7 @@ function highlightRange(node) {
|
| range.setStart(textNode, 0);
|
| range.setEnd(textNode, 4);
|
| if (typeof internals !== 'undefined')
|
| - internals.addCompositionMarker(range, 'orange', false, 'lightBlue');
|
| + internals.addCompositionMarker(range, 'orange', kThin, 'lightBlue');
|
| }
|
|
|
| onload = runAfterLayoutAndPaint(function() {
|
|
|