about summary refs log tree commit diff stats
path: root/test/layout/button-text.html
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2025-01-01 16:48:57 +0100
committerbptato <nincsnevem662@gmail.com>2025-01-01 16:48:57 +0100
commit5730ddceae56107c5a8fe639aa54176bdaf6e547 (patch)
treecb9879b4df24429a5767307f650fedf4eb7d80a2 /test/layout/button-text.html
parent081b1a6c0ba8357c421e4d361a814b1f07bedffe (diff)
downloadchawan-5730ddceae56107c5a8fe639aa54176bdaf6e547.tar.gz
layout, dom: input rendering fixes
* do not display submit/reset text with empty value
* fix erroneous blank placement with white-space: pre on new line
Diffstat (limited to 'test/layout/button-text.html')
-rw-r--r--test/layout/button-text.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/layout/button-text.html b/test/layout/button-text.html
new file mode 100644
index 00000000..a379055b
--- /dev/null
+++ b/test/layout/button-text.html
@@ -0,0 +1,4 @@
+<input type=submit><br>
+<input type=submit value=><br>
+<input type=reset><br>
+<input type=reset value=><br>