1 2 3 4 5 6 7 8
fuchsia_web / webengine / test / data / popup_child.html [blame] <html> <head><title>Popup child</title></head> <body> <script> window.location.href = 'title1.html'; </script> </body> </html>