chromium/chrome/test/data/android/simple_iframe.html

<html>
<body>
Hello, this is iframe
<script>
parent.postMessage('iframe loaded', '*');
</script>
</body>
</html>