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

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

Issue 2995733003: Update observatory tests with test path to webcomponents-lite. (Closed)
Patch Set: Created 3 years, 4 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 <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css" > 6 <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css" >
7 <style> 7 <style>
8 .unittest-table { font-family:monospace; border:1px; } 8 .unittest-table { font-family:monospace; border:1px; }
9 .unittest-pass { background: #6b3;} 9 .unittest-pass { background: #6b3;}
10 .unittest-fail { background: #d55;} 10 .unittest-fail { background: #d55;}
11 .unittest-error { background: #a11;} 11 .unittest-error { background: #a11;}
12 12
13 .test_container { 13 .test_container {
14 height: 100px; 14 height: 100px;
15 width: 100%; 15 width: 100%;
16 } 16 }
17 17
18 .test_item { 18 .test_item {
19 height: 20px; 19 height: 20px;
20 } 20 }
21 </style> 21 </style>
22 <script src="/packages/web_components/webcomponents-lite.min.js"></script> 22 <script src="/root_dart/runtime/observatory/packages/web_components/webcompone nts-lite.min.js"></script>
23 </head> 23 </head>
24 <body> 24 <body>
25 <div class="test_container"> 25 <div class="test_container">
26 </div> 26 </div>
27 <script type="text/javascript" 27 <script type="text/javascript"
28 src="/root_dart/tools/testing/dart/test_controller.js"></script> 28 src="/root_dart/tools/testing/dart/test_controller.js"></script>
29 %TEST_SCRIPTS% 29 %TEST_SCRIPTS%
30 </body> 30 </body>
31 </html> 31 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698