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

Unified Diff: tracing/tracing/value/ui/related_value_set_span_test.html

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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
Index: tracing/tracing/value/ui/related_value_set_span_test.html
diff --git a/tracing/tracing/value/ui/related_value_set_span_test.html b/tracing/tracing/value/ui/related_value_set_span_test.html
index 222dee57af6f6f20815b3d863c47bdab9d79d460..e7813b289e1817fd847d5fb364d1358fcd8cedaf 100644
--- a/tracing/tracing/value/ui/related_value_set_span_test.html
+++ b/tracing/tracing/value/ui/related_value_set_span_test.html
@@ -5,7 +5,6 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<link rel="import" href="/tracing/value/diagnostics/composition.html">
<link rel="import" href="/tracing/value/diagnostics/related_value_set.html">
<link rel="import" href="/tracing/value/ui/diagnostic_span.html">
<link rel="import" href="/tracing/value/value.html">
@@ -22,14 +21,5 @@ tr.b.unittest.testSuite(function() {
assert.strictEqual('TR-V-UI-RELATED-VALUE-SET-SPAN', span.tagName);
this.addHTMLOutput(span);
});
-
- test('instantiate_Composition', function() {
- var aValue = new tr.v.SkipValue('a');
- var bValue = new tr.v.SkipValue('b');
- var diagnostic = new tr.v.d.Composition([aValue, bValue]);
- var span = tr.v.ui.createDiagnosticSpan(diagnostic);
- assert.strictEqual('TR-V-UI-RELATED-VALUE-SET-SPAN', span.tagName);
- this.addHTMLOutput(span);
- });
});
</script>
« no previous file with comments | « tracing/tracing/value/ui/related_event_set_span_test.html ('k') | tracing/tracing/value/ui/scalar_span.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698