Skip to content

Commit

Permalink
Add a test verifying that HTTPS WPT tests work.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Apr 6, 2017
1 parent ba132e0 commit f12bb9d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/wpt/mozilla/meta/MANIFEST.json
Expand Up @@ -19650,6 +19650,12 @@
{}
]
],
"mozilla/secure.https.html": [
[
"/_mozilla/mozilla/secure.https.html",
{}
]
],
"mozilla/send-arraybuffer.htm": [
[
"/_mozilla/mozilla/send-arraybuffer.htm",
Expand Down Expand Up @@ -31149,6 +31155,10 @@
"6cb4fd833674380c660c0f5ff0f5dd5cb18ed1dd",
"support"
],
"mozilla/secure.https.html": [
"fc757effccd93c56ab79b0510a01ae815b7a8714",
"testharness"
],
"mozilla/send-arraybuffer.htm": [
"dc04c6f888458b28bd29a3a43f4dab7f12e72a33",
"testharness"
Expand Down
8 changes: 8 additions & 0 deletions tests/wpt/mozilla/tests/mozilla/secure.https.html
@@ -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>

0 comments on commit f12bb9d

Please sign in to comment.