| 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>
|
|
|