Bug 29719 - Add ability to automatically test FTP directory parsing
Summary: Add ability to automatically test FTP directory parsing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-24 11:09 PDT by Brady Eidson
Modified: 2009-09-24 12:20 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2009-09-24 11:09:32 PDT
Add ability to automatically test FTP directory parsing.

One idea is to:
-Have DRT use it's own FTP directory template that is easily dumped in layout test formatting.
-Put the FTP directory listing tests in their own PHP files that webkit-httpd could host and send back with the appropriate MIME type.
-Have a parent frame run as an http test that sets up DRT, and the directory listing hosted in an iframe

Another possibility is to add a webkit-ftpd and make a special LayoutTests/ftp directory, and have DRT have a set behavior for ftp:// urls