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 --- .../reftests/css-optional/css-optional-button.html | 7 +++++++ .../reftests/css-optional/css-optional-dyn-1.html | 21 +++++++++++++++++++++ .../reftests/css-optional/css-optional-dyn-2.html | 20 ++++++++++++++++++++ .../css-optional/css-optional-input-ref.html | 6 ++++++ .../reftests/css-optional/css-optional-input.html | 7 +++++++ .../css-optional/css-optional-select-ref.html | 6 ++++++ .../reftests/css-optional/css-optional-select.html | 7 +++++++ layout/reftests/css-optional/css-optional-style.css | 8 ++++++++ .../css-optional/css-optional-textarea-ref.html | 6 ++++++ .../css-optional/css-optional-textarea.html | 7 +++++++ layout/reftests/css-optional/reftest-stylo.list | 11 +++++++++++ layout/reftests/css-optional/reftest.list | 10 ++++++++++ 12 files changed, 116 insertions(+) create mode 100644 layout/reftests/css-optional/css-optional-button.html create mode 100644 layout/reftests/css-optional/css-optional-dyn-1.html create mode 100644 layout/reftests/css-optional/css-optional-dyn-2.html create mode 100644 layout/reftests/css-optional/css-optional-input-ref.html create mode 100644 layout/reftests/css-optional/css-optional-input.html create mode 100644 layout/reftests/css-optional/css-optional-select-ref.html create mode 100644 layout/reftests/css-optional/css-optional-select.html create mode 100644 layout/reftests/css-optional/css-optional-style.css create mode 100644 layout/reftests/css-optional/css-optional-textarea-ref.html create mode 100644 layout/reftests/css-optional/css-optional-textarea.html create mode 100644 layout/reftests/css-optional/reftest-stylo.list create mode 100644 layout/reftests/css-optional/reftest.list (limited to 'layout/reftests/css-optional') diff --git a/layout/reftests/css-optional/css-optional-button.html b/layout/reftests/css-optional/css-optional-button.html new file mode 100644 index 000000000..8e7282ff7 --- /dev/null +++ b/layout/reftests/css-optional/css-optional-button.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/layout/reftests/css-optional/css-optional-dyn-1.html b/layout/reftests/css-optional/css-optional-dyn-1.html new file mode 100644 index 000000000..8b02ad719 --- /dev/null +++ b/layout/reftests/css-optional/css-optional-dyn-1.html @@ -0,0 +1,21 @@ + + + + + + + + + + + diff --git a/layout/reftests/css-optional/css-optional-dyn-2.html b/layout/reftests/css-optional/css-optional-dyn-2.html new file mode 100644 index 000000000..746e045ab --- /dev/null +++ b/layout/reftests/css-optional/css-optional-dyn-2.html @@ -0,0 +1,20 @@ + + + + + + + + + + + diff --git a/layout/reftests/css-optional/css-optional-input-ref.html b/layout/reftests/css-optional/css-optional-input-ref.html new file mode 100644 index 000000000..a7feec6b5 --- /dev/null +++ b/layout/reftests/css-optional/css-optional-input-ref.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/layout/reftests/css-optional/css-optional-input.html b/layout/reftests/css-optional/css-optional-input.html new file mode 100644 index 000000000..1292df6eb --- /dev/null +++ b/layout/reftests/css-optional/css-optional-input.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/layout/reftests/css-optional/css-optional-select-ref.html b/layout/reftests/css-optional/css-optional-select-ref.html new file mode 100644 index 000000000..e419bb184 --- /dev/null +++ b/layout/reftests/css-optional/css-optional-select-ref.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/layout/reftests/css-optional/css-optional-select.html b/layout/reftests/css-optional/css-optional-select.html new file mode 100644 index 000000000..a80a68a5a --- /dev/null +++ b/layout/reftests/css-optional/css-optional-select.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/layout/reftests/css-optional/css-optional-style.css b/layout/reftests/css-optional/css-optional-style.css new file mode 100644 index 000000000..616aa79f0 --- /dev/null +++ b/layout/reftests/css-optional/css-optional-style.css @@ -0,0 +1,8 @@ +input, textarea, select, button, +*:required { + visibility: hidden; +} + +*:optional { + visibility: visible; +} diff --git a/layout/reftests/css-optional/css-optional-textarea-ref.html b/layout/reftests/css-optional/css-optional-textarea-ref.html new file mode 100644 index 000000000..bde6f508f --- /dev/null +++ b/layout/reftests/css-optional/css-optional-textarea-ref.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/layout/reftests/css-optional/css-optional-textarea.html b/layout/reftests/css-optional/css-optional-textarea.html new file mode 100644 index 000000000..2e85c4df5 --- /dev/null +++ b/layout/reftests/css-optional/css-optional-textarea.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/layout/reftests/css-optional/reftest-stylo.list b/layout/reftests/css-optional/reftest-stylo.list new file mode 100644 index 000000000..253f1b589 --- /dev/null +++ b/layout/reftests/css-optional/reftest-stylo.list @@ -0,0 +1,11 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +# Checking if these elements support :optional. +== css-optional-textarea.html css-optional-textarea.html +== css-optional-input.html css-optional-input.html +== css-optional-select.html css-optional-select.html +== css-optional-button.html css-optional-button.html + +# Checking dynamic behavior. +== css-optional-dyn-1.html css-optional-dyn-1.html +== css-optional-dyn-2.html css-optional-dyn-2.html + diff --git a/layout/reftests/css-optional/reftest.list b/layout/reftests/css-optional/reftest.list new file mode 100644 index 000000000..18d34eaeb --- /dev/null +++ b/layout/reftests/css-optional/reftest.list @@ -0,0 +1,10 @@ +# Checking if these elements support :optional. +== css-optional-textarea.html css-optional-textarea-ref.html +== css-optional-input.html css-optional-input-ref.html +== css-optional-select.html css-optional-select-ref.html +== css-optional-button.html about:blank + +# Checking dynamic behavior. +== css-optional-dyn-1.html css-optional-input-ref.html +== css-optional-dyn-2.html about:blank + -- cgit v1.2.3