Chromium Code Reviews

Unified Diff: runtime/observatory/tests/observatory_ui/context_view/element_test.html

Issue 2310003004: Removed polymer & mirror from Observatory (Closed)
Patch Set: Fixed crash in heap-map page Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: runtime/observatory/tests/observatory_ui/context_view/element_test.html
diff --git a/runtime/observatory/tests/observatory_ui/context_view/element_test.html b/runtime/observatory/tests/observatory_ui/context_view/element_test.html
index f0e956daa164eedf4a3f0f59858ea5c5e35289a5..68d77615ce2bf931bfa74ee3bb173c8354bc7ed4 100644
--- a/runtime/observatory/tests/observatory_ui/context_view/element_test.html
+++ b/runtime/observatory/tests/observatory_ui/context_view/element_test.html
@@ -9,7 +9,7 @@
.unittest-fail { background: #d55;}
.unittest-error { background: #a11;}
</style>
- <script src="/packages/web_components/webcomponents.js"></script>
+ <script src="/packages/web_components/webcomponents-lite.min.js"></script>
<script src="/packages/web_components/dart_support.js"></script>
</head>
<body>

Powered by Google App Engine