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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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/inspector/elements/styles-1/edit-value-url-with-color.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html
index 83edf69ebb2d8ab88c477d5717dd5441c538637e..6097bcf5769c05689bc2b1c04ae22cd34b279178 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html
@@ -9,8 +9,8 @@ function test()
var maxIndex = 11;
var idIndex = 1;
- WebInspector.Color.detectColorFormat = function() {
- return WebInspector.Color.Format.RGB;
+ Common.Color.detectColorFormat = function() {
+ return Common.Color.Format.RGB;
};
selectDivAndEditValue();

Powered by Google App Engine
This is Rietveld 408576698