diff options
Diffstat (limited to 'Tests/LibWeb/Layout/input')
-rw-r--r-- | Tests/LibWeb/Layout/input/flex-column-item-with-auto-height-and-max-width.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Tests/LibWeb/Layout/input/flex-column-item-with-auto-height-and-max-width.html b/Tests/LibWeb/Layout/input/flex-column-item-with-auto-height-and-max-width.html new file mode 100644 index 0000000000..2f266dcc8d --- /dev/null +++ b/Tests/LibWeb/Layout/input/flex-column-item-with-auto-height-and-max-width.html @@ -0,0 +1,16 @@ +<!DOCTYPE html><html><head><style> + * { + margin: 0; + padding: 0; + border: 1px solid black; + font: 16px SerenitySans; + } + body { + display: flex; + flex-direction: column; + } + main { + background: pink; + max-width: 400px; + } +</style></head><body><main>For my day job I'm currently working as a Software Engineer at For my day job I'm currently working as a Software Engineer at For my day job I'm currently working as a Software Engineer at |