mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Fix broken path to CE helper file
This commit is contained in:
parent
062b128688
commit
dd9bb0550b
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
<link rel="help" content="https://dom.spec.whatwg.org/#concept-create-element">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="resources/custom-elements-helper.js"></script>
|
||||
<script src="resources/custom-elements-helpers.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue