diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-flexbox/reference/multiline-column-max-height-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-flexbox/reference/multiline-column-max-height-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-flexbox/reference/multiline-column-max-height-ref.html b/testing/web-platform/tests/css/css-flexbox/reference/multiline-column-max-height-ref.html new file mode 100644 index 0000000000..a9601fde2d --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/reference/multiline-column-max-height-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<style> +.flex { + height: 200px; + background: blue; +} +</style> +There should only be a blue box below, and the word "FAIL" should +not be seen. +<div class="flex"> +</div> |