Chromium Code Reviews| Index: LayoutTests/fast/scroll-behavior/resources/large-subframe.html |
| diff --git a/LayoutTests/fast/scroll-behavior/resources/large-subframe.html b/LayoutTests/fast/scroll-behavior/resources/large-subframe.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..52b58d63af4e1aaccb5de34c3968d14f631304ca |
| --- /dev/null |
| +++ b/LayoutTests/fast/scroll-behavior/resources/large-subframe.html |
| @@ -0,0 +1,16 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <style> |
| + #content { |
| + width: 7500px; |
| + height: 7500px; |
| + background-color: blue; |
| + } |
| + </style> |
| +</head> |
| + |
| +<body> |
| + <div id="content"></div> |
| +</body> |
| +</html> |