From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- ...s-independent-formatting-context-list-item.html | 29 +++++++++++++++++++ ...establishes-independent-formatting-context.html | 27 ++++++++++++++++++ ...-establish-indepdendent-formatting-context.html | 30 ++++++++++++++++++++ .../parsing/block-step-insert-computed.html | 25 ++++++++++++++++ .../parsing/block-step-insert-invalid.html | 33 ++++++++++++++++++++++ .../parsing/block-step-insert-valid.html | 25 ++++++++++++++++ .../parsing/block-step-size-computed.html | 29 +++++++++++++++++++ .../parsing/block-step-size-invalid.html | 28 ++++++++++++++++++ .../css-rhythm/parsing/block-step-size-valid.html | 29 +++++++++++++++++++ 9 files changed, 255 insertions(+) create mode 100644 testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-independent-formatting-context-list-item.html create mode 100644 testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-independent-formatting-context.html create mode 100644 testing/web-platform/tests/css/css-rhythm/block-step-size-none-does-not-establish-indepdendent-formatting-context.html create mode 100644 testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-computed.html create mode 100644 testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-invalid.html create mode 100644 testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-valid.html create mode 100644 testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-computed.html create mode 100644 testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-invalid.html create mode 100644 testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-valid.html (limited to 'testing/web-platform/tests/css/css-rhythm') diff --git a/testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-independent-formatting-context-list-item.html b/testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-independent-formatting-context-list-item.html new file mode 100644 index 0000000000..301ae3e9a2 --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-independent-formatting-context-list-item.html @@ -0,0 +1,29 @@ + + + + + + + + + + +

Test passes if there is a filled green square.

+
+
+ + diff --git a/testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-independent-formatting-context.html b/testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-independent-formatting-context.html new file mode 100644 index 0000000000..f87e22d319 --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-independent-formatting-context.html @@ -0,0 +1,27 @@ + + + + + + + + + + +

Test passes if there is a filled green square.

+
+
+ + diff --git a/testing/web-platform/tests/css/css-rhythm/block-step-size-none-does-not-establish-indepdendent-formatting-context.html b/testing/web-platform/tests/css/css-rhythm/block-step-size-none-does-not-establish-indepdendent-formatting-context.html new file mode 100644 index 0000000000..678428e381 --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/block-step-size-none-does-not-establish-indepdendent-formatting-context.html @@ -0,0 +1,30 @@ + + + + + + + + + + +

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

+
+
+ + diff --git a/testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-computed.html b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-computed.html new file mode 100644 index 0000000000..cedbe3b9ec --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-computed.html @@ -0,0 +1,25 @@ + + + +CSS Rhythm: block-step-insert computed values + + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-invalid.html b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-invalid.html new file mode 100644 index 0000000000..a186b49e5d --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-invalid.html @@ -0,0 +1,33 @@ + + + +CSS Rhythm: block-step-insert invalid values + + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-valid.html b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-valid.html new file mode 100644 index 0000000000..f7b0b5a9e0 --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-insert-valid.html @@ -0,0 +1,25 @@ + + + +CSS Rhythm: block-step-insert valid values + + + + + + + + + + +
+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-computed.html b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-computed.html new file mode 100644 index 0000000000..e90b608215 --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-computed.html @@ -0,0 +1,29 @@ + + + +CSS Rhythm: block-step-size computed values + + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-invalid.html b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-invalid.html new file mode 100644 index 0000000000..0787941aec --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-invalid.html @@ -0,0 +1,28 @@ + + + +CSS Rhythm: block-step-size invalid values + + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-valid.html b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-valid.html new file mode 100644 index 0000000000..391ee28667 --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/parsing/block-step-size-valid.html @@ -0,0 +1,29 @@ + + + +CSS Rhythm: block-step-size valid values + + + + + + + + + + +
+ + + -- cgit v1.2.3