diff options
Diffstat (limited to 'test/layout/flex-specified-width.html')
-rw-r--r-- | test/layout/flex-specified-width.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/layout/flex-specified-width.html b/test/layout/flex-specified-width.html new file mode 100644 index 00000000..a74cd6f0 --- /dev/null +++ b/test/layout/flex-specified-width.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<div style="display: flex"> +<div style="width: 50%"> +test +</div> +<div style="width: 50%"> +testing testing testing testing testing testing testing testing |