From f9d8af7e6cf73486ca1d21a02b713b8cdd14dafa Mon Sep 17 00:00:00 2001 From: Ian Kilpatrick Date: Tue, 9 Feb 2021 04:36:28 +0000 Subject: [PATCH] Bug 1690707 [wpt PR 27470] - [GridNG] Change IsLayoutGrid to IsLayoutGridIncludingNG, a=testonly Automatic update from web-platform-tests [GridNG] Change IsLayoutGrid to IsLayoutGridIncludingNG As above. This fixes a bunch of small issues. Some of the branches are relatively difficult to reach due to layout ng being so prevalent, but commented on the ones which clearly have associated tests. Added a bunch of TODOs for behaviour which needs to be implemented. Specifically: - devtools information. - computed-style grid-template-*, etc. - abspos invalidation. Bug: 1045599 Change-Id: I0c4a7aae3381e49bf2e7e3bc80247c8c8dccc73f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2674359 Commit-Queue: Ian Kilpatrick Reviewed-by: Morten Stenshorne Cr-Commit-Position: refs/heads/master@{#850751} -- wpt-commits: 9378cebe0d791f016d1b0ecca105e10941d7a34f wpt-pr: 27470 --- .../css/css-grid/grid-item-percentage-quirk-001.html | 9 +++++++++ .../css/css-grid/grid-item-percentage-quirk-002.html | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 testing/web-platform/tests/css/css-grid/grid-item-percentage-quirk-001.html create mode 100644 testing/web-platform/tests/css/css-grid/grid-item-percentage-quirk-002.html diff --git a/testing/web-platform/tests/css/css-grid/grid-item-percentage-quirk-001.html b/testing/web-platform/tests/css/css-grid/grid-item-percentage-quirk-001.html new file mode 100644 index 0000000000000..0956b7a025314 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/grid-item-percentage-quirk-001.html @@ -0,0 +1,9 @@ + + + +

There should be a filled green square below, and no red.

+
+
+ +
+
diff --git a/testing/web-platform/tests/css/css-grid/grid-item-percentage-quirk-002.html b/testing/web-platform/tests/css/css-grid/grid-item-percentage-quirk-002.html new file mode 100644 index 0000000000000..f795cd096d9f0 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/grid-item-percentage-quirk-002.html @@ -0,0 +1,9 @@ + + + +

There should be a filled green square below, and no red.

+
+
+
+
+