Clarify and update GN build flags docs.
[chromium-blink-merge.git] / chrome / test / data / beforeunload.html
blob5904abc1af7ea7c4476f56696b1e0d8b622c8de9
1 <html>
2 <head>
3 <title>Loading...</title>
4 <script>
5 window.onbeforeunload = function(e) { return 'foo'; };
6 </script>
7 </head>
8 <body>
9 <p>Navigate to another page to trigger beforeunload handler.</p>
10 </body>
11 </html>