Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: third_party/WebKit/LayoutTests/editing/composition-marker-split.html

Issue 2906953002: [DMC #26] Add CompositionMarker::Thickness enum (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698