Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/data/scrollbar-and-iframe-hover.html |
| diff --git a/third_party/WebKit/Source/web/tests/data/scrollbar-and-iframe-hover.html b/third_party/WebKit/Source/web/tests/data/scrollbar-and-iframe-hover.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..aa6a8bc07ad2c8e6b129a2401741421f603da321 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/web/tests/data/scrollbar-and-iframe-hover.html |
| @@ -0,0 +1,18 @@ |
| +<!DOCTYPE html> |
| + |
| +<style> |
| +body { |
| + margin: 0; |
| +} |
| +iframe { |
| + height: 200px; |
| + width: 200px; |
| +} |
| +</style> |
| + |
| +<iframe> |
| +</iframe> |
| + |
| +<div style="position: absolute; top: 1000px;"> |
|
bokan
2017/03/31 20:07:00
A nice trick here is to just add `height: 2000px`
|
| + make scrollbar enabled |
| +</div> |