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> --- .../tests/css/CSS2/floats/float-nowrap-8.html | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 testing/web-platform/tests/css/CSS2/floats/float-nowrap-8.html (limited to 'testing/web-platform/tests/css/CSS2/floats/float-nowrap-8.html') diff --git a/testing/web-platform/tests/css/CSS2/floats/float-nowrap-8.html b/testing/web-platform/tests/css/CSS2/floats/float-nowrap-8.html new file mode 100644 index 0000000000..8c2653193d --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/floats/float-nowrap-8.html @@ -0,0 +1,24 @@ +<!doctype html> +<title>CSS Test: Floats in nowrap context</title> +<link rel="help" href="https://drafts.csswg.org/css2/visuren.html#float-position"> +<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=488725"> +<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> +<link rel="author" href="https://www.mozilla.org" title="Mozilla"> +<link rel="match" href="float-nowrap-1.html"> +<style> + div { + width: 10ch; + white-space: nowrap; + font-family: monospace; + } + span { + float: right; + width: 5ch; + height: 5ch; + background: blue; + } +</style> +<div> + Some <span></span> + text that overflows my parent. +</div> -- cgit v1.2.3