[Webkit-unassigned] [Bug 68089] 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:54:34 PDT 2011


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





--- Comment #1 from Daniel Holbert <dholbert at mozilla.com>  2011-09-14 10:54:35 PST ---
ALTERNATE STEPS TO REPRODUCE (slightly trickier, but same underlying issue):
 Load this URI:
=========
data:application/xhtml+xml,<html xmlns='http://www.w3.org/1999/xhtml'><div style='height:3000px; width: 300px; background: red'/><div id='target' style='height: 3000px; width: 300px; background: green;'/></html>#target
=========

ACTUAL RESULTS:  Error page, for an XML parse error, saying:
>  This page contains the following errors:
>  error on line 1 at column 47: Extra content at the end of the document
>  Below is a rendering of the page up to the first error.
> [rendering of the page]

EXPECTED RESULTS:
 (a) No errors reported
 (b) tall green rect should be visible (and no red should be visible).  That is -- the initial load should seek past the red to the 'target' element.

Again, Opera & Firefox give EXPECTED RESULTS, and Chromium 14 gives ACTUAL RESULTS.

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