diff options
Diffstat (limited to 'test/layout')
-rw-r--r-- | test/layout/flex-column-child-padding.expected | 8 | ||||
-rw-r--r-- | test/layout/flex-column-child-padding.html | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/test/layout/flex-column-child-padding.expected b/test/layout/flex-column-child-padding.expected new file mode 100644 index 00000000..feb78570 --- /dev/null +++ b/test/layout/flex-column-child-padding.expected @@ -0,0 +1,8 @@ + test test test test test test + test test test test test test + test test test test test test + test test test test test test + test test test test test test + test test test test test test + test test test test test test + test test test test test test diff --git a/test/layout/flex-column-child-padding.html b/test/layout/flex-column-child-padding.html new file mode 100644 index 00000000..4ee79b55 --- /dev/null +++ b/test/layout/flex-column-child-padding.html @@ -0,0 +1,7 @@ +<div style="display: flex; flex-direction: column"> +<div style="padding-left: 50ch"> +test test test test test test test test test test test test test test test test test test test test test test test test +</div> +</div> +<div style="display: inline-block; margin-left: 50ch"> +test test test test test test test test test test test test test test test test test test test test test test test test |