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

Unified Diff: runtime/observatory/tests/observatory_ui/object_common/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 side-by-side diff with in-line comments
Download patch
Index: runtime/observatory/tests/observatory_ui/object_common/element_test.html
diff --git a/runtime/observatory/tests/observatory_ui/object_common/element_test.html b/runtime/observatory/tests/observatory_ui/object_common/element_test.html
index 0b02fd2ea568862c4f53c42258cf8489b318f49a..4b01e6574c311ecaeed6f4191b422c4e51a87193 100644
--- a/runtime/observatory/tests/observatory_ui/object_common/element_test.html
+++ b/runtime/observatory/tests/observatory_ui/object_common/element_test.html
@@ -1,3 +1,4 @@
+
<!DOCTYPE html>
<html>
<head>
@@ -9,7 +10,7 @@
.unittest-fail { background: #d55;}
.unittest-error { background: #a11;}
</style>
- <script src="/packages/web_components/webcomponents-lite.min.js"></script>
+ <script src="/root_dart/runtime/observatory/packages/web_components/webcomponents-lite.min.js"></script>
</head>
<body>
<script type="text/javascript"

Powered by Google App Engine
This is Rietveld 408576698