diff --git a/css/css-overflow/parsing/META.yml b/css/css-overflow/parsing/META.yml index 854cac391..c200d0386 100644 --- a/css/css-overflow/parsing/META.yml +++ b/css/css-overflow/parsing/META.yml @@ -131,6 +131,14 @@ links: - product: chrome url: https://crbug.com/41489999 results: + - test: overflow-valid.html + subtest: e.style['overflow-inline'] = "visible" should set the property value + - test: overflow-valid.html + subtest: e.style['overflow-inline'] = "scroll" should set the property value + - test: overflow-valid.html + subtest: e.style['overflow-block'] = "clip" should set the property value + - test: overflow-valid.html + subtest: e.style['overflow-block'] = "hidden" should set the property value - test: overflow-computed.html subtest: Property overflow-block value 'hidden' - test: overflow-computed.html