Chromium Code Reviews| Index: content/test/data/frame_owner_properties_scrolling.html |
| diff --git a/content/test/data/frame_owner_properties_scrolling.html b/content/test/data/frame_owner_properties_scrolling.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a6b7e27b5559f1aa2cff6ea4a695612dac776b86 |
| --- /dev/null |
| +++ b/content/test/data/frame_owner_properties_scrolling.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <iframe |
| + id="child-1" |
| + height="200" |
| + width="200" |
| + frameborder="0" |
| + src="/cross-site/b.com/tall_page.html"></iframe> |
| +</body> |
| +</html> |