Add a test verifying that HTTPS WPT tests work.

This commit is contained in:
Josh Matthews 2017-04-05 16:45:26 -04:00
parent ba132e0b4c
commit f12bb9db4f
2 changed files with 18 additions and 0 deletions

View file

@ -19650,6 +19650,12 @@
{}
]
],
"mozilla/secure.https.html": [
[
"/_mozilla/mozilla/secure.https.html",
{}
]
],
"mozilla/send-arraybuffer.htm": [
[
"/_mozilla/mozilla/send-arraybuffer.htm",
@ -31149,6 +31155,10 @@
"6cb4fd833674380c660c0f5ff0f5dd5cb18ed1dd",
"support"
],
"mozilla/secure.https.html": [
"fc757effccd93c56ab79b0510a01ae815b7a8714",
"testharness"
],
"mozilla/send-arraybuffer.htm": [
"dc04c6f888458b28bd29a3a43f4dab7f12e72a33",
"testharness"

View file

@ -0,0 +1,8 @@
<html>
<head>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
var t = async_test('Window loaded in secure page.');
addEventListener('load', t.step_func_done());
</script>