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 --- .../received/selectors-4/focus-within-001-ref.html | 15 ++++++ .../received/selectors-4/focus-within-001.html | 39 ++++++++++++++ .../received/selectors-4/focus-within-002.html | 41 +++++++++++++++ .../received/selectors-4/focus-within-003.html | 47 +++++++++++++++++ .../received/selectors-4/focus-within-004.html | 52 +++++++++++++++++++ .../received/selectors-4/focus-within-005.html | 53 +++++++++++++++++++ .../received/selectors-4/focus-within-006.html | 55 ++++++++++++++++++++ .../selectors-4/focus-within-shadow-001-ref.html | 15 ++++++ .../selectors-4/focus-within-shadow-001.html | 40 +++++++++++++++ .../selectors-4/focus-within-shadow-002.html | 41 +++++++++++++++ .../selectors-4/focus-within-shadow-003.html | 43 ++++++++++++++++ .../selectors-4/focus-within-shadow-004.html | 49 ++++++++++++++++++ .../selectors-4/focus-within-shadow-005.html | 60 ++++++++++++++++++++++ .../selectors-4/of-type-selectors-ref.xhtml | 30 +++++++++++ .../received/selectors-4/of-type-selectors.xhtml | 32 ++++++++++++ .../selectors-4/selector-required-ref.html | 22 ++++++++ .../received/selectors-4/selector-required.html | 26 ++++++++++ .../selectors-dir-selector-ltr-001.html | 26 ++++++++++ .../selectors-4/selectors-dir-selector-ref.html | 19 +++++++ .../selectors-dir-selector-rtl-001.html | 26 ++++++++++ 20 files changed, 731 insertions(+) create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-001-ref.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-001.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-002.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-003.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-004.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-005.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-006.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-001-ref.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-001.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-002.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-003.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-004.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-005.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/of-type-selectors-ref.xhtml create mode 100644 layout/reftests/w3c-css/received/selectors-4/of-type-selectors.xhtml create mode 100644 layout/reftests/w3c-css/received/selectors-4/selector-required-ref.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/selector-required.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ltr-001.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ref.html create mode 100644 layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-rtl-001.html (limited to 'layout/reftests/w3c-css/received/selectors-4') diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-001-ref.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-001-ref.html new file mode 100644 index 000000000..9d76c0674 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-001-ref.html @@ -0,0 +1,15 @@ + + + +Selectors Level 4: focus-within Reference File + + + +

Test passes if, when the element below is focused, it is surrounded by a thick green border. There must be no red or blue once it is focused.

+
Focus this element
+ + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-001.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-001.html new file mode 100644 index 000000000..15de67cef --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-001.html @@ -0,0 +1,39 @@ + + + +Selectors Level 4: focus-within + + + + + + + +

Test passes if, when the element below is focused, it is surrounded by a thick green border. There must be no red or blue once it is focused.

+
Focus this element
+ + + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-002.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-002.html new file mode 100644 index 000000000..b59dc25b5 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-002.html @@ -0,0 +1,41 @@ + + + +Selectors Level 4: focus-within + + + + + + + +

Test passes if, when the element below is focused, +it is surrounded by a thick green border. +There must be no red or blue once it is focused.

+
+
Focus this element
+
+ + + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-003.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-003.html new file mode 100644 index 000000000..4c87dc627 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-003.html @@ -0,0 +1,47 @@ + + + +Selectors Level 4: focus-within + + + + + + + +

Test passes if, when the element below is focused, +it is surrounded by a thick green border. +There must be no red or blue once it is focused.

+
+
+
+
+
Focus this element
+
+
+
+
+ + + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-004.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-004.html new file mode 100644 index 000000000..f0d3765a9 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-004.html @@ -0,0 +1,52 @@ + + + +Selectors Level 4: focus-within + + + + + + + +

Test passes if, when the element below is focused, +it is surrounded by a thick green border. +There must be no red or blue once it is focused.

+
+
+
Focus this element
+
+
+ + + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-005.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-005.html new file mode 100644 index 000000000..5a173fd72 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-005.html @@ -0,0 +1,53 @@ + + + +Selectors Level 4: focus-within + + + + + + + +

Test passes if, when the element below is focused, +it is surrounded by a thick green border. +There must be no red or blue once it is focused.

+
+
+ Focus this element +
+
+ + + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-006.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-006.html new file mode 100644 index 000000000..04e6cbcb9 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-006.html @@ -0,0 +1,55 @@ + + + +Selectors Level 4: focus-within + + + + + + + +

Test passes if, when the element below is focused, +it is surrounded by a thick green border. +There must be no red or blue once it is focused.

+
+
+
+ +
+
+
+ + + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-001-ref.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-001-ref.html new file mode 100644 index 000000000..4631ef3e3 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-001-ref.html @@ -0,0 +1,15 @@ + + + +Selectors Level 4: focus-within shadow DOM Reference File + + + +

Test passes if there is a green rectangle below.

+
+ + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-001.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-001.html new file mode 100644 index 000000000..e4610dacf --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-001.html @@ -0,0 +1,40 @@ + + + +Selectors Level 4: focus-within with shadow DOM + + + + + + + +

Test passes if there is a green rectangle below.

+
Skip this test, shadow DOM is not supported.
+ + + + + + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-002.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-002.html new file mode 100644 index 000000000..b02a3f9a1 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-002.html @@ -0,0 +1,41 @@ + + + +Selectors Level 4: focus-within with shadow DOM + + + + + + + + +

Test passes if there is a green rectangle below.

+
Skip this test, shadow DOM is not supported.
+ + + + + + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-003.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-003.html new file mode 100644 index 000000000..588719424 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-003.html @@ -0,0 +1,43 @@ + + + +Selectors Level 4: focus-within with shadow DOM + + + + + + + + +

Test passes if there is a green rectangle below.

+
+
Skip this test, shadow DOM is not supported.
+
+ + + + + + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-004.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-004.html new file mode 100644 index 000000000..8348adc35 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-004.html @@ -0,0 +1,49 @@ + + + +Selectors Level 4: focus-within with shadow DOM + + + + + + + + +

Test passes if there is a green rectangle below.

+
+
+
+
+
Skip this test, shadow DOM is not supported.
+
+
+
+
+ + + + + + diff --git a/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-005.html b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-005.html new file mode 100644 index 000000000..6c486fa48 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/focus-within-shadow-005.html @@ -0,0 +1,60 @@ + + + +Selectors Level 4: focus-within with shadow DOM + + + + + + + +

Test passes if there is a green rectangle below.

+
+
+
+
+
Skip this test, shadow DOM is not supported.
+
+
+
+
+ + + + + + + + diff --git a/layout/reftests/w3c-css/received/selectors-4/of-type-selectors-ref.xhtml b/layout/reftests/w3c-css/received/selectors-4/of-type-selectors-ref.xhtml new file mode 100644 index 000000000..af883c97e --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/of-type-selectors-ref.xhtml @@ -0,0 +1,30 @@ + + + +Selectors Level 4: :first-of-type + + + + +
+

This line should have a green background.

+

This line should have a yellow background.

+

This line should have a yellow background.

+

This line should have a green background.

+

This line should have a green background.

+
+ + diff --git a/layout/reftests/w3c-css/received/selectors-4/of-type-selectors.xhtml b/layout/reftests/w3c-css/received/selectors-4/of-type-selectors.xhtml new file mode 100644 index 000000000..18fead9b1 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/of-type-selectors.xhtml @@ -0,0 +1,32 @@ + + + +Selectors Level 4: :first-of-type + + + + + + + + +
+

This line should have a green background.

+

This line should have a yellow background.

+This line should have a yellow background. +

This line should have a green background.

+

This line should have a green background.

+
+ + diff --git a/layout/reftests/w3c-css/received/selectors-4/selector-required-ref.html b/layout/reftests/w3c-css/received/selectors-4/selector-required-ref.html new file mode 100644 index 000000000..038a8a9b6 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/selector-required-ref.html @@ -0,0 +1,22 @@ + + + + CSS level4 Selector :required and :optional + + + + + +

+ You should see a green input box. +

+

+ +

+

+ +

+ + diff --git a/layout/reftests/w3c-css/received/selectors-4/selector-required.html b/layout/reftests/w3c-css/received/selectors-4/selector-required.html new file mode 100644 index 000000000..9c0899ad2 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/selector-required.html @@ -0,0 +1,26 @@ + + + + CSS level4 Selector :required and :optional + + + + + + + +

+ You should see a green input box. +

+

+ +

+

+ +

+ + diff --git a/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ltr-001.html b/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ltr-001.html new file mode 100644 index 000000000..c11f42f62 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ltr-001.html @@ -0,0 +1,26 @@ + + + + CSS Selectors Level 4 Test: basic support for dir(ltr) + + + + + + + + +

Test passes if there is a filled green square and no red.

+
+ + diff --git a/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ref.html b/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ref.html new file mode 100644 index 000000000..7b297d036 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ref.html @@ -0,0 +1,19 @@ + + + + CSS Reftest Reference for CSS Selectors Level 4 :dir() Tests + + + + + +

Test passes if there is a filled green square and no red.

+
+ + diff --git a/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-rtl-001.html b/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-rtl-001.html new file mode 100644 index 000000000..df2c63494 --- /dev/null +++ b/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-rtl-001.html @@ -0,0 +1,26 @@ + + + + CSS Selectors Level 4 Test: basic support for dir(rtl) + + + + + + + + +

Test passes if there is a filled green square and no red.

+
+ + -- cgit v1.2.3