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