From a4f6df37a6707d5895744461f0624c9cd5875067 Mon Sep 17 00:00:00 2001 From: Ethan Lin Date: Tue, 3 Mar 2015 17:46:00 +0100 Subject: [PATCH] Bug 1125750 - Add auto test to detect error when using mOuter to check overflow area of a scrollable frame. r=dbaron --HG-- extra : rebase_source : 25d3b279293a57d0e61dd16e0ddfc1a8086194fa --- 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 000000000000..613fd5c243d4 --- /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 000000000000..774db68560fb --- /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 0db7f1b65fa7..fe4a3d8d97ad 100644 --- a/layout/reftests/scrolling/reftest.list +++ b/layout/reftests/scrolling/reftest.list @@ -33,3 +33,4 @@ skip-if(B2G) == huge-vertical-overflow.html huge-vertical-overflow-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