| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <script src="../../polygerrit-ui/app//bower_components/webcomponentsjs/webcomponents-lite.js"></script> | |
| <script src="../../polygerrit-ui/app/bower_components/web-component-tester/browser.js"></script> | |
| </head> | |
| <body> | |
| <script> | |
| WCT.loadSuites([ | |
| 'gr-simple-submit-rules-repo-config/gr-simple-submit-rules-repo-config_test.html', | |
| ]); | |
| </script> | |
| </body> | |
| </html> |