aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-overflow/parsing/scrollbar-gutter-valid.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-overflow/parsing/scrollbar-gutter-valid.html')
-rw-r--r--tests/wpt/web-platform-tests/css/css-overflow/parsing/scrollbar-gutter-valid.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-overflow/parsing/scrollbar-gutter-valid.html b/tests/wpt/web-platform-tests/css/css-overflow/parsing/scrollbar-gutter-valid.html
index 07a5c1acc02..97ac6afec6d 100644
--- a/tests/wpt/web-platform-tests/css/css-overflow/parsing/scrollbar-gutter-valid.html
+++ b/tests/wpt/web-platform-tests/css/css-overflow/parsing/scrollbar-gutter-valid.html
@@ -12,15 +12,8 @@
test_valid_value("scrollbar-gutter", "auto");
test_valid_value("scrollbar-gutter", "stable");
- test_valid_value("scrollbar-gutter", "stable both");
- test_valid_value("scrollbar-gutter", "stable force");
- test_valid_value("scrollbar-gutter", "stable both force");
- test_valid_value("scrollbar-gutter", "always");
- test_valid_value("scrollbar-gutter", "always both");
- test_valid_value("scrollbar-gutter", "always force");
- test_valid_value("scrollbar-gutter", "always both force");
+ test_valid_value("scrollbar-gutter", "stable both-edges");
- test_valid_value("scrollbar-gutter", "force both stable", "stable both force");
- test_valid_value("scrollbar-gutter", "force always both", "always both force");
+ test_valid_value("scrollbar-gutter", "both-edges stable", "stable both-edges");
</script>