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

Side by Side Diff: appengine/config_service/ui/test/config-ui/front-page_test.html

Issue 2935763003: config_service: improve landing page (Closed)
Patch Set: Fixed final nits. 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 unified diff | Download patch
« no previous file with comments | « appengine/config_service/ui/test/config-ui/config-ui_test.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2017 The LUCI Authors. All rights reserved. 2 Copyright 2017 The LUCI Authors. All rights reserved.
3 Use of this source code is governed under the Apache License, Version 2.0 3 Use of this source code is governed under the Apache License, Version 2.0
4 that can be found in the LICENSE file. 4 that can be found in the LICENSE file.
5 --> 5 -->
6 6
7 <!doctype html> 7 <!doctype html>
8 <html lang="en"> 8 <html lang="en">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <meta name="viewport" content="width=device-width, minimum-scale=1, initial- scale=1, user-scalable=yes"> 11 <meta name="viewport" content="width=device-width, minimum-scale=1, initial- scale=1, user-scalable=yes">
12 12
13 <title>config-ui test</title> 13 <title>front-page test</title>
14 14
15 <script src="../../../webcomponentsjs/webcomponents-lite.js"></script> 15 <script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
16 <script src="../../../web-component-tester/browser.js"></script> 16 <script src="../../../web-component-tester/browser.js"></script>
17 17
18 <link rel="import" href="../../src/config-ui/config-ui.html"> 18 <link rel="import" href="../../src/config-ui/front-page.html">
19 </head> 19 </head>
20 <body> 20 <body>
21 21
22 <test-fixture id="BasicTestFixture"> 22 <test-fixture id="front-pageTestFixture">
23 <template> 23 <template>
24 <config-ui></config-ui> 24 <front-page></front-page>
25 </template> 25 </template>
26 </test-fixture> 26 </test-fixture>
27 27
28 <script> 28 <script>
29 suite('config-ui', function() { 29 suite('front-page', function() {
30 // TODO(cwpayton): write tests for the config ui. 30 // TODO(cwpayton): write tests for the front page element.
31 }); 31 });
32 </script> 32 </script>
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « appengine/config_service/ui/test/config-ui/config-ui_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698