Chromium Code Reviews| Index: LayoutTests/fast/history/scroll-restoration/resources/blank1.html |
| diff --git a/LayoutTests/fast/history/scroll-restoration/resources/blank1.html b/LayoutTests/fast/history/scroll-restoration/resources/blank1.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6b4df1ef2fce66d4729b56f282615403b1334947 |
| --- /dev/null |
| +++ b/LayoutTests/fast/history/scroll-restoration/resources/blank1.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +body { |
| + height: 2000px; |
| + width: 2000px; |
| +} |
| +</style> |
| +<body> Blank 1 </body> |