| 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;
|
| };
|
|
|
|
|