Sign in
webkit
/
WebKit
/
436b72e27e0464bf3a61a2b074723e3cc9dee953
/
.
/
LayoutTests
/
http
/
wpt
/
fetch
/
resources
/
iframe-with-image.py
blob: 7a0a40bbfa192b78823757d136284e06a98fa033 [
file
] [
log
] [
blame
]
ETAG
=
'"123abc"'
def
main
(
request
,
response
):
test_id
=
request
.
GET
.
first
(
"uuid"
)
response
.
status
=
(
200
,
"OK"
)
response
.
headers
.
set
(
"Content-Type"
,
'text/html'
)
return
"<!doctype html><image src='image-load.py?uuid="
+
test_id
+
"'></image>"