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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html

Issue 2187173002: DevTools: Find bookmarks at line endpoints when calling _clearBookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
]);
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698