diff options
author | bptato <nincsnevem662@gmail.com> | 2025-02-04 22:13:25 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2025-02-04 22:16:38 +0100 |
commit | 5a1a46526d4c1db2f305391b1e326f412a9c645d (patch) | |
tree | 5504ff79491508817197280c5a1c7e1fadf035b0 /test/layout/button-text.html | |
parent | e993238fd664094b75ce848938745d85fa89c1c7 (diff) | |
download | chawan-5a1a46526d4c1db2f305391b1e326f412a9c645d.tar.gz |
cascade, ua.css: use ansi red, replace option with anonymous StyledNodes
Now select[multiple] options have the same coloring as w3m.
Diffstat (limited to 'test/layout/button-text.html')
-rw-r--r-- | test/layout/button-text.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/layout/button-text.html b/test/layout/button-text.html index a379055b..43914a93 100644 --- a/test/layout/button-text.html +++ b/test/layout/button-text.html @@ -1,4 +1,7 @@ -<input type=submit><br> +<style> +#x::before { content: "test" } +</style> +<input id=x type=submit><br> <input type=submit value=><br> <input type=reset><br> <input type=reset value=><br> |