Chromium Code Reviews| Index: android_webview/test/data/iframe.html |
| diff --git a/android_webview/test/data/iframe.html b/android_webview/test/data/iframe.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e835f730aface32807f29a2b8f9e928ea17eda60 |
| --- /dev/null |
| +++ b/android_webview/test/data/iframe.html |
| @@ -0,0 +1,6 @@ |
| +<html> |
| + <body> |
| + <p>This is outside the iframe</p> |
| + <iframe src="./malware.html"></iframe> |
| + </body> |
| +</html> |