diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2023-05-28 01:31:38 +0000 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2023-05-28 01:35:21 +0000 |
commit | e80b99758c51cdaf1593b08681639de02533f363 (patch) | |
tree | 5814ea4e29d7efd36afa083fadba41c15e25d0d4 /tests/wpt/web-platform-tests/css/css-overflow/inheritance.html | |
parent | d441afd9dfffa1f875e87ce9e48068af70824000 (diff) | |
download | servo-e80b99758c51cdaf1593b08681639de02533f363.tar.gz servo-e80b99758c51cdaf1593b08681639de02533f363.zip |
Update web-platform-tests to revision b'4c27189ed2db4ddad8e727d4ea9ae8329c3e1672'
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> |