Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / resources / sibling-subframe-content.html
blob47118f10bc553307d65f7f6b2d0e6f92b09ea569
1 <script>
2 function loaded() {
3 if (window.testRunner)
4 testRunner.notifyDone();
6 </script>
7 <body onload="loaded()">
8 This text successfully replaced the original text in the frame. Test succeeded!
9 </body>