diff options
Diffstat (limited to 'layout/reftests/async-scrolling/sticky-pos-scrollable-2-ref.html')
-rw-r--r-- | layout/reftests/async-scrolling/sticky-pos-scrollable-2-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/async-scrolling/sticky-pos-scrollable-2-ref.html b/layout/reftests/async-scrolling/sticky-pos-scrollable-2-ref.html new file mode 100644 index 000000000..da90b1998 --- /dev/null +++ b/layout/reftests/async-scrolling/sticky-pos-scrollable-2-ref.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<style> +body { + margin: 0; + height: 4000px; + overflow: hidden; +} +div { + background: blue; + width: 200px; + height: 200px; + margin-top: 300px; + position: sticky; + bottom: 100px; +} +</style> +<div></div> |