mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -554206,7 +554206,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"custom-elements/Document-createElement.html": [
|
||||
"d9582ab3867b02e98da9b0da8e3398303d1833ab",
|
||||
"074c9f703cc7feb1dfc3d07aedd08460bd591d42",
|
||||
"testharness"
|
||||
],
|
||||
"custom-elements/HTMLElement-constructor.html": [
|
||||
|
|
|
@ -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