chromium/third_party/blink/web_tests/fast/dom/Window/resources/sibling-subframe-content.html

<script>
function loaded() {
    if (window.testRunner)
        testRunner.notifyDone();
}
</script>
<body onload="loaded()">
This text successfully replaced the original text in the frame. Test succeeded!
</body>