Update web-platform-tests to revision 3b3585e368841b77caea8576fa56cef91c3fbdf0

This commit is contained in:
Ms2ger 2016-09-26 10:52:50 +02:00
parent d00639c55f
commit 3b4f0ec0bb
541 changed files with 14609 additions and 3288 deletions

View file

@ -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>

View file

@ -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

View file

@ -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