From 3f94991edbdf818c74d93c354117e82a3b2a2758 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Wed, 23 Nov 2022 16:45:53 -0800 Subject: [PATCH] Tests for input[type=range] in various writing mode/direction (#37131) --- ...ut-appearance-native-horizontal-rtl.optional.html | 12 ++++++++++++ ...-input-appearance-native-horizontal.optional.html | 12 ++++++++++++ ...nput-appearance-native-vertical-rtl.optional.html | 12 ++++++++++++ ...ge-input-appearance-native-vertical.optional.html | 12 ++++++++++++ ...nput-appearance-none-horizontal-rtl.optional.html | 12 ++++++++++++ ...ge-input-appearance-none-horizontal.optional.html | 12 ++++++++++++ ...-input-appearance-none-vertical-rtl.optional.html | 12 ++++++++++++ ...ange-input-appearance-none-vertical.optional.html | 12 ++++++++++++ 8 files changed, 96 insertions(+) create mode 100644 css/css-writing-modes/forms/range-input-appearance-native-horizontal-rtl.optional.html create mode 100644 css/css-writing-modes/forms/range-input-appearance-native-horizontal.optional.html create mode 100644 css/css-writing-modes/forms/range-input-appearance-native-vertical-rtl.optional.html create mode 100644 css/css-writing-modes/forms/range-input-appearance-native-vertical.optional.html create mode 100644 css/css-writing-modes/forms/range-input-appearance-none-horizontal-rtl.optional.html create mode 100644 css/css-writing-modes/forms/range-input-appearance-none-horizontal.optional.html create mode 100644 css/css-writing-modes/forms/range-input-appearance-none-vertical-rtl.optional.html create mode 100644 css/css-writing-modes/forms/range-input-appearance-none-vertical.optional.html diff --git a/css/css-writing-modes/forms/range-input-appearance-native-horizontal-rtl.optional.html b/css/css-writing-modes/forms/range-input-appearance-native-horizontal-rtl.optional.html new file mode 100644 index 00000000000000..9382f890fb9465 --- /dev/null +++ b/css/css-writing-modes/forms/range-input-appearance-native-horizontal-rtl.optional.html @@ -0,0 +1,12 @@ + + + + +native input[type=range] in horizontal writing mode & RTL direction + + + + + +

The range input below should match the correct writing mode & direction.

+ diff --git a/css/css-writing-modes/forms/range-input-appearance-native-horizontal.optional.html b/css/css-writing-modes/forms/range-input-appearance-native-horizontal.optional.html new file mode 100644 index 00000000000000..1651d83326f809 --- /dev/null +++ b/css/css-writing-modes/forms/range-input-appearance-native-horizontal.optional.html @@ -0,0 +1,12 @@ + + + + +native input[type=range] in horizontal writing mode + + + + + +

The range input below should match the correct writing mode & direction.

+ diff --git a/css/css-writing-modes/forms/range-input-appearance-native-vertical-rtl.optional.html b/css/css-writing-modes/forms/range-input-appearance-native-vertical-rtl.optional.html new file mode 100644 index 00000000000000..74b24b56af9afc --- /dev/null +++ b/css/css-writing-modes/forms/range-input-appearance-native-vertical-rtl.optional.html @@ -0,0 +1,12 @@ + + + + +native input[type=range] in vertical writing mode & RTL direction + + + + + +

The range input below should match the correct writing mode & direction.

+ diff --git a/css/css-writing-modes/forms/range-input-appearance-native-vertical.optional.html b/css/css-writing-modes/forms/range-input-appearance-native-vertical.optional.html new file mode 100644 index 00000000000000..ca7eb994ae6e28 --- /dev/null +++ b/css/css-writing-modes/forms/range-input-appearance-native-vertical.optional.html @@ -0,0 +1,12 @@ + + + + +native input[type=range] in vertical writing mode + + + + + +

The range input below should match the correct writing mode & direction.

+ diff --git a/css/css-writing-modes/forms/range-input-appearance-none-horizontal-rtl.optional.html b/css/css-writing-modes/forms/range-input-appearance-none-horizontal-rtl.optional.html new file mode 100644 index 00000000000000..c1485688d36fe6 --- /dev/null +++ b/css/css-writing-modes/forms/range-input-appearance-none-horizontal-rtl.optional.html @@ -0,0 +1,12 @@ + + + + +unstyled input[type=range] in horizontal writing mode & RTL direction + + + + + +

The range input below should match the correct writing mode & direction.

+ diff --git a/css/css-writing-modes/forms/range-input-appearance-none-horizontal.optional.html b/css/css-writing-modes/forms/range-input-appearance-none-horizontal.optional.html new file mode 100644 index 00000000000000..1f4bfe4c68450b --- /dev/null +++ b/css/css-writing-modes/forms/range-input-appearance-none-horizontal.optional.html @@ -0,0 +1,12 @@ + + + + +unstyled input[type=range] in horizontal writing mode + + + + + +

The range input below should match the correct writing mode & direction.

+ diff --git a/css/css-writing-modes/forms/range-input-appearance-none-vertical-rtl.optional.html b/css/css-writing-modes/forms/range-input-appearance-none-vertical-rtl.optional.html new file mode 100644 index 00000000000000..a4696e40c97d68 --- /dev/null +++ b/css/css-writing-modes/forms/range-input-appearance-none-vertical-rtl.optional.html @@ -0,0 +1,12 @@ + + + + +unstyled input[type=range] in vertical writing mode & RTL direction + + + + + +

The range input below should match the correct writing mode & direction.

+ diff --git a/css/css-writing-modes/forms/range-input-appearance-none-vertical.optional.html b/css/css-writing-modes/forms/range-input-appearance-none-vertical.optional.html new file mode 100644 index 00000000000000..9c151c659ec045 --- /dev/null +++ b/css/css-writing-modes/forms/range-input-appearance-none-vertical.optional.html @@ -0,0 +1,12 @@ + + + + +unstyled input[type=range] in vertical writing mode + + + + + +

The range input below should match the correct writing mode & direction.

+