CLOSED TREE: TraceMonkey merge head. (a=blockers)
[mozilla-central.git] / docshell / test / navigation / parent.html
blob46028aad9353ec3266f0b6aa21ea8dec2015f378
1 <!DOCTYPE html>
2 <html>
3 <body>
4 This document contains a frame.
5 <div><iframe src="blank.html"></iframe></div>
6 <script>
7 frames[0].name = window.name + "_child0";
8 </script>
9 </body>
10 </html>