| OLD | NEW |
| 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>index test</title> | 13 <title>index test</title> |
| 14 | 14 |
| 15 <script src="../bower_components/web-component-tester/browser.js"></script> | 15 <script src="../bower_components/web-component-tester/browser.js"></script> |
| 16 | 16 |
| 17 </head> | 17 </head> |
| 18 <body> | 18 <body> |
| 19 | 19 |
| 20 <script> | 20 <script> |
| 21 WCT.loadSuites([ | 21 WCT.loadSuites([ |
| 22 'common/auth-signin_test.html', | 22 'common/auth-signin_test.html', |
| 23 'config-ui/front-page_test.html', | 23 'config-ui/front-page_test.html', |
| 24 'config-ui/config-set_test.html', | 24 'config-ui/config-set_test.html', |
| 25 'common/auth-signin_test.html?dom=shadow', |
| 26 'config-ui/front-page_test.html?dom=shadow', |
| 27 'config-ui/config-set_test.html?dom=shadow', |
| 25 ]); | 28 ]); |
| 26 </script> | 29 </script> |
| 27 </body> | 30 </body> |
| 28 </html> | 31 </html> |
| OLD | NEW |