From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- .../css/css-flexbox/flexbox_flex-1-N-N-ref.html | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testing/web-platform/tests/css/css-flexbox/flexbox_flex-1-N-N-ref.html (limited to 'testing/web-platform/tests/css/css-flexbox/flexbox_flex-1-N-N-ref.html') diff --git a/testing/web-platform/tests/css/css-flexbox/flexbox_flex-1-N-N-ref.html b/testing/web-platform/tests/css/css-flexbox/flexbox_flex-1-N-N-ref.html new file mode 100644 index 0000000000..054f19c256 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/flexbox_flex-1-N-N-ref.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<title>flexbox | flex: 1 N N</title> +<link rel="author" href="http://opera.com" title="Opera Software"> +<style> +div { + background: blue; + margin: 1em 0; + border: 1px solid black; + height: 8em; + width: 40em; +} +span { + background: yellow; + margin: 1em 0; + width: 10em; + height: 6em; + display: inline-block; +} +span:nth-child(2) {background: pink;} +span:nth-child(3) {background: lightblue;} +span:nth-child(4) {background: grey;} +</style> + +<div> + <span>one</span><span>two</span><span>three</span><span>four</span> +</div> -- cgit v1.2.3