mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Added 'about:sslfail' and a reftest for SSL failure
This commit is contained in:
parent
945a2c66e1
commit
16096f1a9c
4 changed files with 53 additions and 7 deletions
|
@ -5779,6 +5779,18 @@
|
|||
"url": "/_mozilla/mozilla/iframe/resize_after_load.html"
|
||||
}
|
||||
],
|
||||
"mozilla/sslfail.html": [
|
||||
{
|
||||
"path": "mozilla/sslfail.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/sslfail-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/sslfail.html"
|
||||
}
|
||||
],
|
||||
"mozilla/webgl/clearcolor.html": [
|
||||
{
|
||||
"path": "mozilla/webgl/clearcolor.html",
|
||||
|
@ -12441,6 +12453,18 @@
|
|||
"url": "/_mozilla/mozilla/iframe/resize_after_load.html"
|
||||
}
|
||||
],
|
||||
"mozilla/sslfail.html": [
|
||||
{
|
||||
"path": "mozilla/sslfail.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/sslfail-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/sslfail.html"
|
||||
}
|
||||
],
|
||||
"mozilla/webgl/clearcolor.html": [
|
||||
{
|
||||
"path": "mozilla/webgl/clearcolor.html",
|
||||
|
|
9
tests/wpt/mozilla/tests/mozilla/sslfail-ref.html
Normal file
9
tests/wpt/mozilla/tests/mozilla/sslfail-ref.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>SSL Failure Reference</title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="about:sslfail"></iframe>
|
||||
</body>
|
||||
</html>
|
10
tests/wpt/mozilla/tests/mozilla/sslfail.html
Normal file
10
tests/wpt/mozilla/tests/mozilla/sslfail.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>SSL Failure</title>
|
||||
<link rel=match href=sslfail-ref.html>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="https://somesite.org/blah"></iframe>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue