Bug 70159 - Come up with a test for bug 69380
Summary: Come up with a test for bug 69380
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P3 Normal
Assignee: Ada Chan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-14 17:13 PDT by Ada Chan
Modified: 2011-10-14 17:13 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ada Chan 2011-10-14 17:13:03 PDT
https://bugs.webkit.org/show_bug.cgi?id=69380 fixes a bug where toURLRef() did not return 0 for a null string. We should come up with a test for this. It's not straight-forward because we can't just call toURLRef() directly from a TestWebKitAPI test. We need a simple test that triggers the condition where a null string is passed to toURLRef().