[Webkit-unassigned] [Bug 41510] Add ignoreWhitespace option at base64Decode()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 4 08:05:26 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41510





--- Comment #10 from Patrick R. Gansterer <paroga at paroga.com>  2010-07-04 08:05:26 PST ---
Created an attachment (id=60472)
 --> (https://bugs.webkit.org/attachment.cgi?id=60472)
testcase

(In reply to comment #9)
> OK. Then lets check the other browsers to see exactly what kinds of whitespace they skip.

IE 8:            %09, %0A, %0D,           %20
FF 3.6:     %08, %09, %0A, %0D,           %20
Safari 5.0:      %09, %0A, %0B, %0C, %0D, %20
Chrome 6.0:      %09, %0A, %0D,           %20

Opera 10.53 & QtWebKit 4.6: all non-base64 (%00-%2A, %2C-%2E, %3A-%3C, %3E-%40, %5B-%60, %7B-%FF)

CAUTION: IE supports only 31 stylesheet per page

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list