[Webkit-unassigned] [Bug 64049] New: Woff data stream with punctuation spacing fails.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 6 19:22:40 PDT 2011


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

           Summary: Woff data stream with punctuation spacing fails.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://code.google.com/p/chromium/issues/detail?id=851
                    67
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jordon at envygeeks.com


This is a re-post from Chromium tracker, I was asked to port it here as they believe it's an upstream bug.

Chrome Version: 11.0.696.77
OS Version: Windows 7, Ubuntu Linux, Debian Linux
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
     Safari 5: Failed
  Firefox 4.x: Passed
         IE 9: Passed

Safari test was done with Adobe Browserlab.

What steps will reproduce the problem?
1. Create a base64 data stream of your font and use in @font-face.
2. Use proper punctuation spacing. EXP: [, data] and not [,data]


What is the expected result?
Woff font to show up as embedded.

What happens instead?
I thought I was stupid until I figured it out.

Examples:
Works: @font-face { font-family: museo; src: url('data:application/x-woff;base64,data-here') format('woff'); }
Fails: @font-face { font-family: museo; src: url('data: application/x-woff; base64, data-here') format('woff'); }

-- 
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