bzbarsky%mit.edu 5806dd9448 Tighten up the named-target navigation policy to better match the HTML5 spec
and Safari.  Bug 408052, patch by Adam Barth <hk9565@gmail.com> and Collin
Jackson <mozilla@collinjackson.com>, r=jst, sr=bzbarsky.


git-svn-id: svn://10.0.0.236/trunk@244151 18797224-902f-48f8-a5cc-f745e15eee43
2008-01-27 19:39:11 +00:00

12 lines
186 B
HTML

<!DOCTYPE html>
<html>
<body>
This document contains a frame.
<div><iframe src="blank.html"></iframe></div>
<script>
frames[0].name = window.name + "_child0";
</script>
</body>
</html>