chromium/third_party/blink/web_tests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html

<!DOCTYPE html>
<html>
<head>
<style>
html, body {
    margin: 0;
    padding: 0;
}
.container {
    width: 100px;
    height: 100px;
    background-color: lime;
    position: relative;
    display: block;
    font-family: "Arial";
    font-size : 12pt;
}
.scrollbar {
    background-color: #808080;
    position: absolute;
}
.vertical {
    width: 3px;
    height: 92px;
}
</style>
<script>
</script>
</head>
<body>
<p>You should see 2 green boxes with-out overlay scrollbar.</p>	

<div class="container"></div>
<div dir="rtl" class="container"></div>
</body>
</html>