mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Add a test verifying that HTTPS WPT tests work.
This commit is contained in:
parent
ba132e0b4c
commit
f12bb9db4f
2 changed files with 18 additions and 0 deletions
|
@ -19650,6 +19650,12 @@
|
||||||
{}
|
{}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"mozilla/secure.https.html": [
|
||||||
|
[
|
||||||
|
"/_mozilla/mozilla/secure.https.html",
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
"mozilla/send-arraybuffer.htm": [
|
"mozilla/send-arraybuffer.htm": [
|
||||||
[
|
[
|
||||||
"/_mozilla/mozilla/send-arraybuffer.htm",
|
"/_mozilla/mozilla/send-arraybuffer.htm",
|
||||||
|
@ -31149,6 +31155,10 @@
|
||||||
"6cb4fd833674380c660c0f5ff0f5dd5cb18ed1dd",
|
"6cb4fd833674380c660c0f5ff0f5dd5cb18ed1dd",
|
||||||
"support"
|
"support"
|
||||||
],
|
],
|
||||||
|
"mozilla/secure.https.html": [
|
||||||
|
"fc757effccd93c56ab79b0510a01ae815b7a8714",
|
||||||
|
"testharness"
|
||||||
|
],
|
||||||
"mozilla/send-arraybuffer.htm": [
|
"mozilla/send-arraybuffer.htm": [
|
||||||
"dc04c6f888458b28bd29a3a43f4dab7f12e72a33",
|
"dc04c6f888458b28bd29a3a43f4dab7f12e72a33",
|
||||||
"testharness"
|
"testharness"
|
||||||
|
|
8
tests/wpt/mozilla/tests/mozilla/secure.https.html
Normal file
8
tests/wpt/mozilla/tests/mozilla/secure.https.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue