diff --git a/layout/reftests/writing-mode/reftest.list b/layout/reftests/writing-mode/reftest.list index 12476b5b24e..d4719ae9b60 100644 --- a/layout/reftests/writing-mode/reftest.list +++ b/layout/reftests/writing-mode/reftest.list @@ -61,6 +61,15 @@ fuzzy(116,64) HTTP(..) == 1115916-1-vertical-metrics.html 1115916-1-vertical-met == ua-style-sheet-border-6.html ua-style-sheet-border-6-ref.html == ua-style-sheet-size-1.html ua-style-sheet-size-1-ref.html == ua-style-sheet-size-2.html ua-style-sheet-size-2-ref.html + +== ua-style-sheet-fieldset-1.html ua-style-sheet-fieldset-1-ref.html +skip-if(Android||B2G) == ua-style-sheet-textarea-1.html ua-style-sheet-textarea-1a-ref.html +skip-if(!(Android||B2G)) == ua-style-sheet-textarea-1.html ua-style-sheet-textarea-1b-ref.html +== ua-style-sheet-checkbox-radio-1.html ua-style-sheet-checkbox-radio-1-ref.html +skip-if(Android||B2G) == ua-style-sheet-button-1.html ua-style-sheet-button-1a-ref.html +skip-if(!(Android||B2G)) == ua-style-sheet-button-1.html ua-style-sheet-button-1b-ref.html +== ua-style-sheet-input-color-1.html ua-style-sheet-input-color-1-ref.html +fails == ua-style-sheet-input-number-1.html ua-style-sheet-input-number-1-ref.html # bug 1123299 HTTP(..) == 1127488-align-default-horizontal-tb-ltr.html 1127488-align-top-left-ref.html HTTP(..) == 1127488-align-start-horizontal-tb-ltr.html 1127488-align-top-left-ref.html HTTP(..) == 1127488-align-end-horizontal-tb-ltr.html 1127488-align-top-right-ref.html diff --git a/layout/reftests/writing-mode/ua-style-sheet-button-1.html b/layout/reftests/writing-mode/ua-style-sheet-button-1.html new file mode 100644 index 00000000000..f1ee2792afd --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-button-1.html @@ -0,0 +1,40 @@ + + +Test for logical properties of button in the UA stylesheet + +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
diff --git a/layout/reftests/writing-mode/ua-style-sheet-button-1a-ref.html b/layout/reftests/writing-mode/ua-style-sheet-button-1a-ref.html new file mode 100644 index 00000000000..1c3bc739067 --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-button-1a-ref.html @@ -0,0 +1,52 @@ + + +Test for logical properties of button in the UA stylesheet + +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
diff --git a/layout/reftests/writing-mode/ua-style-sheet-checkbox-radio-1-ref.html b/layout/reftests/writing-mode/ua-style-sheet-checkbox-radio-1-ref.html new file mode 100644 index 00000000000..033b312f0b3 --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-checkbox-radio-1-ref.html @@ -0,0 +1,54 @@ + + +Test for logical properties of checkbox and radio button in the UA stylesheet + +
+ radio 1
+ radio 2
+ checkbox 1
+ checkbox 2
+
+ +
+ radio 1
+ radio 2
+ checkbox 1
+ checkbox 2
+
+ +
+ radio 1
+ radio 2
+ checkbox 1
+ checkbox 2
+
diff --git a/layout/reftests/writing-mode/ua-style-sheet-checkbox-radio-1.html b/layout/reftests/writing-mode/ua-style-sheet-checkbox-radio-1.html new file mode 100644 index 00000000000..7cf1129e2a4 --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-checkbox-radio-1.html @@ -0,0 +1,27 @@ + + +Test for logical properties of checkbox and radio button in the UA stylesheet + +
+ radio 1
+ radio 2
+ checkbox 1
+ checkbox 2
+
+ +
+ radio 1
+ radio 2
+ checkbox 1
+ checkbox 2
+
+ +
+ radio 1
+ radio 2
+ checkbox 1
+ checkbox 2
+
diff --git a/layout/reftests/writing-mode/ua-style-sheet-fieldset-1-ref.html b/layout/reftests/writing-mode/ua-style-sheet-fieldset-1-ref.html new file mode 100644 index 00000000000..dc3857082df --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-fieldset-1-ref.html @@ -0,0 +1,44 @@ + + +Test for logical properties of fieldset in the UA stylesheet + +
+
+ Legend +
+
+
+
+ +
+
+ Legend +
+
+
+
+ +
+
+ Legend +
+
+
+
+ diff --git a/layout/reftests/writing-mode/ua-style-sheet-fieldset-1.html b/layout/reftests/writing-mode/ua-style-sheet-fieldset-1.html new file mode 100644 index 00000000000..3cc77041d7b --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-fieldset-1.html @@ -0,0 +1,36 @@ + + +Test for logical properties of fieldset in the UA stylesheet + +
+
+ Legend +
+
+
+
+ +
+
+ Legend +
+
+
+
+ +
+
+ Legend +
+
+
+
+ diff --git a/layout/reftests/writing-mode/ua-style-sheet-input-color-1-ref.html b/layout/reftests/writing-mode/ua-style-sheet-input-color-1-ref.html new file mode 100644 index 00000000000..ddd3c7ec430 --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-input-color-1-ref.html @@ -0,0 +1,35 @@ + + +Test for logical properties of input type=color in the UA stylesheet + +
+
+
+
+ +
+
+
+
+ +
+
+
+
diff --git a/layout/reftests/writing-mode/ua-style-sheet-input-color-1.html b/layout/reftests/writing-mode/ua-style-sheet-input-color-1.html new file mode 100644 index 00000000000..4fef0094f16 --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-input-color-1.html @@ -0,0 +1,22 @@ + + +Test for logical properties of input type=color in the UA stylesheet + +
+
+
+
+ +
+
+
+
+ +
+
+
+
diff --git a/layout/reftests/writing-mode/ua-style-sheet-input-number-1-ref.html b/layout/reftests/writing-mode/ua-style-sheet-input-number-1-ref.html new file mode 100644 index 00000000000..23bed81a300 --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-input-number-1-ref.html @@ -0,0 +1,38 @@ + + +Test for logical properties of input type=number in the UA stylesheet + +
+

+

+ +
+ +
+

+

+ +
+ + +
+

+

+ +
diff --git a/layout/reftests/writing-mode/ua-style-sheet-input-number-1.html b/layout/reftests/writing-mode/ua-style-sheet-input-number-1.html new file mode 100644 index 00000000000..b7d2408fc02 --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-input-number-1.html @@ -0,0 +1,28 @@ + + +Test for logical properties of input type=number in the UA stylesheet + +
+

+

+ +
+ +
+

+

+ +
+ + +
+

+

+ +
diff --git a/layout/reftests/writing-mode/ua-style-sheet-textarea-1.html b/layout/reftests/writing-mode/ua-style-sheet-textarea-1.html new file mode 100644 index 00000000000..c55c998d7cf --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-textarea-1.html @@ -0,0 +1,18 @@ + + +Test for logical properties of textarea in the UA stylesheet + +
+ +
+ +
+ +
+ +
+ +
diff --git a/layout/reftests/writing-mode/ua-style-sheet-textarea-1a-ref.html b/layout/reftests/writing-mode/ua-style-sheet-textarea-1a-ref.html new file mode 100644 index 00000000000..0fc2b83eb4d --- /dev/null +++ b/layout/reftests/writing-mode/ua-style-sheet-textarea-1a-ref.html @@ -0,0 +1,27 @@ + + +Test for logical properties of textarea in the UA stylesheet + +
+ +
+ +
+ +
+ +
+ +