| Index: test/data/input/list_component_test.html
|
| diff --git a/test/data/input/list_component_test.html b/test/data/input/list_component_test.html
|
| index 19c9a2be9258e28de2e9e4fe7a21c2f6420cc63e..bee28ed78a79bd69aa10799b5d31c9293d9b5591 100644
|
| --- a/test/data/input/list_component_test.html
|
| +++ b/test/data/input/list_component_test.html
|
| @@ -13,8 +13,7 @@
|
| <meta charset="utf-8">
|
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
| <link rel="components" href="list_component.html">
|
| - <!-- use ../input/ so that the url also works from the output directory -->
|
| - <script type="application/javascript" src="../input/testing.js"></script>
|
| + <script type="application/javascript" src="testing.js"></script>
|
| </head>
|
| <body>
|
| <x-list></x-list>
|
|
|