Index: third_party/WebKit/LayoutTests/inspector/elements/styles-3/spectrum.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/spectrum.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/spectrum.html |
index 1a059e2745511c5d1874da5bd5d4b9d840e0048b..6fa0065947aa421230fe56064c57516e8edc1ed5 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/spectrum.html |
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/spectrum.html |
@@ -23,7 +23,7 @@ var test = function() |
{ |
setColor(inputColor, format) |
spectrum._hsv[3] = 0; |
- spectrum._innerSetColor(spectrum._hsv, undefined, undefined, Components.Spectrum._ChangeSource.Other); |
+ spectrum._innerSetColor(spectrum._hsv, undefined, undefined, ColorPicker.Spectrum._ChangeSource.Other); |
InspectorTest.addResult(spectrum.colorString()); |
} |
@@ -36,7 +36,7 @@ var test = function() |
InspectorTest.addResult(spectrum._colorFormat); |
} |
- var spectrum = new Components.Spectrum(); |
+ var spectrum = new ColorPicker.Spectrum(); |
var cf = Common.Color.Format; |
var inputColors = [ |
{ string: "red", format: cf.Nickname }, |
@@ -65,6 +65,6 @@ var test = function() |
</script> |
</head> |
<body onload="runTest()"> |
-<p>Tests Components.Spectrum</p> |
+<p>Tests ColorPicker.Spectrum</p> |
</body> |
</html> |