Value of Content-Disposition header:

Content-Disposition: attachment; filename="foo-%41.html"

Test Description:

'attachment', specifying a filename of foo-%41.html

UA should offer to download the resource as "foo-%41.html". Displaying "foo-A.html" instead would indicate that the UA has attempted to percent-decode the parameter.