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..2671135751f6652a3fcb04d1659f3fd8ad516f19 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 testBookmarksAtLineStart(next) |
+ { |
+ var lineStart = new WebInspector.TextRange(5, 0, 5, 0); |
+ sourceFrame.textEditor.editRange(lineStart, "background color:\n#ff0;\n"); |
+ dumpSwatchPositions(); |
+ next(); |
} |
]); |