| OLD | NEW |
| 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> |
| OLD | NEW |