| Maxime Guerreiro | 0916fe5 | 2018-05-30 14:23:43 +0000 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <html> | ||||
| 3 | |||||
| 4 | <head> | ||||
| 5 | <meta charset="utf-8"> | ||||
| 6 | <script src="../../polygerrit-ui/app//bower_components/webcomponentsjs/webcomponents-lite.js"></script> | ||||
| 7 | <script src="../../polygerrit-ui/app/bower_components/web-component-tester/browser.js"></script> | ||||
| 8 | </head> | ||||
| 9 | |||||
| 10 | <body> | ||||
| 11 | <script> | ||||
| 12 | WCT.loadSuites([ | ||||
| 13 | 'gr-simple-submit-rules-repo-config/gr-simple-submit-rules-repo-config_test.html', | ||||
| 14 | ]); | ||||
| 15 | </script> | ||||
| 16 | </body> | ||||
| 17 | |||||
| 18 | </html> | ||||