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

Side by Side Diff: runtime/observatory/tests/observatory_ui/class_tree/element_test.html

Issue 2870713002: Avoid error in Observatory about trying to load file not included in the Observatory assets. (Closed)
Patch Set: Created 3 years, 7 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 4 <meta http-equiv="X-UA-Compatible" content="IE=edge">
5 <meta name="dart.unittest" content="full-stack-traces"> 5 <meta name="dart.unittest" content="full-stack-traces">
6 <style> 6 <style>
7 .unittest-table { font-family:monospace; border:1px; } 7 .unittest-table { font-family:monospace; border:1px; }
8 .unittest-pass { background: #6b3;} 8 .unittest-pass { background: #6b3;}
9 .unittest-fail { background: #d55;} 9 .unittest-fail { background: #d55;}
10 .unittest-error { background: #a11;} 10 .unittest-error { background: #a11;}
11 class-tree virtual-tree .class-tree-item { 11 class-tree virtual-tree .class-tree-item {
12 line-height: 25px; 12 line-height: 25px;
13 height: 25px; 13 height: 25px;
14 padding-left: 10%; 14 padding-left: 10%;
15 padding-right: 10%; 15 padding-right: 10%;
16 } 16 }
17 </style> 17 </style>
18 <script src="/packages/web_components/webcomponents-lite.min.js"></script> 18 <script src="/packages/web_components/webcomponents-lite.min.js"></script>
19 <script src="/packages/web_components/dart_support.js"></script>
20 </head> 19 </head>
21 <body> 20 <body>
22 <script type="text/javascript" 21 <script type="text/javascript"
23 src="/root_dart/tools/testing/dart/test_controller.js"></script> 22 src="/root_dart/tools/testing/dart/test_controller.js"></script>
24 %TEST_SCRIPTS% 23 %TEST_SCRIPTS%
25 </body> 24 </body>
26 </html> 25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698