# HG changeset patch # User Ethan Lin Bug 1125750 - Add auto test to detect error when using mOuter to check overflow area of a scrollable frame. r=dbaron --- layout/reftests/scrolling/move-item-ref.html | 27 ++++++++++++++++++++++++ layout/reftests/scrolling/move-item.html | 31 ++++++++++++++++++++++++++++ layout/reftests/scrolling/reftest.list | 1 + 3 files changed, 59 insertions(+) create mode 100644 layout/reftests/scrolling/move-item-ref.html create mode 100644 layout/reftests/scrolling/move-item.html diff --git a/layout/reftests/scrolling/move-item-ref.html b/layout/reftests/scrolling/move-item-ref.html new file mode 100644 index 0000000..613fd5c --- /dev/null +++ b/layout/reftests/scrolling/move-item-ref.html @@ -0,0 +1,27 @@ + + + + + + + +
+
+
+ + + diff --git a/layout/reftests/scrolling/move-item.html b/layout/reftests/scrolling/move-item.html new file mode 100644 index 0000000..774db68 --- /dev/null +++ b/layout/reftests/scrolling/move-item.html @@ -0,0 +1,31 @@ + + + + + + + +
+
+
+ + + diff --git a/layout/reftests/scrolling/reftest.list b/layout/reftests/scrolling/reftest.list index 0db7f1b..fe4a3d8 100644 --- a/layout/reftests/scrolling/reftest.list +++ b/layout/reftests/scrolling/reftest.list @@ -28,8 +28,9 @@ fuzzy-if(Android,5,20000) == uncovering-1.html uncovering-1-ref.html fuzzy-if(Android,5,20000) == uncovering-2.html uncovering-2-ref.html skip-if(B2G) == less-than-scrollbar-height.html less-than-scrollbar-height-ref.html skip-if(B2G) == huge-horizontal-overflow.html huge-horizontal-overflow-ref.html skip-if(B2G) == huge-vertical-overflow.html huge-vertical-overflow-ref.html == iframe-scrolling-attr-1.html iframe-scrolling-attr-ref.html skip-if(B2G&&browserIsRemote) == iframe-scrolling-attr-2.html iframe-scrolling-attr-ref.html == frame-scrolling-attr-1.html frame-scrolling-attr-ref.html == frame-scrolling-attr-2.html frame-scrolling-attr-ref.html +== move-item.html move-item-ref.html # bug 1125750 -- 1.9.3 (Apple Git-50)