description(
'Test for <rdar://problem/5666078> Cookie parsing terminates at the first semicolon, ignoring quotes (16699)'
);
clearAllCookies();
debug("Check that setting a cookie with a semi-colon in a duoble-quoted value works");
cookiesShouldBe('disorder="477beccb;richard";Version=1;Path=/', 'disorder="477beccb;richard"');
clearCookies();
successfullyParsed = true;