diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2025-05-25 03:27:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-25 01:27:24 +0000 |
commit | 0d44ca8ddcea5399807abf0e3aef7b097133f679 (patch) | |
tree | b2409812e738a2adc0c2ec94c649116a8b2e36f5 /tests/wpt/tests/css/css-ui/compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-start-style-001.html | |
parent | 2b840a4d9a3f8803c8c79d4855244580bd4b1616 (diff) | |
download | servo-0d44ca8ddcea5399807abf0e3aef7b097133f679.tar.gz servo-0d44ca8ddcea5399807abf0e3aef7b097133f679.zip |
Sync WPT with upstream (25-05-2025) (#37123)
Automated downstream sync of changes from upstream as of 25-05-2025
[no-wpt-sync]
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/tests/css/css-ui/compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-start-style-001.html')
-rw-r--r-- | tests/wpt/tests/css/css-ui/compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-start-style-001.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/wpt/tests/css/css-ui/compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-start-style-001.html b/tests/wpt/tests/css/css-ui/compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-start-style-001.html index c8cc1c48ef2..9f3b2486662 100644 --- a/tests/wpt/tests/css/css-ui/compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-start-style-001.html +++ b/tests/wpt/tests/css/css-ui/compute-kind-widget-generated/kind-of-widget-fallback-checkbox-input-border-block-start-style-001.html @@ -10,7 +10,9 @@ <link rel="match" href="../compute-kind-widget-fallback-checkbox-input-ref.html"> <style> #container { width: 500px; } + /* NOTE: This rule is only used in the search-text-input tests: */ #container > #search-text-input { appearance: textfield; } + /* NOTE: This rule is only used in the select-menulist-button tests: */ #container > #select-menulist-button { appearance: none; appearance: menulist-button; } </style> |