From 447781660a6347a7b76f51faa7d1cd9cadf3ae5a Mon Sep 17 00:00:00 2001 From: Botond Ballo Date: Wed, 13 Jan 2016 19:06:11 -0500 Subject: [PATCH] Bug 1238571 - Async scroll reftest with scrolled container inside position:fixed element. r=mstange --- .../position-fixed-body-ref.html | 27 ++++++++++++++++ .../async-scrolling/position-fixed-body.html | 31 +++++++++++++++++++ layout/reftests/async-scrolling/reftest.list | 1 + 3 files changed, 59 insertions(+) create mode 100644 layout/reftests/async-scrolling/position-fixed-body-ref.html create mode 100644 layout/reftests/async-scrolling/position-fixed-body.html diff --git a/layout/reftests/async-scrolling/position-fixed-body-ref.html b/layout/reftests/async-scrolling/position-fixed-body-ref.html new file mode 100644 index 00000000000..3c79116aa00 --- /dev/null +++ b/layout/reftests/async-scrolling/position-fixed-body-ref.html @@ -0,0 +1,27 @@ + + + + +
+
+
+ + diff --git a/layout/reftests/async-scrolling/position-fixed-body.html b/layout/reftests/async-scrolling/position-fixed-body.html new file mode 100644 index 00000000000..f72a5f4d37f --- /dev/null +++ b/layout/reftests/async-scrolling/position-fixed-body.html @@ -0,0 +1,31 @@ + + + + +
+
+
+ + diff --git a/layout/reftests/async-scrolling/reftest.list b/layout/reftests/async-scrolling/reftest.list index 17b02093bb5..25f040ce0dd 100644 --- a/layout/reftests/async-scrolling/reftest.list +++ b/layout/reftests/async-scrolling/reftest.list @@ -15,6 +15,7 @@ skip-if(!asyncPan) == nested-1.html nested-1-ref.html skip-if(!asyncPan) == nested-2.html nested-2-ref.html skip-if(!asyncPan) == position-fixed-1.html position-fixed-1-ref.html skip-if(!asyncPan) == position-fixed-2.html position-fixed-2-ref.html +skip-if(!asyncPan) == position-fixed-body.html position-fixed-body-ref.html skip-if(!asyncPan) == position-fixed-cover-1.html position-fixed-cover-1-ref.html skip-if(!asyncPan) == position-fixed-cover-2.html position-fixed-cover-2-ref.html skip-if(!asyncPan) == position-fixed-cover-3.html position-fixed-cover-3-ref.html