From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- layout/reftests/forms/button/disabled-1-ref.html | 16 +++++ layout/reftests/forms/button/disabled-1.html | 15 +++++ layout/reftests/forms/button/disabled-2-ref.html | 17 ++++++ layout/reftests/forms/button/disabled-2.html | 17 ++++++ .../reftests/forms/button/disabled-3-notref.html | 9 +++ layout/reftests/forms/button/disabled-3.html | 9 +++ .../reftests/forms/button/disabled-4-notref.html | 9 +++ layout/reftests/forms/button/disabled-4.html | 9 +++ .../reftests/forms/button/disabled-5-notref.html | 9 +++ layout/reftests/forms/button/disabled-5.html | 9 +++ .../reftests/forms/button/disabled-6-notref.html | 9 +++ layout/reftests/forms/button/disabled-6.html | 9 +++ .../button/display-grid-flex-columnset-ref.html | 61 +++++++++++++++++++ .../forms/button/display-grid-flex-columnset.html | 61 +++++++++++++++++++ .../forms/button/first-letter-1-noref.html | 5 ++ .../reftests/forms/button/first-letter-1-ref.html | 7 +++ layout/reftests/forms/button/first-letter-1.html | 6 ++ .../button/focus-area-percent-units-1-ref.html | 52 +++++++++++++++++ .../forms/button/focus-area-percent-units-1.html | 62 ++++++++++++++++++++ .../button/focus-area-percent-units-2-ref.html | 68 ++++++++++++++++++++++ .../forms/button/focus-area-percent-units-2.html | 51 ++++++++++++++++ .../forms/button/line-height-button-0.5.html | 7 +++ .../forms/button/line-height-button-1.0.html | 7 +++ .../forms/button/line-height-button-1.5.html | 7 +++ .../forms/button/line-height-input-0.5.html | 7 +++ .../forms/button/line-height-input-1.0.html | 7 +++ .../forms/button/line-height-input-1.5.html | 7 +++ layout/reftests/forms/button/max-height-ref.html | 11 ++++ layout/reftests/forms/button/max-height.html | 11 ++++ layout/reftests/forms/button/min-height-ref.html | 17 ++++++ layout/reftests/forms/button/min-height.html | 22 +++++++ .../forms/button/overflow-areas-1-ref.html | 48 +++++++++++++++ layout/reftests/forms/button/overflow-areas-1.html | 51 ++++++++++++++++ .../forms/button/percent-height-child-1-ref.html | 52 +++++++++++++++++ .../forms/button/percent-height-child-1.html | 60 +++++++++++++++++++ .../forms/button/percent-height-child-2-ref.html | 54 +++++++++++++++++ .../forms/button/percent-height-child-2.html | 63 ++++++++++++++++++++ .../forms/button/percent-width-child-1-ref.html | 53 +++++++++++++++++ .../forms/button/percent-width-child-1.html | 59 +++++++++++++++++++ .../forms/button/percent-width-child-2-ref.html | 55 +++++++++++++++++ .../forms/button/percent-width-child-2.html | 62 ++++++++++++++++++++ layout/reftests/forms/button/reftest-stylo.list | 61 +++++++++++++++++++ layout/reftests/forms/button/reftest.list | 48 +++++++++++++++ .../forms/button/vertical-centering-ref.html | 23 ++++++++ .../reftests/forms/button/vertical-centering.html | 33 +++++++++++ .../forms/button/width-auto-size-em-ltr-ref.html | 19 ++++++ .../forms/button/width-auto-size-em-ltr.html | 20 +++++++ .../forms/button/width-auto-size-em-rtl-ref.html | 20 +++++++ .../forms/button/width-auto-size-em-rtl.html | 21 +++++++ .../forms/button/width-auto-size-ltr-ref.html | 20 +++++++ .../reftests/forms/button/width-auto-size-ltr.html | 20 +++++++ .../forms/button/width-auto-size-rtl-ref.html | 21 +++++++ .../reftests/forms/button/width-auto-size-rtl.html | 21 +++++++ .../width-erode-all-focuspadding-ltr-ref.html | 20 +++++++ .../button/width-erode-all-focuspadding-ltr.html | 21 +++++++ .../width-erode-all-focuspadding-rtl-ref.html | 21 +++++++ .../button/width-erode-all-focuspadding-rtl.html | 22 +++++++ .../width-erode-overflow-focuspadding-ltr-ref.html | 20 +++++++ .../width-erode-overflow-focuspadding-ltr.html | 21 +++++++ .../width-erode-overflow-focuspadding-rtl-ref.html | 21 +++++++ .../width-erode-overflow-focuspadding-rtl.html | 22 +++++++ .../width-erode-part-focuspadding-ltr-ref.html | 20 +++++++ .../button/width-erode-part-focuspadding-ltr.html | 21 +++++++ .../width-erode-part-focuspadding-rtl-ref.html | 21 +++++++ .../button/width-erode-part-focuspadding-rtl.html | 22 +++++++ .../reftests/forms/button/width-exact-fit-ltr.html | 21 +++++++ .../reftests/forms/button/width-exact-fit-rtl.html | 22 +++++++ 67 files changed, 1792 insertions(+) create mode 100644 layout/reftests/forms/button/disabled-1-ref.html create mode 100644 layout/reftests/forms/button/disabled-1.html create mode 100644 layout/reftests/forms/button/disabled-2-ref.html create mode 100644 layout/reftests/forms/button/disabled-2.html create mode 100644 layout/reftests/forms/button/disabled-3-notref.html create mode 100644 layout/reftests/forms/button/disabled-3.html create mode 100644 layout/reftests/forms/button/disabled-4-notref.html create mode 100644 layout/reftests/forms/button/disabled-4.html create mode 100644 layout/reftests/forms/button/disabled-5-notref.html create mode 100644 layout/reftests/forms/button/disabled-5.html create mode 100644 layout/reftests/forms/button/disabled-6-notref.html create mode 100644 layout/reftests/forms/button/disabled-6.html create mode 100644 layout/reftests/forms/button/display-grid-flex-columnset-ref.html create mode 100644 layout/reftests/forms/button/display-grid-flex-columnset.html create mode 100644 layout/reftests/forms/button/first-letter-1-noref.html create mode 100644 layout/reftests/forms/button/first-letter-1-ref.html create mode 100644 layout/reftests/forms/button/first-letter-1.html create mode 100644 layout/reftests/forms/button/focus-area-percent-units-1-ref.html create mode 100644 layout/reftests/forms/button/focus-area-percent-units-1.html create mode 100644 layout/reftests/forms/button/focus-area-percent-units-2-ref.html create mode 100644 layout/reftests/forms/button/focus-area-percent-units-2.html create mode 100644 layout/reftests/forms/button/line-height-button-0.5.html create mode 100644 layout/reftests/forms/button/line-height-button-1.0.html create mode 100644 layout/reftests/forms/button/line-height-button-1.5.html create mode 100644 layout/reftests/forms/button/line-height-input-0.5.html create mode 100644 layout/reftests/forms/button/line-height-input-1.0.html create mode 100644 layout/reftests/forms/button/line-height-input-1.5.html create mode 100644 layout/reftests/forms/button/max-height-ref.html create mode 100644 layout/reftests/forms/button/max-height.html create mode 100644 layout/reftests/forms/button/min-height-ref.html create mode 100644 layout/reftests/forms/button/min-height.html create mode 100644 layout/reftests/forms/button/overflow-areas-1-ref.html create mode 100644 layout/reftests/forms/button/overflow-areas-1.html create mode 100644 layout/reftests/forms/button/percent-height-child-1-ref.html create mode 100644 layout/reftests/forms/button/percent-height-child-1.html create mode 100644 layout/reftests/forms/button/percent-height-child-2-ref.html create mode 100644 layout/reftests/forms/button/percent-height-child-2.html create mode 100644 layout/reftests/forms/button/percent-width-child-1-ref.html create mode 100644 layout/reftests/forms/button/percent-width-child-1.html create mode 100644 layout/reftests/forms/button/percent-width-child-2-ref.html create mode 100644 layout/reftests/forms/button/percent-width-child-2.html create mode 100644 layout/reftests/forms/button/reftest-stylo.list create mode 100644 layout/reftests/forms/button/reftest.list create mode 100644 layout/reftests/forms/button/vertical-centering-ref.html create mode 100644 layout/reftests/forms/button/vertical-centering.html create mode 100644 layout/reftests/forms/button/width-auto-size-em-ltr-ref.html create mode 100644 layout/reftests/forms/button/width-auto-size-em-ltr.html create mode 100644 layout/reftests/forms/button/width-auto-size-em-rtl-ref.html create mode 100644 layout/reftests/forms/button/width-auto-size-em-rtl.html create mode 100644 layout/reftests/forms/button/width-auto-size-ltr-ref.html create mode 100644 layout/reftests/forms/button/width-auto-size-ltr.html create mode 100644 layout/reftests/forms/button/width-auto-size-rtl-ref.html create mode 100644 layout/reftests/forms/button/width-auto-size-rtl.html create mode 100644 layout/reftests/forms/button/width-erode-all-focuspadding-ltr-ref.html create mode 100644 layout/reftests/forms/button/width-erode-all-focuspadding-ltr.html create mode 100644 layout/reftests/forms/button/width-erode-all-focuspadding-rtl-ref.html create mode 100644 layout/reftests/forms/button/width-erode-all-focuspadding-rtl.html create mode 100644 layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr-ref.html create mode 100644 layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr.html create mode 100644 layout/reftests/forms/button/width-erode-overflow-focuspadding-rtl-ref.html create mode 100644 layout/reftests/forms/button/width-erode-overflow-focuspadding-rtl.html create mode 100644 layout/reftests/forms/button/width-erode-part-focuspadding-ltr-ref.html create mode 100644 layout/reftests/forms/button/width-erode-part-focuspadding-ltr.html create mode 100644 layout/reftests/forms/button/width-erode-part-focuspadding-rtl-ref.html create mode 100644 layout/reftests/forms/button/width-erode-part-focuspadding-rtl.html create mode 100644 layout/reftests/forms/button/width-exact-fit-ltr.html create mode 100644 layout/reftests/forms/button/width-exact-fit-rtl.html (limited to 'layout/reftests/forms/button') diff --git a/layout/reftests/forms/button/disabled-1-ref.html b/layout/reftests/forms/button/disabled-1-ref.html new file mode 100644 index 000000000..c408ec16f --- /dev/null +++ b/layout/reftests/forms/button/disabled-1-ref.html @@ -0,0 +1,16 @@ + + + +Bug 1007278: test button "disabled" text style + + + + + + diff --git a/layout/reftests/forms/button/disabled-1.html b/layout/reftests/forms/button/disabled-1.html new file mode 100644 index 000000000..6bcba667b --- /dev/null +++ b/layout/reftests/forms/button/disabled-1.html @@ -0,0 +1,15 @@ + + + +Bug 1007278: test button "disabled" text style + + + + + + diff --git a/layout/reftests/forms/button/disabled-2-ref.html b/layout/reftests/forms/button/disabled-2-ref.html new file mode 100644 index 000000000..53958f76b --- /dev/null +++ b/layout/reftests/forms/button/disabled-2-ref.html @@ -0,0 +1,17 @@ + + + +Bug 1007278: test all types of buttons look similar when disabled + + + + + + +
+ + + + + + diff --git a/layout/reftests/forms/button/disabled-2.html b/layout/reftests/forms/button/disabled-2.html new file mode 100644 index 000000000..a77287dfe --- /dev/null +++ b/layout/reftests/forms/button/disabled-2.html @@ -0,0 +1,17 @@ + + + +Bug 1007278: test all types of buttons look similar when disabled + + + + + + +
+ + + + + + diff --git a/layout/reftests/forms/button/disabled-3-notref.html b/layout/reftests/forms/button/disabled-3-notref.html new file mode 100644 index 000000000..bd8b45774 --- /dev/null +++ b/layout/reftests/forms/button/disabled-3-notref.html @@ -0,0 +1,9 @@ + + + +Bug 1007278: check disabled and non-disabled buttons look different + + + + + diff --git a/layout/reftests/forms/button/disabled-3.html b/layout/reftests/forms/button/disabled-3.html new file mode 100644 index 000000000..440d43b53 --- /dev/null +++ b/layout/reftests/forms/button/disabled-3.html @@ -0,0 +1,9 @@ + + + +Bug 1007278: check disabled and non-disabled buttons look different + + + + + diff --git a/layout/reftests/forms/button/disabled-4-notref.html b/layout/reftests/forms/button/disabled-4-notref.html new file mode 100644 index 000000000..41fe9e610 --- /dev/null +++ b/layout/reftests/forms/button/disabled-4-notref.html @@ -0,0 +1,9 @@ + + + +Bug 1007278: check disabled and non-disabled buttons look different + + + + + diff --git a/layout/reftests/forms/button/disabled-4.html b/layout/reftests/forms/button/disabled-4.html new file mode 100644 index 000000000..38f71544a --- /dev/null +++ b/layout/reftests/forms/button/disabled-4.html @@ -0,0 +1,9 @@ + + + +Bug 1007278: check disabled and non-disabled buttons look different + + + + + diff --git a/layout/reftests/forms/button/disabled-5-notref.html b/layout/reftests/forms/button/disabled-5-notref.html new file mode 100644 index 000000000..d944d0421 --- /dev/null +++ b/layout/reftests/forms/button/disabled-5-notref.html @@ -0,0 +1,9 @@ + + + +Bug 1007278: check disabled and non-disabled buttons look different + + + + + diff --git a/layout/reftests/forms/button/disabled-5.html b/layout/reftests/forms/button/disabled-5.html new file mode 100644 index 000000000..ded7c1905 --- /dev/null +++ b/layout/reftests/forms/button/disabled-5.html @@ -0,0 +1,9 @@ + + + +Bug 1007278: check disabled and non-disabled buttons look different + + + + + diff --git a/layout/reftests/forms/button/disabled-6-notref.html b/layout/reftests/forms/button/disabled-6-notref.html new file mode 100644 index 000000000..c6f0abce6 --- /dev/null +++ b/layout/reftests/forms/button/disabled-6-notref.html @@ -0,0 +1,9 @@ + + + +Bug 1007278: check disabled and non-disabled buttons look different + + + + + diff --git a/layout/reftests/forms/button/disabled-6.html b/layout/reftests/forms/button/disabled-6.html new file mode 100644 index 000000000..2a1d9cfa7 --- /dev/null +++ b/layout/reftests/forms/button/disabled-6.html @@ -0,0 +1,9 @@ + + + +Bug 1007278: check disabled and non-disabled buttons look different + + + + + diff --git a/layout/reftests/forms/button/display-grid-flex-columnset-ref.html b/layout/reftests/forms/button/display-grid-flex-columnset-ref.html new file mode 100644 index 000000000..a176dd3e8 --- /dev/null +++ b/layout/reftests/forms/button/display-grid-flex-columnset-ref.html @@ -0,0 +1,61 @@ + + + + Testcase for bug 984869 + + + + + + + + + + + + + + + + + + + + + + diff --git a/layout/reftests/forms/button/display-grid-flex-columnset.html b/layout/reftests/forms/button/display-grid-flex-columnset.html new file mode 100644 index 000000000..86c8f587a --- /dev/null +++ b/layout/reftests/forms/button/display-grid-flex-columnset.html @@ -0,0 +1,61 @@ + + + + Testcase for bug 984869 + + + + + + + + + + + + + + + + + + + + + + diff --git a/layout/reftests/forms/button/first-letter-1-noref.html b/layout/reftests/forms/button/first-letter-1-noref.html new file mode 100644 index 000000000..d59db575f --- /dev/null +++ b/layout/reftests/forms/button/first-letter-1-noref.html @@ -0,0 +1,5 @@ + + + diff --git a/layout/reftests/forms/button/first-letter-1-ref.html b/layout/reftests/forms/button/first-letter-1-ref.html new file mode 100644 index 000000000..34ffa64f2 --- /dev/null +++ b/layout/reftests/forms/button/first-letter-1-ref.html @@ -0,0 +1,7 @@ + + + diff --git a/layout/reftests/forms/button/first-letter-1.html b/layout/reftests/forms/button/first-letter-1.html new file mode 100644 index 000000000..3dbf1667f --- /dev/null +++ b/layout/reftests/forms/button/first-letter-1.html @@ -0,0 +1,6 @@ + + + diff --git a/layout/reftests/forms/button/focus-area-percent-units-1-ref.html b/layout/reftests/forms/button/focus-area-percent-units-1-ref.html new file mode 100644 index 000000000..6c66d5f17 --- /dev/null +++ b/layout/reftests/forms/button/focus-area-percent-units-1-ref.html @@ -0,0 +1,52 @@ + + + + + Reference case for bug 1272983 + + + + + + + +
+ + + + +
+ + + + + +
+ + + + +
+ + diff --git a/layout/reftests/forms/button/focus-area-percent-units-1.html b/layout/reftests/forms/button/focus-area-percent-units-1.html new file mode 100644 index 000000000..17d65b3b0 --- /dev/null +++ b/layout/reftests/forms/button/focus-area-percent-units-1.html @@ -0,0 +1,62 @@ + + + + + + Testcase for bug 1272983 + + + + + + + +
+ + + + +
+ + + + + +
+ + + + +
+ + diff --git a/layout/reftests/forms/button/focus-area-percent-units-2-ref.html b/layout/reftests/forms/button/focus-area-percent-units-2-ref.html new file mode 100644 index 000000000..6b6a6056d --- /dev/null +++ b/layout/reftests/forms/button/focus-area-percent-units-2-ref.html @@ -0,0 +1,68 @@ + + + + + Reference case for bug 1272983 + + + + + + +
+ + +
+ + + + +
+
+ +
+
+ +
+
+ + diff --git a/layout/reftests/forms/button/focus-area-percent-units-2.html b/layout/reftests/forms/button/focus-area-percent-units-2.html new file mode 100644 index 000000000..3c0cb8612 --- /dev/null +++ b/layout/reftests/forms/button/focus-area-percent-units-2.html @@ -0,0 +1,51 @@ + + + + + + Testcase for bug 1272983 + + + + + + +
+ + +
+ + + + +
+ + +
+ + diff --git a/layout/reftests/forms/button/line-height-button-0.5.html b/layout/reftests/forms/button/line-height-button-0.5.html new file mode 100644 index 000000000..e3343d9e4 --- /dev/null +++ b/layout/reftests/forms/button/line-height-button-0.5.html @@ -0,0 +1,7 @@ + + + diff --git a/layout/reftests/forms/button/line-height-button-1.0.html b/layout/reftests/forms/button/line-height-button-1.0.html new file mode 100644 index 000000000..2685624dc --- /dev/null +++ b/layout/reftests/forms/button/line-height-button-1.0.html @@ -0,0 +1,7 @@ + + + diff --git a/layout/reftests/forms/button/line-height-button-1.5.html b/layout/reftests/forms/button/line-height-button-1.5.html new file mode 100644 index 000000000..f86839fc3 --- /dev/null +++ b/layout/reftests/forms/button/line-height-button-1.5.html @@ -0,0 +1,7 @@ + + + diff --git a/layout/reftests/forms/button/line-height-input-0.5.html b/layout/reftests/forms/button/line-height-input-0.5.html new file mode 100644 index 000000000..e3b6dd920 --- /dev/null +++ b/layout/reftests/forms/button/line-height-input-0.5.html @@ -0,0 +1,7 @@ + + + diff --git a/layout/reftests/forms/button/line-height-input-1.0.html b/layout/reftests/forms/button/line-height-input-1.0.html new file mode 100644 index 000000000..18f8b4646 --- /dev/null +++ b/layout/reftests/forms/button/line-height-input-1.0.html @@ -0,0 +1,7 @@ + + + diff --git a/layout/reftests/forms/button/line-height-input-1.5.html b/layout/reftests/forms/button/line-height-input-1.5.html new file mode 100644 index 000000000..ea486d14e --- /dev/null +++ b/layout/reftests/forms/button/line-height-input-1.5.html @@ -0,0 +1,7 @@ + + + diff --git a/layout/reftests/forms/button/max-height-ref.html b/layout/reftests/forms/button/max-height-ref.html new file mode 100644 index 000000000..ea12a8668 --- /dev/null +++ b/layout/reftests/forms/button/max-height-ref.html @@ -0,0 +1,11 @@ + + + diff --git a/layout/reftests/forms/button/max-height.html b/layout/reftests/forms/button/max-height.html new file mode 100644 index 000000000..87ac8a979 --- /dev/null +++ b/layout/reftests/forms/button/max-height.html @@ -0,0 +1,11 @@ + + + diff --git a/layout/reftests/forms/button/min-height-ref.html b/layout/reftests/forms/button/min-height-ref.html new file mode 100644 index 000000000..5f0f2d654 --- /dev/null +++ b/layout/reftests/forms/button/min-height-ref.html @@ -0,0 +1,17 @@ + + + + + + + + + + + diff --git a/layout/reftests/forms/button/min-height.html b/layout/reftests/forms/button/min-height.html new file mode 100644 index 000000000..cadffa78d --- /dev/null +++ b/layout/reftests/forms/button/min-height.html @@ -0,0 +1,22 @@ + + + + + + + + + + + diff --git a/layout/reftests/forms/button/overflow-areas-1-ref.html b/layout/reftests/forms/button/overflow-areas-1-ref.html new file mode 100644 index 000000000..a1eb50575 --- /dev/null +++ b/layout/reftests/forms/button/overflow-areas-1-ref.html @@ -0,0 +1,48 @@ + + + + + Reference case + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/layout/reftests/forms/button/overflow-areas-1.html b/layout/reftests/forms/button/overflow-areas-1.html new file mode 100644 index 000000000..b1a34dfe4 --- /dev/null +++ b/layout/reftests/forms/button/overflow-areas-1.html @@ -0,0 +1,51 @@ + + + + + + Testcase for bug 1261284 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/layout/reftests/forms/button/percent-height-child-1-ref.html b/layout/reftests/forms/button/percent-height-child-1-ref.html new file mode 100644 index 000000000..b2b810958 --- /dev/null +++ b/layout/reftests/forms/button/percent-height-child-1-ref.html @@ -0,0 +1,52 @@ + + + + + + + + +
+
abc
+
+ +
+
abc
+
+ + +
+
abc
+
+ +
+
abc
+
+ + + diff --git a/layout/reftests/forms/button/percent-height-child-1.html b/layout/reftests/forms/button/percent-height-child-1.html new file mode 100644 index 000000000..c676715c2 --- /dev/null +++ b/layout/reftests/forms/button/percent-height-child-1.html @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/layout/reftests/forms/button/percent-height-child-2-ref.html b/layout/reftests/forms/button/percent-height-child-2-ref.html new file mode 100644 index 000000000..7491ed71e --- /dev/null +++ b/layout/reftests/forms/button/percent-height-child-2-ref.html @@ -0,0 +1,54 @@ + + + + + + + + +
+
abc
+
+ +
+
abc
+
+ + +
+
abc
+
+ +
+
abc
+
+ + + diff --git a/layout/reftests/forms/button/percent-height-child-2.html b/layout/reftests/forms/button/percent-height-child-2.html new file mode 100644 index 000000000..7eecea1ad --- /dev/null +++ b/layout/reftests/forms/button/percent-height-child-2.html @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/layout/reftests/forms/button/percent-width-child-1-ref.html b/layout/reftests/forms/button/percent-width-child-1-ref.html new file mode 100644 index 000000000..dcc228994 --- /dev/null +++ b/layout/reftests/forms/button/percent-width-child-1-ref.html @@ -0,0 +1,53 @@ + + + + + + + + +
+
abc
+
+ +
+
abc
+
+ + +
+
abc
+
+ +
+
abc
+
+ + + diff --git a/layout/reftests/forms/button/percent-width-child-1.html b/layout/reftests/forms/button/percent-width-child-1.html new file mode 100644 index 000000000..fdd2b4923 --- /dev/null +++ b/layout/reftests/forms/button/percent-width-child-1.html @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/layout/reftests/forms/button/percent-width-child-2-ref.html b/layout/reftests/forms/button/percent-width-child-2-ref.html new file mode 100644 index 000000000..19a24a737 --- /dev/null +++ b/layout/reftests/forms/button/percent-width-child-2-ref.html @@ -0,0 +1,55 @@ + + + + + + + + +
+
abc
+
+ +
+
abc
+
+ + +
+
abc
+
+ +
+
abc
+
+ + + diff --git a/layout/reftests/forms/button/percent-width-child-2.html b/layout/reftests/forms/button/percent-width-child-2.html new file mode 100644 index 000000000..d46ff62af --- /dev/null +++ b/layout/reftests/forms/button/percent-width-child-2.html @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/layout/reftests/forms/button/reftest-stylo.list b/layout/reftests/forms/button/reftest-stylo.list new file mode 100644 index 000000000..c76d15c91 --- /dev/null +++ b/layout/reftests/forms/button/reftest-stylo.list @@ -0,0 +1,61 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +== first-letter-1.html first-letter-1.html +== first-letter-1.html first-letter-1.html + +== focus-area-percent-units-1.html focus-area-percent-units-1.html +== focus-area-percent-units-2.html focus-area-percent-units-2.html + +== max-height.html max-height.html +== min-height.html min-height.html +== overflow-areas-1.html overflow-areas-1.html + +# The buttons in these tests have some fancy shading applied to their corners +# on B2G, despite their "-moz-appearance: none; background: gray", so they +# don't quite match the reference case's normal
. That's why they're fuzzy. +fuzzy-if(B2G||Mulet||Android,125,20) == percent-height-child-1.html percent-height-child-1.html +# Initial mulet triage: parity with B2G/B2G Desktop +pref(browser.display.focus_ring_width,1) fuzzy-if(B2G||Mulet||Android,125,80) == percent-height-child-2.html percent-height-child-2.html +# Initial mulet triage: parity with B2G/B2G Desktop +fuzzy-if(B2G||Mulet||Android,125,20) == percent-width-child-1.html percent-width-child-1.html +# Initial mulet triage: parity with B2G/B2G Desktop +pref(browser.display.focus_ring_width,1) fuzzy-if(B2G||Mulet||Android,125,80) == percent-width-child-2.html percent-width-child-2.html +# Initial mulet triage: parity with B2G/B2G Desktop + +== vertical-centering.html vertical-centering.html + +== line-height-button-0.5.html line-height-button-0.5.html +== line-height-button-1.5.html line-height-button-1.5.html +== line-height-input-0.5.html line-height-input-0.5.html +== line-height-input-1.5.html line-height-input-1.5.html + +# Looks like Android and B2G change the text color, but to something slightly +# different from ColorGray +fails-if(Android||B2G||Mulet) == disabled-1.html disabled-1.html +# Initial mulet triage: parity with B2G/B2G Desktop +== disabled-2.html disabled-2.html + +== disabled-3.html disabled-3.html +== disabled-4.html disabled-4.html +== disabled-5.html disabled-5.html +== disabled-6.html disabled-6.html + +fails-if(B2G||Mulet) == width-auto-size-em-ltr.html width-auto-size-em-ltr.html +# Bug 1145672 +# Bug 1150486 +fails-if(B2G||Mulet) == width-auto-size-ltr.html width-auto-size-ltr.html +# Bug 1145672 +# Bug 1150486 +== width-exact-fit-ltr.html width-exact-fit-ltr.html +== width-erode-part-focuspadding-ltr.html width-erode-part-focuspadding-ltr.html +== width-erode-all-focuspadding-ltr.html width-erode-all-focuspadding-ltr.html +== width-erode-overflow-focuspadding-ltr.html width-erode-overflow-focuspadding-ltr.html +fails-if(B2G||Mulet) == width-auto-size-em-rtl.html width-auto-size-em-rtl.html +# Bug 1145672 +# Bug 1150486 +fails-if(B2G||Mulet) == width-auto-size-rtl.html width-auto-size-rtl.html +# Bug 1145672 +# Bug 1150486 +== width-exact-fit-rtl.html width-exact-fit-rtl.html +== width-erode-part-focuspadding-rtl.html width-erode-part-focuspadding-rtl.html +== width-erode-all-focuspadding-rtl.html width-erode-all-focuspadding-rtl.html +== width-erode-overflow-focuspadding-rtl.html width-erode-overflow-focuspadding-rtl.html diff --git a/layout/reftests/forms/button/reftest.list b/layout/reftests/forms/button/reftest.list new file mode 100644 index 000000000..cefec2e85 --- /dev/null +++ b/layout/reftests/forms/button/reftest.list @@ -0,0 +1,48 @@ +== first-letter-1.html first-letter-1-ref.html +!= first-letter-1.html first-letter-1-noref.html + +== focus-area-percent-units-1.html focus-area-percent-units-1-ref.html +== focus-area-percent-units-2.html focus-area-percent-units-2-ref.html + +== max-height.html max-height-ref.html +== min-height.html min-height-ref.html +== overflow-areas-1.html overflow-areas-1-ref.html + +# The buttons in these tests have some fancy shading applied to their corners +# on Android, despite their "-moz-appearance: none; background: gray", so they +# don't quite match the reference case's normal
. That's why they're fuzzy. +fuzzy-if(Android,125,20) == percent-height-child-1.html percent-height-child-1-ref.html +pref(browser.display.focus_ring_width,1) fuzzy-if(Android,125,80) == percent-height-child-2.html percent-height-child-2-ref.html +fuzzy-if(Android,125,20) == percent-width-child-1.html percent-width-child-1-ref.html +pref(browser.display.focus_ring_width,1) fuzzy-if(Android,125,80) == percent-width-child-2.html percent-width-child-2-ref.html + +== vertical-centering.html vertical-centering-ref.html + +!= line-height-button-0.5.html line-height-button-1.0.html +!= line-height-button-1.5.html line-height-button-1.0.html +!= line-height-input-0.5.html line-height-input-1.0.html +!= line-height-input-1.5.html line-height-input-1.0.html + +# Looks like Android changes the text color, but to something slightly +# different from ColorGray +fails-if(Android) == disabled-1.html disabled-1-ref.html +== disabled-2.html disabled-2-ref.html + +!= disabled-3.html disabled-3-notref.html +!= disabled-4.html disabled-4-notref.html +!= disabled-5.html disabled-5-notref.html +!= disabled-6.html disabled-6-notref.html + +== width-auto-size-em-ltr.html width-auto-size-em-ltr-ref.html +== width-auto-size-ltr.html width-auto-size-ltr-ref.html +== width-exact-fit-ltr.html width-auto-size-ltr-ref.html +== width-erode-part-focuspadding-ltr.html width-erode-part-focuspadding-ltr-ref.html +== width-erode-all-focuspadding-ltr.html width-erode-all-focuspadding-ltr-ref.html +== width-erode-overflow-focuspadding-ltr.html width-erode-overflow-focuspadding-ltr-ref.html +== width-auto-size-em-rtl.html width-auto-size-em-rtl-ref.html +== width-auto-size-rtl.html width-auto-size-rtl-ref.html +== width-exact-fit-rtl.html width-auto-size-rtl-ref.html +== width-erode-part-focuspadding-rtl.html width-erode-part-focuspadding-rtl-ref.html +== width-erode-all-focuspadding-rtl.html width-erode-all-focuspadding-rtl-ref.html +== width-erode-overflow-focuspadding-rtl.html width-erode-overflow-focuspadding-rtl-ref.html +== display-grid-flex-columnset.html display-grid-flex-columnset-ref.html diff --git a/layout/reftests/forms/button/vertical-centering-ref.html b/layout/reftests/forms/button/vertical-centering-ref.html new file mode 100644 index 000000000..aa6d76367 --- /dev/null +++ b/layout/reftests/forms/button/vertical-centering-ref.html @@ -0,0 +1,23 @@ + + + + + + +
button
+
button
+ + diff --git a/layout/reftests/forms/button/vertical-centering.html b/layout/reftests/forms/button/vertical-centering.html new file mode 100644 index 000000000..08ca38519 --- /dev/null +++ b/layout/reftests/forms/button/vertical-centering.html @@ -0,0 +1,33 @@ + + + + + + + +
button
+ + diff --git a/layout/reftests/forms/button/width-auto-size-em-ltr-ref.html b/layout/reftests/forms/button/width-auto-size-em-ltr-ref.html new file mode 100644 index 000000000..1e7ab40bb --- /dev/null +++ b/layout/reftests/forms/button/width-auto-size-em-ltr-ref.html @@ -0,0 +1,19 @@ + + + +
diff --git a/layout/reftests/forms/button/width-auto-size-em-ltr.html b/layout/reftests/forms/button/width-auto-size-em-ltr.html new file mode 100644 index 000000000..3285c3e95 --- /dev/null +++ b/layout/reftests/forms/button/width-auto-size-em-ltr.html @@ -0,0 +1,20 @@ + + + + diff --git a/layout/reftests/forms/button/width-auto-size-em-rtl-ref.html b/layout/reftests/forms/button/width-auto-size-em-rtl-ref.html new file mode 100644 index 000000000..121471474 --- /dev/null +++ b/layout/reftests/forms/button/width-auto-size-em-rtl-ref.html @@ -0,0 +1,20 @@ + + + + +
diff --git a/layout/reftests/forms/button/width-auto-size-em-rtl.html b/layout/reftests/forms/button/width-auto-size-em-rtl.html new file mode 100644 index 000000000..fb72ef97e --- /dev/null +++ b/layout/reftests/forms/button/width-auto-size-em-rtl.html @@ -0,0 +1,21 @@ + + + + + diff --git a/layout/reftests/forms/button/width-auto-size-ltr-ref.html b/layout/reftests/forms/button/width-auto-size-ltr-ref.html new file mode 100644 index 000000000..c1ba89860 --- /dev/null +++ b/layout/reftests/forms/button/width-auto-size-ltr-ref.html @@ -0,0 +1,20 @@ + + + +
diff --git a/layout/reftests/forms/button/width-auto-size-ltr.html b/layout/reftests/forms/button/width-auto-size-ltr.html new file mode 100644 index 000000000..c8f3f7d11 --- /dev/null +++ b/layout/reftests/forms/button/width-auto-size-ltr.html @@ -0,0 +1,20 @@ + + + + diff --git a/layout/reftests/forms/button/width-auto-size-rtl-ref.html b/layout/reftests/forms/button/width-auto-size-rtl-ref.html new file mode 100644 index 000000000..3e09016dc --- /dev/null +++ b/layout/reftests/forms/button/width-auto-size-rtl-ref.html @@ -0,0 +1,21 @@ + + + + +
diff --git a/layout/reftests/forms/button/width-auto-size-rtl.html b/layout/reftests/forms/button/width-auto-size-rtl.html new file mode 100644 index 000000000..7ae3092f9 --- /dev/null +++ b/layout/reftests/forms/button/width-auto-size-rtl.html @@ -0,0 +1,21 @@ + + + + + diff --git a/layout/reftests/forms/button/width-erode-all-focuspadding-ltr-ref.html b/layout/reftests/forms/button/width-erode-all-focuspadding-ltr-ref.html new file mode 100644 index 000000000..c85da00e3 --- /dev/null +++ b/layout/reftests/forms/button/width-erode-all-focuspadding-ltr-ref.html @@ -0,0 +1,20 @@ + + + +
diff --git a/layout/reftests/forms/button/width-erode-all-focuspadding-ltr.html b/layout/reftests/forms/button/width-erode-all-focuspadding-ltr.html new file mode 100644 index 000000000..4978a57e4 --- /dev/null +++ b/layout/reftests/forms/button/width-erode-all-focuspadding-ltr.html @@ -0,0 +1,21 @@ + + + + diff --git a/layout/reftests/forms/button/width-erode-all-focuspadding-rtl-ref.html b/layout/reftests/forms/button/width-erode-all-focuspadding-rtl-ref.html new file mode 100644 index 000000000..762e443f8 --- /dev/null +++ b/layout/reftests/forms/button/width-erode-all-focuspadding-rtl-ref.html @@ -0,0 +1,21 @@ + + + + +
diff --git a/layout/reftests/forms/button/width-erode-all-focuspadding-rtl.html b/layout/reftests/forms/button/width-erode-all-focuspadding-rtl.html new file mode 100644 index 000000000..d4b028b48 --- /dev/null +++ b/layout/reftests/forms/button/width-erode-all-focuspadding-rtl.html @@ -0,0 +1,22 @@ + + + + + diff --git a/layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr-ref.html b/layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr-ref.html new file mode 100644 index 000000000..6f7047cce --- /dev/null +++ b/layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr-ref.html @@ -0,0 +1,20 @@ + + + +
diff --git a/layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr.html b/layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr.html new file mode 100644 index 000000000..daecef56e --- /dev/null +++ b/layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr.html @@ -0,0 +1,21 @@ + + + + diff --git a/layout/reftests/forms/button/width-erode-overflow-focuspadding-rtl-ref.html b/layout/reftests/forms/button/width-erode-overflow-focuspadding-rtl-ref.html new file mode 100644 index 000000000..1b36154cf --- /dev/null +++ b/layout/reftests/forms/button/width-erode-overflow-focuspadding-rtl-ref.html @@ -0,0 +1,21 @@ + + + + +
diff --git a/layout/reftests/forms/button/width-erode-overflow-focuspadding-rtl.html b/layout/reftests/forms/button/width-erode-overflow-focuspadding-rtl.html new file mode 100644 index 000000000..b76a3957a --- /dev/null +++ b/layout/reftests/forms/button/width-erode-overflow-focuspadding-rtl.html @@ -0,0 +1,22 @@ + + + + + diff --git a/layout/reftests/forms/button/width-erode-part-focuspadding-ltr-ref.html b/layout/reftests/forms/button/width-erode-part-focuspadding-ltr-ref.html new file mode 100644 index 000000000..59cbd0208 --- /dev/null +++ b/layout/reftests/forms/button/width-erode-part-focuspadding-ltr-ref.html @@ -0,0 +1,20 @@ + + + +
diff --git a/layout/reftests/forms/button/width-erode-part-focuspadding-ltr.html b/layout/reftests/forms/button/width-erode-part-focuspadding-ltr.html new file mode 100644 index 000000000..c0d64b279 --- /dev/null +++ b/layout/reftests/forms/button/width-erode-part-focuspadding-ltr.html @@ -0,0 +1,21 @@ + + + + diff --git a/layout/reftests/forms/button/width-erode-part-focuspadding-rtl-ref.html b/layout/reftests/forms/button/width-erode-part-focuspadding-rtl-ref.html new file mode 100644 index 000000000..0765a673d --- /dev/null +++ b/layout/reftests/forms/button/width-erode-part-focuspadding-rtl-ref.html @@ -0,0 +1,21 @@ + + + + +
diff --git a/layout/reftests/forms/button/width-erode-part-focuspadding-rtl.html b/layout/reftests/forms/button/width-erode-part-focuspadding-rtl.html new file mode 100644 index 000000000..9b8826938 --- /dev/null +++ b/layout/reftests/forms/button/width-erode-part-focuspadding-rtl.html @@ -0,0 +1,22 @@ + + + + + diff --git a/layout/reftests/forms/button/width-exact-fit-ltr.html b/layout/reftests/forms/button/width-exact-fit-ltr.html new file mode 100644 index 000000000..58db0aa70 --- /dev/null +++ b/layout/reftests/forms/button/width-exact-fit-ltr.html @@ -0,0 +1,21 @@ + + + + diff --git a/layout/reftests/forms/button/width-exact-fit-rtl.html b/layout/reftests/forms/button/width-exact-fit-rtl.html new file mode 100644 index 000000000..996a69d83 --- /dev/null +++ b/layout/reftests/forms/button/width-exact-fit-rtl.html @@ -0,0 +1,22 @@ + + + + + -- cgit v1.2.3