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

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

Issue 1429863004: Actually fix analysis link hovering (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') | tracing/tracing/model/selection_state.html » ('j') | 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 0138fba836ab786a04d72a3e36f3f10270ed28d0..602c91c2165db4e3104052f2ec73a02530ea7e5e 100644
--- a/tracing/tracing/base/color_scheme_test.html
+++ b/tracing/tracing/base/color_scheme_test.html
@@ -12,18 +12,5 @@ found in the LICENSE file.
tr.b.unittest.testSuite(function() {
var ColorScheme = tr.b.ColorScheme;
-
- test('buildColorPalette', function() {
- var colors = ColorScheme.colors;
- var colorsAsStrings = ColorScheme.colorsAsStrings;
-
- var properties = ColorScheme.properties;
-
- assert.strictEqual(colorsAsStrings.length, colors.length);
- assert.equal(colors.length % 4, 0);
- assert.equal(properties.numBaseColors * 1, properties.selectedIdBoost);
- assert.equal(properties.numBaseColors * 2, properties.highlightedIdBoost);
- assert.equal(properties.numBaseColors * 3, properties.dimmedIdBoost);
- });
});
</script>
« no previous file with comments | « tracing/tracing/base/color_scheme.html ('k') | tracing/tracing/model/selection_state.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698