diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-flexbox/reference/item-with-max-height-and-scrollbar-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-flexbox/reference/item-with-max-height-and-scrollbar-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-flexbox/reference/item-with-max-height-and-scrollbar-ref.html b/testing/web-platform/tests/css/css-flexbox/reference/item-with-max-height-and-scrollbar-ref.html new file mode 100644 index 0000000000..b0b2469c2c --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/reference/item-with-max-height-and-scrollbar-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<title>css-flexbox: Tests that we correctly size a flex item with a scrollbar and max-height</title> +<link rel="author" title="Google LLC" href="https://www.google.com/"> + +<div style="width: 100px;"> + <div style="overflow: scroll; background: green;"> + <div style="height: 100px; width: 100px;"> + </div> + </div> +</div> |