Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make SSL tests work #15784

Merged
merged 7 commits into from Apr 6, 2017

Add a test verifying that HTTPS WPT tests work.

  • Loading branch information
jdm committed Apr 6, 2017
commit f12bb9db4fdecb67f76f2de74285d918b422bf29
{}
]
],
"mozilla/secure.https.html": [
[
"/_mozilla/mozilla/secure.https.html",
{}
]
],
"mozilla/send-arraybuffer.htm": [
[
"/_mozilla/mozilla/send-arraybuffer.htm",
"6cb4fd833674380c660c0f5ff0f5dd5cb18ed1dd",
"support"
],
"mozilla/secure.https.html": [
"fc757effccd93c56ab79b0510a01ae815b7a8714",
"testharness"
],
"mozilla/send-arraybuffer.htm": [
"dc04c6f888458b28bd29a3a43f4dab7f12e72a33",
"testharness"
@@ -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>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.