[Webkit-unassigned] [Bug 68089] New: WebKit doesn't parse "#" as delimiter for fragment identifier in data URIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 10:32:55 PDT 2011


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

           Summary: WebKit doesn't parse "#" as delimiter for fragment
                    identifier in data URIs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: data:text/html,<html>no hash should be visible:#
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dholbert at mozilla.com


STEPS TO REPRODUCE:
 1. Load this URI directly:
      data:text/html,<html>no hash should be visible:#

EXPECTED RESULTS:
  No # should be visible on the resulting rendered content.  The "#" should signify the end of the URI and the start of the fragment identifier.

ACTUAL RESULTS:
  The page renders with a "#" as part of the content.

Firefox versions > 6 as well as Opera 11.51 show EXPECTED RESULTS.

Chromium shows ACTUAL RESULTS
 version tested: 14.0.835.126 (Developer Build 99097 Linux) Ubuntu 11.10

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