From 51b6d0cc12b2691c1a88fbeb131e2afb1228b70b Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Fri, 16 Oct 2020 09:57:00 +0000 Subject: [PATCH] Bug 1670099 [wpt PR 26053] - Remove anonymous box from details/summary shadow dom, a=testonly Automatic update from web-platform-tests Remove anonymous box from details/summary shadow dom Previously, there was an anonymous
in the shadow dom for the element, which caused display:contents to not behave in an interoperable way. See [1] for a spec PR that clarifies the spec, and this CL matches the new clarification. The new WPT added here passes already on Gecko and WebKit. [1] https://github.com/whatwg/html/pull/4746 Fixed: 973074 Change-Id: Iba54616c4e54e357dd71b7de30de18bde8ff3983 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462217 Commit-Queue: Mason Freed Reviewed-by: Oriol Brufau Auto-Submit: Mason Freed Cr-Commit-Position: refs/heads/master@{#815731} -- wpt-commits: 411d1bfc11c5779664101d938b290e0dd26d812d wpt-pr: 26053 --- .../details-blockification.html | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 testing/web-platform/tests/html/rendering/the-details-element/details-blockification.html diff --git a/testing/web-platform/tests/html/rendering/the-details-element/details-blockification.html b/testing/web-platform/tests/html/rendering/the-details-element/details-blockification.html new file mode 100644 index 0000000000000..cc94e92fe0cdf --- /dev/null +++ b/testing/web-platform/tests/html/rendering/the-details-element/details-blockification.html @@ -0,0 +1,35 @@ + + +CSS Test: details children blockification + + + + + + +
+
+ foo +
bar +
+
+ +
+
+ foo +
bar +
+
+ +