Chromium Code Reviews| Index: Source/web/tests/data/fractional-scroll-fixed-position-hidden.html |
| diff --git a/Source/web/tests/data/fractional-scroll-fixed-position-hidden.html b/Source/web/tests/data/fractional-scroll-fixed-position-hidden.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..931972c6011ce0444693cd461e5bd526348e5dde |
| --- /dev/null |
| +++ b/Source/web/tests/data/fractional-scroll-fixed-position-hidden.html |
| @@ -0,0 +1,17 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +#settings { |
| + width: 100px; |
| + height: 100px; |
| + position: fixed; |
| + top: 0px; |
| + background-color:red; |
| + visibility: hidden; |
| +} |
| +</style> |
| +<html> |
| +<body style="width:1000px;height:2000px;"> |
| +<div id="settings"> |
| +</div> |
| +</body> |
| +</html> |