Chromium Code Reviews| Index: chrome/test/data/android/simple_iframe.html |
| diff --git a/chrome/test/data/android/simple_iframe.html b/chrome/test/data/android/simple_iframe.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dc5b478ad0792a69c850b4f8f95afa00b1a8a3a4 |
| --- /dev/null |
| +++ b/chrome/test/data/android/simple_iframe.html |
| @@ -0,0 +1,8 @@ |
| +<html> |
| +<body> |
| +Hello, this is iframe |
| +<script> |
| +parent.postMessage('iframe loaded', '*'); |
| +</script> |
| +</body> |
| +</html> |