From 7d1d275dc33bf03149ca97338d6b3422fad4d33e Mon Sep 17 00:00:00 2001 From: Sammy Gill Date: Tue, 30 Jul 2024 15:56:13 +0000 Subject: [PATCH] Bug 1910475 [wpt PR 47341] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=252358, a=testonly Automatic update from web-platform-tests WebKit export of https://bugs.webkit.org/show_bug.cgi?id=252358 (#47341) Block level boxes with block-step-size other than none should establish an independent formatting context. -- wpt-commits: 5f77df35944f3a06eaca520b8cc3752840cf47b4 wpt-pr: 47341 --- ...es-block-formatting-context-list-item.html | 29 ++++++++++++++++++ ...-establishes-block-formatting-context.html | 27 +++++++++++++++++ ...ot-establish-block-formatting-context.html | 30 +++++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-block-formatting-context-list-item.html create mode 100644 testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-block-formatting-context.html create mode 100644 testing/web-platform/tests/css/css-rhythm/block-step-size-none-does-not-establish-block-formatting-context.html diff --git a/testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-block-formatting-context-list-item.html b/testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-block-formatting-context-list-item.html new file mode 100644 index 000000000000..85daa729789b --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-block-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-block-formatting-context.html b/testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-block-formatting-context.html new file mode 100644 index 000000000000..e96e3e00824e --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/block-step-size-establishes-block-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-block-formatting-context.html b/testing/web-platform/tests/css/css-rhythm/block-step-size-none-does-not-establish-block-formatting-context.html new file mode 100644 index 000000000000..afbfcd84efb7 --- /dev/null +++ b/testing/web-platform/tests/css/css-rhythm/block-step-size-none-does-not-establish-block-formatting-context.html @@ -0,0 +1,30 @@ + + + + + + + + + + +

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

+
+
+ +