Bug 99468 - http-equiv refresh=0 and internal anchor id causes infinite loop
Summary: http-equiv refresh=0 and internal anchor id causes infinite loop
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-16 08:44 PDT by stephen.bugzilla
Modified: 2012-11-13 06:57 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stephen.bugzilla 2012-10-16 08:44:14 PDT
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
Comment 1 stephen.bugzilla 2012-10-16 08:46:08 PDT
I can also see the point of view, that perhaps it is correct in what it is now doing.
Comment 2 stephen.bugzilla 2012-10-23 09:47:32 PDT
However, from the backwards compatibility and compatibility with other browsers point of view, it is currently broken.