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..f3cb4ce1ad2b789ffab7e6f86b9e6c5feb7b4abe 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', 'thin', 'lightBlue'); |
} |
onload = runAfterLayoutAndPaint(function() { |