Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/data/custom-scrollbar-dcheck-failed-when-paint-scroll-corner.html |
| diff --git a/third_party/WebKit/Source/web/tests/data/custom-scrollbar-dcheck-failed-when-paint-scroll-corner.html b/third_party/WebKit/Source/web/tests/data/custom-scrollbar-dcheck-failed-when-paint-scroll-corner.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e84bd5c520c869255746ab2e08a9d00aea6c1480 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/web/tests/data/custom-scrollbar-dcheck-failed-when-paint-scroll-corner.html |
| @@ -0,0 +1,17 @@ |
| +<!DOCTYPE html> |
| + |
| +<style type="text/css"> |
| + ::-webkit-scrollbar { |
| + width: 16px; |
| + height: 16px; |
| + overflow: visible; |
| + } |
| + |
| + div { |
| + width: 1000px; |
| + } |
| +</style> |
| + |
| +<div style="position: absolute; top: 1000px;"> |
| + end |
| +</div> |