From 35eef79224a675f575a69f0360ce075750e7ec7d Mon Sep 17 00:00:00 2001 From: Ana SollanoKim Date: Thu, 27 Jan 2022 11:49:29 +0000 Subject: [PATCH] Bug 1750320 [wpt PR 32393] - Fixing a crash and adding grid-template and grid-template-areas tests, a=testonly Automatic update from web-platform-tests Fixing a crash and adding grid-template and grid-template-areas tests This CL handles the case where an element has 'grid-template' or 'grid' and 'grid-template-areas' definitions. Additional tests were added since the existing WPTs related to parsing only validate the serialization of individual properties. Bug: 1287573 Change-Id: I58ae82a7cb05559d52b006b24e68b8faa6d58fbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3390628 Reviewed-by: Daniel Libby Reviewed-by: Rune Lillesveen Commit-Queue: Ana Sollano Kim Cr-Commit-Position: refs/heads/main@{#960604} -- wpt-commits: 53403b0e7ef8eff7387eebfff5bc5a74ee539de3 wpt-pr: 32393 --- .../grid-template-shorthand-areas-valid.html | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 testing/web-platform/tests/css/css-grid/parsing/grid-template-shorthand-areas-valid.html diff --git a/testing/web-platform/tests/css/css-grid/parsing/grid-template-shorthand-areas-valid.html b/testing/web-platform/tests/css/css-grid/parsing/grid-template-shorthand-areas-valid.html new file mode 100644 index 0000000000000..59770ed430bc5 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/parsing/grid-template-shorthand-areas-valid.html @@ -0,0 +1,35 @@ + + + + +CSS Grid Layout Test: grid-template and grid-template-areas + + + + + + + + + \ No newline at end of file