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

Side by Side Diff: tracing/tracing/value/convert_chart_json_test.html

Issue 2474573002: Convert chart-json to Histograms. (Closed)
Patch Set: . Created 4 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2016 The Chromium Authors. All rights reserved. 3 Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7
8 <link rel="import" href="/tracing/value/convert_chart_json.html">
9
7 <script> 10 <script>
8 'use strict'; 11 'use strict';
9 12
10 if (!Polymer.Settings.useNativeShadow) { 13 tr.b.unittest.testSuite(function() {
11 tr.b.showPanic('Polymer error', 'base only works in shadow mode'); 14 test('convert', function() {
12 } 15 });
16 });
13 </script> 17 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698