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

Unified Diff: tracing/tracing/base/color_scheme_test.html

Issue 1426173002: Use HSL in generation of trace viewer color scheme (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 5 years, 2 months 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 | « tracing/tracing/base/color_scheme.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/color_scheme_test.html
diff --git a/tracing/tracing/base/color_scheme_test.html b/tracing/tracing/base/color_scheme_test.html
index 98dd3cfd2997c06e5789d4914b17eba4801c4f93..0138fba836ab786a04d72a3e36f3f10270ed28d0 100644
--- a/tracing/tracing/base/color_scheme_test.html
+++ b/tracing/tracing/base/color_scheme_test.html
@@ -24,13 +24,6 @@ tr.b.unittest.testSuite(function() {
assert.equal(properties.numBaseColors * 1, properties.selectedIdBoost);
assert.equal(properties.numBaseColors * 2, properties.highlightedIdBoost);
assert.equal(properties.numBaseColors * 3, properties.dimmedIdBoost);
-
- for (var i = 0; i < colors.length / 4; i++) {
- assert.deepEqual(colors[i + properties.selectedIdBoost],
- colors[i].brightenCleverly());
- assert.deepEqual(colors[i + properties.dimmedIdBoost],
- colors[i].desaturate());
- }
});
});
</script>
« no previous file with comments | « tracing/tracing/base/color_scheme.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698