diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-overflow/inheritance.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-overflow/inheritance.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-overflow/inheritance.html b/tests/wpt/web-platform-tests/css/css-overflow/inheritance.html index 976406be413..ffc6b2f8819 100644 --- a/tests/wpt/web-platform-tests/css/css-overflow/inheritance.html +++ b/tests/wpt/web-platform-tests/css/css-overflow/inheritance.html @@ -23,6 +23,7 @@ assert_not_inherited('overflow-inline', 'visible', 'scroll'); assert_not_inherited('overflow-x', 'visible', 'scroll'); assert_not_inherited('overflow-y', 'visible', 'scroll'); assert_not_inherited('text-overflow', 'clip', 'ellipsis'); +assert_not_inherited('scrollbar-gutter', 'auto', 'stable'); </script> </body> </html> |