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:
James Graham 2016-06-07 23:07:20 +01:00
Родитель fe1f8cf596
Коммит 70aaa7572c
2 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -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>