Remove LOAD_SUB_FRAME load flag.
[chromium-blink-merge.git] / third_party / polymer / components / core-ajax / test / index.html
blob93161c3c2c82cc03c81617281f94c2a40a3ad4d8
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <script src="../../webcomponentsjs/webcomponents.js"></script>
6 <script src="../../web-component-tester/browser.js"></script>
7 </head>
8 <body>
9 <script>
10 WCT.loadSuites([
11 'core-ajax-progress.html',
12 'core-ajax-race.html',
13 'core-ajax.html'
14 ]);
15 </script>
16 </body>
17 </html>