mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 237fce47cec56baeb64392506c0c21c0c9615e18
This commit is contained in:
parent
1e182cd185
commit
2863a4690c
1379 changed files with 26455 additions and 1381 deletions
|
@ -1,2 +1,2 @@
|
|||
def main(request, response):
|
||||
return 404, [("Content-Type", "text/html")], 'Some content for the masses.' * 100
|
||||
return 404, [(b"Content-Type", b"text/html")], b'Some content for the masses.' * 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue