Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / inspector-enabled / resources / console-log-frame-after-navigation.html
blob0c7c1cd907e8a26349e287c402d5745d78a3196f
1 <html>
2 <head>
3 <script>
4 function handleLoad() {
5 window.parent.postMessage("frameReloaded", "*");
7 </script>
8 </head>
9 <body onload="handleLoad()">
10 New Inner Content.
11 </body>
12 </html>