Index: third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html b/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html |
index 7ac132c5d94efee10205af851c3842175e2f1182..b16b7365ecc34f2a8b9027bfa5c6c4414e22bf87 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html |
@@ -58,6 +58,14 @@ function test() |
sourceFrame.textEditor.editRange(endParenthesis, "]"); |
dumpSwatchPositions(); |
next(); |
+ }, |
+ |
+ function testBookmarksBoundary(next) |
lushnikov
2016/07/29 17:46:24
testBookmarsAtLineStart
flandy
2016/07/29 18:31:39
Done.
|
+ { |
+ var lineStart = new WebInspector.TextRange(5, 0, 5, 0); |
+ sourceFrame.textEditor.editRange(lineStart, "background color:\n#ff0;\n"); |
+ dumpSwatchPositions(); |
+ next(); |
} |
]); |