Value of Content-Disposition header:

Content-Disposition: attachment; foobar=x; filename="foo.html"

Test Description:

'attachment', specifying a new parameter "foobar", plus a filename of foo.html in the traditional format.

"foobar" should be ignored, thus "foo.html" be used as filename (this tests whether the UA properly skips unknown parameters).