1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00
serenity/Tests/LibWeb/Text/expected/Editing/execCommand-is-a-noop.txt
Andrew Kaster 5d2a36f244 LibWeb: Stub out all the functions from the execCommand spec
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.
2024-02-16 19:31:54 -05:00

7 lines
320 B
Text

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 ""