[Webkit-unassigned] [Bug 99468] New: http-equiv refresh=0 and internal anchor id causes infinite loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 16 08:43:24 PDT 2012


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

           Summary: http-equiv refresh=0 and internal anchor id causes
                    infinite loop
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: stephen.bugzilla at gmail.com


The http-equiv refresh below used to work, but now causes infinite loop.

<head>
    <meta http-equiv="refresh" content="0;url=#x" />
</head>
<body>
    <a name="x">X</a>
</body>

iPad v2, iOS 6.0, AppleWebKit 536.26
also fails on Windows nightly build r131444

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