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

Unified Diff: LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html

Issue 1181773007: Devtools: Add tooltip title for bezier icon (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | Source/devtools/front_end/elements/StylesPopoverHelper.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html
diff --git a/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html b/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html
index fca34beae95ee41355b5c61b538e42d1f1b04aaf..ac0c54716dffe9ac480114d3e9c647e087806d15 100644
--- a/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html
+++ b/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html
@@ -9,7 +9,7 @@ function test()
var maxIndex = 11;
var idIndex = 1;
- WebInspector.ColowSwatchPopoverIcon._colorFormat = function() {
+ WebInspector.ColorSwatchPopoverIcon._colorFormat = function() {
return WebInspector.Color.Format.RGB;
};
« no previous file with comments | « no previous file | Source/devtools/front_end/elements/StylesPopoverHelper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698