chromium/third_party/blink/web_tests/fast/scrolling/hide-scrollbars-in-frame-expected.html

<!DOCTYPE html>
<html>
<head>
<style>
html, body {
    margin: 0;
    padding: 0;
    min-height: 2000px;
    min-width: 2000px;
    overflow: hidden;
}
</style>
<script>
</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>