From 2c0cc4d5bead57acbfe79036a0bc9b73a501e6d6 Mon Sep 17 00:00:00 2001 From: wptfyibot <58183293+wptfyibot@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:59:01 -0500 Subject: [PATCH] Automatically Triage New Metadata (#7223) * Commit New Metadata * Update META.yml --------- Co-authored-by: lilles Co-authored-by: Daniel Smith <56164590+DanielRyanSmith@users.noreply.github.com> --- css/css-overflow/META.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/css-overflow/META.yml b/css/css-overflow/META.yml index 1cadab2d1..b73f84aca 100644 --- a/css/css-overflow/META.yml +++ b/css/css-overflow/META.yml @@ -362,6 +362,10 @@ links: - product: chrome url: https://crbug.com/41489999 results: + - test: logical-overflow-001.html + subtest: overflow-x matches overflow-inline, and overflow-y matches overflow-block when the element has a horizontal writing mode + - test: logical-overflow-001.html + subtest: overflow-y matches overflow-inline, and overflow-x matches overflow-block when the element has a vertical writing mode - test: inheritance.html subtest: Property overflow-inline does not inherit - test: inheritance.html