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

Side by Side Diff: dashboard/dashboard/tests.html

Issue 2959503002: Enable Polymer.Settings.useNativeShadow on the dashboard. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « dashboard/dashboard/static/report.html ('k') | third_party/flot/jquery.flot.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2015 The Chromium Authors. All rights reserved. 4 Copyright (c) 2015 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head> 8 <head>
9 <title>Dashboard Tests: loading...</title> 9 <title>Dashboard Tests: loading...</title>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11 11
12 <link rel="shortcut icon" href="data:image/x-icon;base64," 12 <link rel="shortcut icon" href="data:image/x-icon;base64,"
13 type="image/x-icon"> 13 type="image/x-icon">
14 14
15 <script src="/components/webcomponentsjs/webcomponents.js"></script> 15 <script src="/components/webcomponentsjs/webcomponents.js"></script>
16 16
17 <link rel="import" href="/tracing/ui/base/polymer_preload.html" data-suppress- import-order>
17 <link rel="import" href="/components/polymer/polymer.html"> 18 <link rel="import" href="/components/polymer/polymer.html">
18 <link rel="import" href="/tracing/base/unittest/interactive_test_runner.html"> 19 <link rel="import" href="/tracing/base/unittest/interactive_test_runner.html">
19 <style> 20 <style>
20 html, body { 21 html, body {
21 box-sizing: border-box; 22 box-sizing: border-box;
22 width: 100%; 23 width: 100%;
23 height: 100%; 24 height: 100%;
24 overflow: hidden; 25 overflow: hidden;
25 margin: 0px; 26 margin: 0px;
26 } 27 }
(...skipping 13 matching lines...) Expand all
40 throw e; 41 throw e;
41 }); 42 });
42 }, 43 },
43 testLinks: [] 44 testLinks: []
44 }); 45 });
45 }); 46 });
46 47
47 </script> 48 </script>
48 </body> 49 </body>
49 </html> 50 </html>
OLDNEW
« no previous file with comments | « dashboard/dashboard/static/report.html ('k') | third_party/flot/jquery.flot.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698