Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
external-stylesheets-frame.py
blob: faf646d6e3e0ebd3a78580e3ab981d3c2ad44fdb [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'Content-Disposition: attachment; filename=test.html\r\n'
'Content-Type: text/html\r\n\r\n'
'<!DOCTYPE html>\n'
'<link rel="stylesheet" href="data:text/css,body::after { content: \'FAIL\'; }">\n'
)