Closed
Bug 784987
Opened 13 years ago
Closed 13 years ago
location reference error
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 784985
People
(Reporter: zhengzongyi, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/14.0.1
Build ID: 20120713134347
Steps to reproduce:
page "default.html" content:
<iframe src="frame.html"></iframe>
<script>function fn(){ location="#hash" }</script>
page "frame.html" content:
<script>window.top.fn(); </script>
Actual results:
open default.html file
the browser redirect to frame.html#hash
Expected results:
the browser redirect to default.html#hash
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•