- add sources.
[platform/framework/web/crosswalk.git] / src / content / test / data / session_history / location_redirect_frame1.html
1 <script>
2 function navigate() {
3   location = "location_redirect_frame2.html";
4 }
5 </script>