Chromium Code Reviews| Index: LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar.html |
| diff --git a/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar.html b/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..86bcd48f863f9f1855df0deb002b0c78941e53fe |
| --- /dev/null |
| +++ b/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar.html |
| @@ -0,0 +1,25 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<style> |
| +html, body { |
| + margin: 0; |
| + padding: 0; |
| +} |
| +.container { |
| + width: 100px; |
| + height: 100px; |
| + background-color: lime; |
| + position: relative; |
| +} |
| +</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> |