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

Unified Diff: appengine/config_service/ui/test/index.html

Issue 2959833002: config_service: add last import validation and tests (Closed)
Patch Set: Include a bug number for making the element call on-response handler automatically. Created 3 years, 5 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
« no previous file with comments | « appengine/config_service/ui/test/config-ui/front-page_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/test/index.html
diff --git a/appengine/config_service/ui/test/index.html b/appengine/config_service/ui/test/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..ea218f53390b349209c2b805a8176366b1f9c317
--- /dev/null
+++ b/appengine/config_service/ui/test/index.html
@@ -0,0 +1,27 @@
+<!--
+ Copyright 2017 The LUCI Authors. All rights reserved.
+ Use of this source code is governed under the Apache License, Version 2.0
+ that can be found in the LICENSE file.
+-->
+
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
+
+ <title>index test</title>
+
+ <script src="../bower_components/web-component-tester/browser.js"></script>
+
+ </head>
+ <body>
+
+ <script>
+ WCT.loadSuites([
+ 'config-ui/front-page_test.html',
+ 'config-ui/config-set_test.html',
+ ]);
+ </script>
+ </body>
+</html>
« no previous file with comments | « appengine/config_service/ui/test/config-ui/front-page_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698