Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / send_beacon.html
blob73a107dab91a9a9663230279a7057f9b5bc3e626
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 navigator.sendBeacon('/reload_post.html', 'bacon');
6 </script>
7 </head>
8 <body>
9 </body>
10 </html>