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

Unified Diff: LayoutTests/inspector/elements/styles/styles-invalid-color-values.html

Issue 756913002: DevTools: Rename WI.Color's toString(format) -> asString(format) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests Created 6 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
« no previous file with comments | « LayoutTests/inspector/color.html ('k') | Source/devtools/front_end/common/Color.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/styles/styles-invalid-color-values.html
diff --git a/LayoutTests/inspector/elements/styles/styles-invalid-color-values.html b/LayoutTests/inspector/elements/styles/styles-invalid-color-values.html
index c0a10a8dc892e33dc32ec300fc2f8be1237f276f..a1180db181d63c4bafb30f6aac70cabe99dad117 100644
--- a/LayoutTests/inspector/elements/styles/styles-invalid-color-values.html
+++ b/LayoutTests/inspector/elements/styles/styles-invalid-color-values.html
@@ -76,7 +76,7 @@ function test()
// If there is no nickname, then skip it.
if (colorFormat === cf.Nickname && !color.nickname())
continue;
- InspectorTest.addResult(' ' + colorFormat + ": " + color.toString(colorFormat));
+ InspectorTest.addResult(' ' + colorFormat + ": " + color.asString(colorFormat));
}
}
}
« no previous file with comments | « LayoutTests/inspector/color.html ('k') | Source/devtools/front_end/common/Color.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698