From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../cssstyledeclaration-setter-form-controls.html | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 testing/web-platform/tests/css/cssom/cssstyledeclaration-setter-form-controls.html (limited to 'testing/web-platform/tests/css/cssom/cssstyledeclaration-setter-form-controls.html') diff --git a/testing/web-platform/tests/css/cssom/cssstyledeclaration-setter-form-controls.html b/testing/web-platform/tests/css/cssom/cssstyledeclaration-setter-form-controls.html new file mode 100644 index 0000000000..ae556ed1cb --- /dev/null +++ b/testing/web-platform/tests/css/cssom/cssstyledeclaration-setter-form-controls.html @@ -0,0 +1,103 @@ + +CSSOM test: no side effects from setting "height" + + + + + +

+Historically, the Apple Safari web browser has added an "intrinsic margin" to +form controls which do not specify a `height`. It removed this margin following +modification of the `height`. This non-standard +behavior was identified as a source of confusion for web developers. +

+ + -- cgit v1.2.3