Bug 49091 - data: URLs that are used as GET form targets should not have query parameters
Summary: data: URLs that are used as GET form targets should not have query parameters
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-05 13:58 PDT by Mihai Parparita
Modified: 2010-11-05 23:19 PDT (History)
1 user (show)

See Also:


Attachments
Test case (332 bytes, text/html)
2010-11-05 13:58 PDT, Mihai Parparita
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mihai Parparita 2010-11-05 13:58:44 PDT
Created attachment 73113 [details]
Test case

See test case (result should be empty, but as of r71367 the form parameters are appended to the data: URL). This is not correct per step 15 of section (Form submission algorithm) of the HTML 5 spec.

The Chromium port doesn't have this bug, presumably due to KURL vs. GURL differences.