Index: chrome/test/data/scroll/iframe.html |
diff --git a/chrome/test/data/scroll/iframe.html b/chrome/test/data/scroll/iframe.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0fc12601dbeffa2f4565316bcbd75b7f0ef5fa43 |
--- /dev/null |
+++ b/chrome/test/data/scroll/iframe.html |
@@ -0,0 +1,8 @@ |
+<html> |
+ <head></head> |
+ <body style="height: 100%; width:100%; overflow:hidden"> |
+ <iframe src="data:text/html,<body style=height:10000px;width:100%>place cursor here" style="height: 100%; width:100%;"> |
+ </iframe> |
+ </body> |
+</html> |
+ |