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 000000000000..ae556ed1cbec --- /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. +

+ +