| <!DOCTYPE html> |
| <html> |
| <head> |
| <style> |
| html, body { |
| margin: 0; |
| padding: 0; |
| min-height: 2000px; |
| min-width: 2000px; |
| } |
| </style> |
| <script> |
| if (window.internals) { |
| testRunner.dumpAsTextWithPixelResults(); |
| internals.settings.setViewportEnabled(false); |
| internals.settings.setHideScrollbars(true); |
| } |
| </script> |
| </head> |
| <body> |
| <!-- Tests that scrollbars on the frame are not shown if the hideScrollbars |
| setting is true. Since the body has a minimum height/width larger than the |
| frame, scrollbars would otherwise be visible. --> |
| </body> |
| </html> |