зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1278694 - Fix testharness.js path in subresources-integrity tests, r=Ms2ger
MozReview-Commit-ID: GXpCHvZ427l --HG-- extra : rebase_source : 3e85eb8697a506759f9d0c232af4e3a6011c5365
This commit is contained in:
Родитель
fe1f8cf596
Коммит
70aaa7572c
|
@ -36030,6 +36030,12 @@
|
|||
"url": "/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html"
|
||||
}
|
||||
],
|
||||
"subresource-integrity/subresource-integrity.sub.html": [
|
||||
{
|
||||
"path": "subresource-integrity/subresource-integrity.sub.html",
|
||||
"url": "/subresource-integrity/subresource-integrity.sub.html"
|
||||
}
|
||||
],
|
||||
"web-animations/timing-model/animations/current-time.html": [
|
||||
{
|
||||
"path": "web-animations/timing-model/animations/current-time.html",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset=utf-8>
|
||||
<title>Subresource Integrity</title>
|
||||
<script src="../../../resources/testharness.js"></script>
|
||||
<script src="../../../resources/testharnessreport.js"></script>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
|
||||
<div id="log"></div>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче