mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
Per the specification, it's ok if we say that nothing is supported. It's not ok if we say something is supported but do nothing, apparently.
8 lines
320 B
Plaintext
8 lines
320 B
Plaintext
Hello, world!I'm totally bold rn execCommand("bold") returned false
|
|
Hello, world!<b>I'm totally bold rn</b>
|
|
queryCommandEnabled("bold") returned false
|
|
queryCommandIndeterm("bold") returned false
|
|
queryCommandState("bold") returned false
|
|
queryCommandSupported("bold") returned false
|
|
queryCommandValue("bold") returned ""
|