From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- layout/reftests/first-line/border-not-apply.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layout/reftests/first-line/border-not-apply.html (limited to 'layout/reftests/first-line/border-not-apply.html') diff --git a/layout/reftests/first-line/border-not-apply.html b/layout/reftests/first-line/border-not-apply.html new file mode 100644 index 0000000000..8665963f36 --- /dev/null +++ b/layout/reftests/first-line/border-not-apply.html @@ -0,0 +1,17 @@ +<!DOCTYPE HTML> +<title>border should not apply to :first-line (bug 469227)</title> +<style type="text/css"> + +p::first-line { + /* specify all the properties in nsStyleBorder */ + border-inline-start: medium solid red ! important; + border-inline-end: medium solid red ! important; + border: medium solid red ! important; + border-image: none ! important; + -moz-float-edge: content-box ! important; + border-radius: 0 ! important; + box-shadow: none ! important; +} + +</style> +<p>Hello</p> -- cgit v1.2.3