# HG changeset patch # User Corey Ford # Date 1376086631 25200 # Fri Aug 09 15:17:11 2013 -0700 # Node ID 09d3c94338dfdea993ef2ed9f9685bdf40836b9a # Parent 703a440631ce6428e5379e16f5bca08a43fdd8e3 Bug 886646 - Part 7: Reftests for sticky positioning. diff --git a/layout/reftests/reftest.list b/layout/reftests/reftest.list --- a/layout/reftests/reftest.list +++ b/layout/reftests/reftest.list @@ -245,16 +245,19 @@ skip-if(B2G) include pagination/reftest. skip-if(B2G) include scoped-style/reftest.list # scrolling skip-if(Android&&AndroidVersion>=15) include scrolling/reftest.list # selection include selection/reftest.list +# sticky positioning +include sticky-pos/reftest.list + # svg/ include svg/reftest.list # tab-size/ skip-if(B2G) include tab-size/reftest.list # table-anonymous-boxes/ skip-if(B2G) include table-anonymous-boxes/reftest.list diff --git a/layout/reftests/sticky-pos/bottom-1-ref.html b/layout/reftests/sticky-pos/bottom-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/bottom-1-ref.html @@ -0,0 +1,24 @@ + + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/bottom-1.html b/layout/reftests/sticky-pos/bottom-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/bottom-1.html @@ -0,0 +1,27 @@ + + + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/bottom-2-ref.html b/layout/reftests/sticky-pos/bottom-2-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/bottom-2-ref.html @@ -0,0 +1,24 @@ + + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/bottom-2a.html b/layout/reftests/sticky-pos/bottom-2a.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/bottom-2a.html @@ -0,0 +1,28 @@ + + + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/bottom-2b.html b/layout/reftests/sticky-pos/bottom-2b.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/bottom-2b.html @@ -0,0 +1,27 @@ + + + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/bottom-2c.html b/layout/reftests/sticky-pos/bottom-2c.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/bottom-2c.html @@ -0,0 +1,27 @@ + + + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/bottom-3-ref.html b/layout/reftests/sticky-pos/bottom-3-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/bottom-3-ref.html @@ -0,0 +1,31 @@ + + + + + + + +
+
+
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/bottom-3.html b/layout/reftests/sticky-pos/bottom-3.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/bottom-3.html @@ -0,0 +1,34 @@ + + + + + + + + +
+
+
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/containing-block-1-ref.html b/layout/reftests/sticky-pos/containing-block-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/containing-block-1-ref.html @@ -0,0 +1,31 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/sticky-pos/containing-block-1.html b/layout/reftests/sticky-pos/containing-block-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/containing-block-1.html @@ -0,0 +1,33 @@ + + + + + + + +
+
+
+ + diff --git a/layout/reftests/sticky-pos/initial-1-ref.html b/layout/reftests/sticky-pos/initial-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/initial-1-ref.html @@ -0,0 +1,26 @@ + + + + + + +
+ + diff --git a/layout/reftests/sticky-pos/initial-1.html b/layout/reftests/sticky-pos/initial-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/initial-1.html @@ -0,0 +1,28 @@ + + + + + + + +
+ + diff --git a/layout/reftests/sticky-pos/initial-scroll-1-ref.html b/layout/reftests/sticky-pos/initial-scroll-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/initial-scroll-1-ref.html @@ -0,0 +1,34 @@ + + + + + + +
+
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/initial-scroll-1.html b/layout/reftests/sticky-pos/initial-scroll-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/initial-scroll-1.html @@ -0,0 +1,36 @@ + + + + + + + +
+
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/left-1-ref.html b/layout/reftests/sticky-pos/left-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-1-ref.html @@ -0,0 +1,41 @@ + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/left-1.html b/layout/reftests/sticky-pos/left-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-1.html @@ -0,0 +1,48 @@ + + + + + + + +
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/left-2-ref.html b/layout/reftests/sticky-pos/left-2-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-2-ref.html @@ -0,0 +1,36 @@ + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/left-2.html b/layout/reftests/sticky-pos/left-2.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-2.html @@ -0,0 +1,48 @@ + + + + + + + +
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/left-3-ref.html b/layout/reftests/sticky-pos/left-3-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-3-ref.html @@ -0,0 +1,38 @@ + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/left-3.html b/layout/reftests/sticky-pos/left-3.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-3.html @@ -0,0 +1,48 @@ + + + + + + + +
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/left-right-1-ref.html b/layout/reftests/sticky-pos/left-right-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-right-1-ref.html @@ -0,0 +1,41 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/sticky-pos/left-right-1.html b/layout/reftests/sticky-pos/left-right-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-right-1.html @@ -0,0 +1,43 @@ + + + + + + + +
+
+
+ + diff --git a/layout/reftests/sticky-pos/left-right-2-ref.html b/layout/reftests/sticky-pos/left-right-2-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-right-2-ref.html @@ -0,0 +1,32 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/sticky-pos/left-right-2.html b/layout/reftests/sticky-pos/left-right-2.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-right-2.html @@ -0,0 +1,47 @@ + + + + + + + +
+
+
+ + + diff --git a/layout/reftests/sticky-pos/left-right-3-ref.html b/layout/reftests/sticky-pos/left-right-3-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-right-3-ref.html @@ -0,0 +1,33 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/sticky-pos/left-right-3.html b/layout/reftests/sticky-pos/left-right-3.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/left-right-3.html @@ -0,0 +1,46 @@ + + + + + + + +
+
+
+ + + diff --git a/layout/reftests/sticky-pos/margin-1-ref.html b/layout/reftests/sticky-pos/margin-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/margin-1-ref.html @@ -0,0 +1,30 @@ + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/margin-1.html b/layout/reftests/sticky-pos/margin-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/margin-1.html @@ -0,0 +1,38 @@ + + + + + + + + +
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/overconstrained-1-ref.html b/layout/reftests/sticky-pos/overconstrained-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/overconstrained-1-ref.html @@ -0,0 +1,24 @@ + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/overconstrained-1.html b/layout/reftests/sticky-pos/overconstrained-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/overconstrained-1.html @@ -0,0 +1,28 @@ + + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/overconstrained-2-ref.html b/layout/reftests/sticky-pos/overconstrained-2-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/overconstrained-2-ref.html @@ -0,0 +1,39 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/sticky-pos/overconstrained-2.html b/layout/reftests/sticky-pos/overconstrained-2.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/overconstrained-2.html @@ -0,0 +1,44 @@ + + + + + + + +
+
+
+ + diff --git a/layout/reftests/sticky-pos/overconstrained-3-ref.html b/layout/reftests/sticky-pos/overconstrained-3-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/overconstrained-3-ref.html @@ -0,0 +1,27 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/sticky-pos/overconstrained-3.html b/layout/reftests/sticky-pos/overconstrained-3.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/overconstrained-3.html @@ -0,0 +1,48 @@ + + + + + + + +
+
+
+ + + diff --git a/layout/reftests/sticky-pos/overcontain-1-ref.html b/layout/reftests/sticky-pos/overcontain-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/overcontain-1-ref.html @@ -0,0 +1,19 @@ + + + + + + +
+ + diff --git a/layout/reftests/sticky-pos/overcontain-1.html b/layout/reftests/sticky-pos/overcontain-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/overcontain-1.html @@ -0,0 +1,23 @@ + + + + + + + +
+ + diff --git a/layout/reftests/sticky-pos/padding-1-ref.html b/layout/reftests/sticky-pos/padding-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/padding-1-ref.html @@ -0,0 +1,36 @@ + + + + + + +
+
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/padding-1.html b/layout/reftests/sticky-pos/padding-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/padding-1.html @@ -0,0 +1,31 @@ + + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/padding-2-ref.html b/layout/reftests/sticky-pos/padding-2-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/padding-2-ref.html @@ -0,0 +1,28 @@ + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/padding-2.html b/layout/reftests/sticky-pos/padding-2.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/padding-2.html @@ -0,0 +1,38 @@ + + + + + + + +
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/padding-3-ref.html b/layout/reftests/sticky-pos/padding-3-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/padding-3-ref.html @@ -0,0 +1,39 @@ + + + + + + +
+
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/padding-3.html b/layout/reftests/sticky-pos/padding-3.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/padding-3.html @@ -0,0 +1,37 @@ + + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/pref-1-disabled-ref.html b/layout/reftests/sticky-pos/pref-1-disabled-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/pref-1-disabled-ref.html @@ -0,0 +1,19 @@ + + + + + + + +

+ "position: sticky" is: +

disabled
+

+ + diff --git a/layout/reftests/sticky-pos/pref-1-enabled-ref.html b/layout/reftests/sticky-pos/pref-1-enabled-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/pref-1-enabled-ref.html @@ -0,0 +1,19 @@ + + + + + + + +

+ "position: sticky" is: +

enabled
+

+ + diff --git a/layout/reftests/sticky-pos/pref-1.html b/layout/reftests/sticky-pos/pref-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/pref-1.html @@ -0,0 +1,31 @@ + + + + + + + + +

+ "position: sticky" is: + +

enabled
+
disabled
+

+ + diff --git a/layout/reftests/sticky-pos/reftest.list b/layout/reftests/sticky-pos/reftest.list new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/reftest.list @@ -0,0 +1,40 @@ +test-pref(layout.css.sticky.enabled,false) == pref-1.html pref-1-disabled-ref.html +test-pref(layout.css.sticky.enabled,true) == pref-1.html pref-1-enabled-ref.html +default-preferences pref(layout.css.sticky.enabled,true) + +== top-1.html top-1-ref.html +== top-2.html top-2-ref.html +== top-3.html top-3-ref.html +== top-4.html top-4-ref.html +== top-5.html top-5-ref.html +== top-6.html top-6-ref.html +== bottom-1.html bottom-1-ref.html +== bottom-2a.html bottom-2-ref.html +== bottom-2b.html bottom-2-ref.html +== bottom-2c.html bottom-2-ref.html +== bottom-3.html bottom-3-ref.html +== left-1.html left-1-ref.html +== left-2.html left-2-ref.html +== left-3.html left-3-ref.html +== right-1.html right-1-ref.html +== right-2.html right-2-ref.html +== right-3.html right-3-ref.html +== margin-1.html margin-1-ref.html +== padding-1.html padding-1-ref.html +== padding-2.html padding-2-ref.html +== padding-3.html padding-3-ref.html +== overcontain-1.html overcontain-1-ref.html +== initial-1.html initial-1-ref.html +== initial-scroll-1.html initial-scroll-1-ref.html +== scrollframe-reflow-1.html scrollframe-reflow-1-ref.html +== stacking-context-1.html stacking-context-1-ref.html +== top-bottom-1.html top-bottom-1-ref.html +== top-bottom-2.html top-bottom-2-ref.html +== top-bottom-3.html top-bottom-3-ref.html +== left-right-1.html left-right-1-ref.html +== left-right-2.html left-right-2-ref.html +== left-right-3.html left-right-3-ref.html +== containing-block-1.html containing-block-1-ref.html +== overconstrained-1.html overconstrained-1-ref.html +== overconstrained-2.html overconstrained-2-ref.html +== overconstrained-3.html overconstrained-3-ref.html diff --git a/layout/reftests/sticky-pos/right-1-ref.html b/layout/reftests/sticky-pos/right-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/right-1-ref.html @@ -0,0 +1,39 @@ + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/right-1.html b/layout/reftests/sticky-pos/right-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/right-1.html @@ -0,0 +1,51 @@ + + + + + + + +
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/right-2-ref.html b/layout/reftests/sticky-pos/right-2-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/right-2-ref.html @@ -0,0 +1,40 @@ + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/right-2.html b/layout/reftests/sticky-pos/right-2.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/right-2.html @@ -0,0 +1,51 @@ + + + + + + + +
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/right-3-ref.html b/layout/reftests/sticky-pos/right-3-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/right-3-ref.html @@ -0,0 +1,40 @@ + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/right-3.html b/layout/reftests/sticky-pos/right-3.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/right-3.html @@ -0,0 +1,51 @@ + + + + + + + +
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/scrollframe-reflow-1-ref.html b/layout/reftests/sticky-pos/scrollframe-reflow-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/scrollframe-reflow-1-ref.html @@ -0,0 +1,24 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/sticky-pos/scrollframe-reflow-1.html b/layout/reftests/sticky-pos/scrollframe-reflow-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/scrollframe-reflow-1.html @@ -0,0 +1,33 @@ + + + + + + + +
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/stacking-context-1-ref.html b/layout/reftests/sticky-pos/stacking-context-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/stacking-context-1-ref.html @@ -0,0 +1,38 @@ + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/stacking-context-1.html b/layout/reftests/sticky-pos/stacking-context-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/stacking-context-1.html @@ -0,0 +1,42 @@ + + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-1-ref.html b/layout/reftests/sticky-pos/top-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-1-ref.html @@ -0,0 +1,33 @@ + + + + + + + +
+
+
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-1.html b/layout/reftests/sticky-pos/top-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-1.html @@ -0,0 +1,38 @@ + + + + + + + + +
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-2-ref.html b/layout/reftests/sticky-pos/top-2-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-2-ref.html @@ -0,0 +1,33 @@ + + + + + + + +
+
+
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-2.html b/layout/reftests/sticky-pos/top-2.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-2.html @@ -0,0 +1,41 @@ + + + + + + + + +
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/top-3-ref.html b/layout/reftests/sticky-pos/top-3-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-3-ref.html @@ -0,0 +1,37 @@ + + + + + + + +
+
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-3.html b/layout/reftests/sticky-pos/top-3.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-3.html @@ -0,0 +1,42 @@ + + + + + + + + +
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/top-4-ref.html b/layout/reftests/sticky-pos/top-4-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-4-ref.html @@ -0,0 +1,29 @@ + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-4.html b/layout/reftests/sticky-pos/top-4.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-4.html @@ -0,0 +1,42 @@ + + + + + + + + +
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/top-5-ref.html b/layout/reftests/sticky-pos/top-5-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-5-ref.html @@ -0,0 +1,27 @@ + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-5.html b/layout/reftests/sticky-pos/top-5.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-5.html @@ -0,0 +1,42 @@ + + + + + + + + +
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/top-6-ref.html b/layout/reftests/sticky-pos/top-6-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-6-ref.html @@ -0,0 +1,27 @@ + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-6.html b/layout/reftests/sticky-pos/top-6.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-6.html @@ -0,0 +1,42 @@ + + + + + + + + +
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/top-bottom-1-ref.html b/layout/reftests/sticky-pos/top-bottom-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-bottom-1-ref.html @@ -0,0 +1,26 @@ + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-bottom-1.html b/layout/reftests/sticky-pos/top-bottom-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-bottom-1.html @@ -0,0 +1,28 @@ + + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-bottom-2-ref.html b/layout/reftests/sticky-pos/top-bottom-2-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-bottom-2-ref.html @@ -0,0 +1,22 @@ + + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-bottom-2.html b/layout/reftests/sticky-pos/top-bottom-2.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-bottom-2.html @@ -0,0 +1,32 @@ + + + + + + + + +
+
+
+
+
+ + + diff --git a/layout/reftests/sticky-pos/top-bottom-3-ref.html b/layout/reftests/sticky-pos/top-bottom-3-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-bottom-3-ref.html @@ -0,0 +1,24 @@ + + + + + + + +
+
+
+ + diff --git a/layout/reftests/sticky-pos/top-bottom-3.html b/layout/reftests/sticky-pos/top-bottom-3.html new file mode 100644 --- /dev/null +++ b/layout/reftests/sticky-pos/top-bottom-3.html @@ -0,0 +1,31 @@ + + + + + + + + +
+
+
+
+
+ + +