mirror of
https://github.com/servo/servo.git
synced 2025-09-05 04:28:22 +01:00
Update web-platform-tests to revision 3b3585e368841b77caea8576fa56cef91c3fbdf0
This commit is contained in:
parent
d00639c55f
commit
3b4f0ec0bb
541 changed files with 14609 additions and 3288 deletions
|
@ -1,9 +1,6 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
|
||||
<img src="resources/image.png">
|
||||
<img src="resources/image.png">
|
||||
<meta charset="utf-8">
|
||||
<img src="/images/green.png">
|
||||
<img src="/images/green.png">
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<!doctype html>
|
||||
<html id="doc" class="reftest-wait">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<link rel="match" href="basic-auth-cache-test-ref.html">
|
||||
|
||||
<img id="auth" onload="loadNoAuth()">
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -
|
||||
|
||||
def main(request, response):
|
||||
image_url = str.replace(request.url, "securedimage.py", "image.png")
|
||||
image_url = str.replace(request.url, "http/resources/securedimage.py", "images/green.png")
|
||||
|
||||
if "authorization" not in request.headers:
|
||||
response.status = 401
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue