// keyword list, so skip it for now. ok(InspectorUtils.isValidCSSColor("rgb(" + i + ",0,0)"), "rgb(" + i + ",0,0) is a valid color"); ok(InspectorUtils ...
const chocolate = "color(srgb 0.8235294117647058 0.4117647058823529 0.11764705882352941)"; const chocolateAlpha = "color(srgb 0.8235294117647058 0.4117647058823529 0.11764705882352941 / 0.4)"; const ...