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

Unified Diff: appengine/config_service/ui/bower_components/web-component-tester/data/index.html

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 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: appengine/config_service/ui/bower_components/web-component-tester/data/index.html
diff --git a/appengine/config_service/ui/bower_components/web-component-tester/data/index.html b/appengine/config_service/ui/bower_components/web-component-tester/data/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..8c29a472f11b8073b8f15a417d42a704fb61aea3
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/web-component-tester/data/index.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <script>WCT = <%= JSON.stringify(clientOptions) %>;</script>
+ <script>window.__generatedByWct = true;</script>
+ <script src="../web-component-tester/browser.js"></script>
+<% extraScripts.forEach(function(script) { %> <script src="<%- script %>"></script>
+<% }); %>
+ <script src="../web-component-tester/data/a11ySuite.js"></script>
+</head>
+ <body>
+ <script>
+ WCT.loadSuites(<%= JSON.stringify(suites) %>);
+ </script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698