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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!--
2 Copyright 2017 The LUCI Authors. All rights reserved.
3 Use of this source code is governed under the Apache License, Version 2.0
4 that can be found in the LICENSE file.
5 -->
6
7 <!doctype html>
8 <html lang="en">
9 <head>
10 <meta charset="utf-8">
11 <meta name="viewport" content="width=device-width, minimum-scale=1, initial- scale=1, user-scalable=yes">
12
13 <title>index test</title>
14
15 <script src="../bower_components/web-component-tester/browser.js"></script>
16
17 </head>
18 <body>
19
20 <script>
21 WCT.loadSuites([
22 'config-ui/front-page_test.html',
23 'config-ui/config-set_test.html',
24 ]);
25 </script>
26 </body>
27 </html>
OLDNEW
« 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