From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../tests/css/CSS2/sec5/adjacent-000-ref.xht | 27 ++++++++++++++++++++++ .../tests/css/CSS2/sec5/adjacent-000.xht | 25 ++++++++++++++++++++ .../tests/css/CSS2/sec5/adjacent-001.xht | 25 ++++++++++++++++++++ .../tests/css/CSS2/sec5/adjacent-002.xht | 25 ++++++++++++++++++++ .../tests/css/CSS2/sec5/attribute-000.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/attribute-001.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/attribute-002.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/attribute-003.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/attribute-004.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/attribute-005.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/attribute-006.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/attribute-007.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/attribute-ref.xht | 23 ++++++++++++++++++ .../tests/css/CSS2/sec5/class-000-ref.html | 19 +++++++++++++++ .../web-platform/tests/css/CSS2/sec5/class-000.xht | 22 ++++++++++++++++++ .../web-platform/tests/css/CSS2/sec5/class-001.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/class-002-ref.html | 20 ++++++++++++++++ .../web-platform/tests/css/CSS2/sec5/class-002.xht | 22 ++++++++++++++++++ .../css/CSS2/sec5/descendant-selector-000-ref.xht | 23 ++++++++++++++++++ .../css/CSS2/sec5/descendant-selector-000.xht | 21 +++++++++++++++++ .../css/CSS2/sec5/descendant-selector-001.xht | 23 ++++++++++++++++++ .../css/CSS2/sec5/dynamic-pseudo-classes-000.xht | 22 ++++++++++++++++++ .../css/CSS2/sec5/dynamic-pseudo-classes-001.xht | 22 ++++++++++++++++++ .../css/CSS2/sec5/dynamic-pseudo-classes-002.xht | 24 +++++++++++++++++++ .../css/CSS2/sec5/dynamic-pseudo-classes-003.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/first-child-000-ref.html | 23 ++++++++++++++++++ .../tests/css/CSS2/sec5/first-child-000.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/first-child-001.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/first-letter-000.xht | 19 +++++++++++++++ .../tests/css/CSS2/sec5/first-line-000-ref.html | 15 ++++++++++++ .../tests/css/CSS2/sec5/first-line-000.xht | 22 ++++++++++++++++++ .../tests/css/CSS2/sec5/grouping-000-notref.xht | 12 ++++++++++ .../tests/css/CSS2/sec5/grouping-000-ref.xht | 18 +++++++++++++++ .../tests/css/CSS2/sec5/grouping-000.xht | 20 ++++++++++++++++ .../tests/css/CSS2/sec5/grouping-001.xht | 23 ++++++++++++++++++ .../web-platform/tests/css/CSS2/sec5/id-000.xht | 22 ++++++++++++++++++ .../web-platform/tests/css/CSS2/sec5/id-001.xht | 22 ++++++++++++++++++ 37 files changed, 803 insertions(+) create mode 100644 testing/web-platform/tests/css/CSS2/sec5/adjacent-000-ref.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/adjacent-000.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/adjacent-001.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/adjacent-002.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/attribute-000.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/attribute-001.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/attribute-002.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/attribute-003.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/attribute-004.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/attribute-005.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/attribute-006.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/attribute-007.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/attribute-ref.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/class-000-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/sec5/class-000.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/class-001.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/class-002-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/sec5/class-002.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/descendant-selector-000-ref.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/descendant-selector-000.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/descendant-selector-001.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-000.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-001.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-002.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-003.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/first-child-000-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/sec5/first-child-000.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/first-child-001.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/first-letter-000.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/first-line-000-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/sec5/first-line-000.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/grouping-000-notref.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/grouping-000-ref.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/grouping-000.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/grouping-001.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/id-000.xht create mode 100644 testing/web-platform/tests/css/CSS2/sec5/id-001.xht (limited to 'testing/web-platform/tests/css/CSS2/sec5') diff --git a/testing/web-platform/tests/css/CSS2/sec5/adjacent-000-ref.xht b/testing/web-platform/tests/css/CSS2/sec5/adjacent-000-ref.xht new file mode 100644 index 0000000000..40c7c77b33 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/adjacent-000-ref.xht @@ -0,0 +1,27 @@ + + + +CSS Reftest Reference + + + + +

Filler text.

+

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/adjacent-000.xht b/testing/web-platform/tests/css/CSS2/sec5/adjacent-000.xht new file mode 100644 index 0000000000..f0d8e45e71 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/adjacent-000.xht @@ -0,0 +1,25 @@ + + + + + CSS Test: Selectors: Adjacent selectors + + + + + + + +

Filler text.

+

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/adjacent-001.xht b/testing/web-platform/tests/css/CSS2/sec5/adjacent-001.xht new file mode 100644 index 0000000000..59b55d3ddd --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/adjacent-001.xht @@ -0,0 +1,25 @@ + + + + + CSS Test: Selectors: Adjacent selectors without the space separator + + + + + + + +

Filler text.

+

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/adjacent-002.xht b/testing/web-platform/tests/css/CSS2/sec5/adjacent-002.xht new file mode 100644 index 0000000000..59a6c06ed9 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/adjacent-002.xht @@ -0,0 +1,25 @@ + + + + + CSS Test: Selectors: Adjacent selectors with the universal selector + + + + + + + +

Filler text.

+

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/attribute-000.xht b/testing/web-platform/tests/css/CSS2/sec5/attribute-000.xht new file mode 100644 index 0000000000..0509900929 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/attribute-000.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: Attribute selectors: Generic match + + + + + + + +

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/attribute-001.xht b/testing/web-platform/tests/css/CSS2/sec5/attribute-001.xht new file mode 100644 index 0000000000..155bc96527 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/attribute-001.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: Attribute selectors: Generic match with the universal selector + + + + + + + +

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/attribute-002.xht b/testing/web-platform/tests/css/CSS2/sec5/attribute-002.xht new file mode 100644 index 0000000000..b1ca0bb402 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/attribute-002.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: Attribute selectors: Exact match + + + + + + + +

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/attribute-003.xht b/testing/web-platform/tests/css/CSS2/sec5/attribute-003.xht new file mode 100644 index 0000000000..5789983520 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/attribute-003.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: Attribute selectors: Exact match with the universal selector + + + + + + + +

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/attribute-004.xht b/testing/web-platform/tests/css/CSS2/sec5/attribute-004.xht new file mode 100644 index 0000000000..aab6bcadce --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/attribute-004.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: Attribute selectors: Partial match + + + + + + + +

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/attribute-005.xht b/testing/web-platform/tests/css/CSS2/sec5/attribute-005.xht new file mode 100644 index 0000000000..fc5030e744 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/attribute-005.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: Attribute selectors: Partial match with the universal selector + + + + + + + +

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/attribute-006.xht b/testing/web-platform/tests/css/CSS2/sec5/attribute-006.xht new file mode 100644 index 0000000000..bcb9f571dd --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/attribute-006.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: Attribute selectors: Substring matching + + + + + + + +

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/attribute-007.xht b/testing/web-platform/tests/css/CSS2/sec5/attribute-007.xht new file mode 100644 index 0000000000..36291de574 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/attribute-007.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: Attribute selectors: Substring matching with the universal selector + + + + + + + +

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/attribute-ref.xht b/testing/web-platform/tests/css/CSS2/sec5/attribute-ref.xht new file mode 100644 index 0000000000..d9f9d3684f --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/attribute-ref.xht @@ -0,0 +1,23 @@ + + + +CSS Reftest Reference + + + + +

This text should be purple.

+
This text should be black.
+

This text should be blue.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/class-000-ref.html b/testing/web-platform/tests/css/CSS2/sec5/class-000-ref.html new file mode 100644 index 0000000000..8eb5f528a4 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/class-000-ref.html @@ -0,0 +1,19 @@ + + +CSS Reference + + +

This text should be fuchsia.

+
This text should be orange.
+

This text should be blue.

+ diff --git a/testing/web-platform/tests/css/CSS2/sec5/class-000.xht b/testing/web-platform/tests/css/CSS2/sec5/class-000.xht new file mode 100644 index 0000000000..366573c743 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/class-000.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: Class selectors + + + + + + + +

This text should be fuchsia.

+
This text should be orange.
+

This text should be blue.

+ + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/class-001.xht b/testing/web-platform/tests/css/CSS2/sec5/class-001.xht new file mode 100644 index 0000000000..096210ac2b --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/class-001.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: Class selectors with the universal selector + + + + + + + +

This text should be fuchsia.

+
This text should be orange.
+

This text should be blue.

+ + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/class-002-ref.html b/testing/web-platform/tests/css/CSS2/sec5/class-002-ref.html new file mode 100644 index 0000000000..fff0f9eaef --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/class-002-ref.html @@ -0,0 +1,20 @@ + + +CSS Reference + + +

This text should be fuchsia.

+
This text should be fuchsia with a thin fuchsia border.
+

This text should be blue without any border.

+ diff --git a/testing/web-platform/tests/css/CSS2/sec5/class-002.xht b/testing/web-platform/tests/css/CSS2/sec5/class-002.xht new file mode 100644 index 0000000000..85fdef97e3 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/class-002.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: Class selectors: Multiple classes + + + + + + + +

This text should be fuchsia.

+
This text should be fuchsia with a thin fuchsia border.
+

This text should be blue without any border.

+ + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/descendant-selector-000-ref.xht b/testing/web-platform/tests/css/CSS2/sec5/descendant-selector-000-ref.xht new file mode 100644 index 0000000000..3dfe06f0d1 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/descendant-selector-000-ref.xht @@ -0,0 +1,23 @@ + + + +CSS Reftest Reference + + + + +

This paragraph should have a thin orange border.

+

This paragraph should have a thin blue border.

+

This text should have a thin fuchsia border.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/descendant-selector-000.xht b/testing/web-platform/tests/css/CSS2/sec5/descendant-selector-000.xht new file mode 100644 index 0000000000..2afa2da179 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/descendant-selector-000.xht @@ -0,0 +1,21 @@ + + + + + CSS Test: Selectors: Descendant selectors + + + + + + + +

This paragraph should have a thin orange border.

+

This paragraph should have a thin blue border.

+

This text should have a thin fuchsia border.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/descendant-selector-001.xht b/testing/web-platform/tests/css/CSS2/sec5/descendant-selector-001.xht new file mode 100644 index 0000000000..d1ab44ff18 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/descendant-selector-001.xht @@ -0,0 +1,23 @@ + + + + + CSS Test: Selectors: Descendant selectors and universal selector + + + + + + + +

This paragraph should have a thin orange border.

+

This paragraph should have a thin blue border.

+

This text should have a thin fuchsia border.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-000.xht b/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-000.xht new file mode 100644 index 0000000000..dae8db9149 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-000.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: The dynamic pseudo-classes: :hover on links + + + + + + + +

The link in the next paragraph should have a green background color and a white text color on :hover.

+ +

Hover me

+ + + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-001.xht b/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-001.xht new file mode 100644 index 0000000000..bbf671169c --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-001.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: The dynamic pseudo-classes: :hover on different elements + + + + + + + +

The next paragraph should have a green background color and a white text color on :hover.

+ +

Hover me

+ + + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-002.xht b/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-002.xht new file mode 100644 index 0000000000..fd2d1f207b --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-002.xht @@ -0,0 +1,24 @@ + + + + + CSS Test: Selectors: The dynamic pseudo-classes: :active + + + + + + + +

The link in the next paragraph should have a green text color and a bold font weight when it's activated.

+ +

Click me.

+ + + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-003.xht b/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-003.xht new file mode 100644 index 0000000000..2192e1b548 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/dynamic-pseudo-classes-003.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: The dynamic pseudo-classes: :focus + + + + + + + +

The link below should have a white text color and a green background color when it has focus.

+ +

Link

+ + + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/first-child-000-ref.html b/testing/web-platform/tests/css/CSS2/sec5/first-child-000-ref.html new file mode 100644 index 0000000000..6c65404bfc --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/first-child-000-ref.html @@ -0,0 +1,23 @@ + + +CSS Reference + + +

This text should be fuchsia. Filler text.

+
This text should be orange.
+

Filler text.

+

This text should be blue. Filler text.

+ diff --git a/testing/web-platform/tests/css/CSS2/sec5/first-child-000.xht b/testing/web-platform/tests/css/CSS2/sec5/first-child-000.xht new file mode 100644 index 0000000000..d31ef34996 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/first-child-000.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: The :first-child pseudo-class + + + + + + + +

This text should be fuchsia. Filler text.

+
This text should be orange.

Filler text.

+

This text should be blue. Filler text.

+ + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/first-child-001.xht b/testing/web-platform/tests/css/CSS2/sec5/first-child-001.xht new file mode 100644 index 0000000000..d6dbb4aab9 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/first-child-001.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: The :first-child pseudo-class with the universal selector + + + + + + + +

This text should be fuchsia. Filler text.

+
This text should be orange.

Filler text.

+

This text should be blue. Filler text.

+ + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/first-letter-000.xht b/testing/web-platform/tests/css/CSS2/sec5/first-letter-000.xht new file mode 100644 index 0000000000..90e1be1ae6 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/first-letter-000.xht @@ -0,0 +1,19 @@ + + + + + CSS Test: Selectors: The :first-letter pseudo-element + + + + + + +

The first letter of this paragraph should be fuchsia, in a bold face and in a bigger font size (same as in the next block).

+
Lorem ipsum dolor.
+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/first-line-000-ref.html b/testing/web-platform/tests/css/CSS2/sec5/first-line-000-ref.html new file mode 100644 index 0000000000..4999f4fa5d --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/first-line-000-ref.html @@ -0,0 +1,15 @@ + + +CSS Reference + + +

The first line of this paragraph should be fuchsia (same as in the next block).
Filler text.

+

Lorem ipsum dolor.
Filler text.

+ diff --git a/testing/web-platform/tests/css/CSS2/sec5/first-line-000.xht b/testing/web-platform/tests/css/CSS2/sec5/first-line-000.xht new file mode 100644 index 0000000000..010019f0bb --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/first-line-000.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: The :first-line pseudo-element + + + + + + + +

The first line of this paragraph should be fuchsia (same as in the next block).
Filler text.

+
Lorem ipsum dolor.
Filler text.
+ + + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/grouping-000-notref.xht b/testing/web-platform/tests/css/CSS2/sec5/grouping-000-notref.xht new file mode 100644 index 0000000000..ec3361343a --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/grouping-000-notref.xht @@ -0,0 +1,12 @@ + + + +CSS Reftest Reference + + + +

This text should be green.

+
This text should be green.
+

This text should be green.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/grouping-000-ref.xht b/testing/web-platform/tests/css/CSS2/sec5/grouping-000-ref.xht new file mode 100644 index 0000000000..dc57893635 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/grouping-000-ref.xht @@ -0,0 +1,18 @@ + + + +CSS Reftest Reference + + + + +

This text should be green.

+
This text should be green.
+

This text should be green.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/grouping-000.xht b/testing/web-platform/tests/css/CSS2/sec5/grouping-000.xht new file mode 100644 index 0000000000..75f29cbc35 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/grouping-000.xht @@ -0,0 +1,20 @@ + + + + + CSS Test: Selectors: Grouping + + + + + + + + +

This text should be green.

+
This text should be green.
+

This text should be green.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/grouping-001.xht b/testing/web-platform/tests/css/CSS2/sec5/grouping-001.xht new file mode 100644 index 0000000000..8ffcc3fe62 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/grouping-001.xht @@ -0,0 +1,23 @@ + + + + + CSS Test: Selectors: Grouping: Invalid grouping + + + + + + + + + +

This text should be green.

+
This text should be green.
+

This text should be green.

+ + diff --git a/testing/web-platform/tests/css/CSS2/sec5/id-000.xht b/testing/web-platform/tests/css/CSS2/sec5/id-000.xht new file mode 100644 index 0000000000..6c732aadf1 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/id-000.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: ID selectors + + + + + + + +

This text should be fuchsia.

+
This text should be orange.
+

This text should be blue.

+ + \ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/sec5/id-001.xht b/testing/web-platform/tests/css/CSS2/sec5/id-001.xht new file mode 100644 index 0000000000..81ac96e0e9 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/id-001.xht @@ -0,0 +1,22 @@ + + + + + CSS Test: Selectors: ID selectors with universal selector + + + + + + + +

This text should be fuchsia.

+
This text should be orange.
+

This text should be blue.

+ + \ No newline at end of file -- cgit v1.2.3