mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision 2b758296541cf4f2209b8c2352cf6c7890c97be3
This commit is contained in:
parent
2304f02123
commit
835d593cd0
118 changed files with 3269 additions and 703 deletions
|
@ -10,7 +10,7 @@ for(let i = 0; i < 0x21; i++) {
|
|||
let fail = false,
|
||||
strip = false
|
||||
|
||||
// REMOVE 0x0B/0x0C exception once https://github.com/w3c/wptserve/issues/111 is fixed
|
||||
// REMOVE 0x0B/0x0C exception once https://github.com/web-platform-tests/wpt/issues/8372 is fixed
|
||||
if(i === 0x0B || i === 0x0C)
|
||||
continue
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
def main(request, response):
|
||||
headers = []
|
||||
request_headers = []
|
||||
if "headers" in request.GET:
|
||||
checked_headers = request.GET.first("headers").split("|")
|
||||
for header in checked_headers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue