ladybird/Tests/LibWeb/Text/expected/Editing/execCommand-case-insensitivity.txt

9 lines
333 B
Text

queryCommandSupported("selectall"): true
queryCommandEnabled("selectall"): true
execCommand("selectall"): PASS
queryCommandSupported("SELECTALL"): true
queryCommandEnabled("SELECTALL"): true
execCommand("SELECTALL"): PASS
queryCommandSupported("SeLeCtAlL"): true
queryCommandEnabled("SeLeCtAlL"): true
execCommand("SeLeCtAlL"): PASS