ladybird/Tests/LibWeb/Text/input/Editing
Jelle Raaijmakers d967f56936 LibWeb: Require existing Selection for .execCommand("selectAll")
Disable the command if no selection is available. This is a spec bug:

https://github.com/w3c/editing/issues/475

Fixes #3325
2025-01-21 02:27:50 +00:00
..
beforeinput-event.html LibWeb: Fix "input" events being dispatched twice when cancelled 2024-10-22 19:41:07 -04:00
execCommand-backColor.html LibWeb: Implement the "backColor" and "hiliteColor" editing commands 2025-01-10 23:33:35 +01:00
execCommand-bold.html LibWeb: Implement the "bold" editing command 2025-01-10 23:33:35 +01:00
execCommand-createLink.html LibWeb: Implement the "createLink" editing command 2025-01-10 23:33:35 +01:00
execCommand-delete.html LibWeb: Add test for document.execCommand("delete") 2024-11-30 17:35:45 +01:00
execCommand-fontName.html LibWeb: Implement the "fontName" editing command 2025-01-10 23:33:35 +01:00
execCommand-fontSize.html LibWeb: Implement the "fontSize" editing command 2025-01-10 23:33:35 +01:00
execCommand-foreColor.html LibWeb: Implement the "foreColor" editing command 2025-01-10 23:33:35 +01:00
execCommand-formatBlock.html LibWeb: Implement the "formatBlock" editing command 2025-01-10 23:33:35 +01:00
execCommand-forwardDelete.html LibWeb: Implement the "forwardDelete" editing command 2025-01-10 23:33:35 +01:00
execCommand-indent.html LibWeb: Implement the "indent" editing command 2025-01-10 23:33:35 +01:00
execCommand-insertHorizontalRule.html LibWeb: Implement the "insertHorizontalRule" editing command 2025-01-10 23:33:35 +01:00
execCommand-insertHTML.html LibWeb: Implement the "insertHTML" editing command 2025-01-10 23:33:35 +01:00
execCommand-insertImage.html LibWeb: Implement the "insertImage" editing command 2025-01-10 23:33:35 +01:00
execCommand-insertLinebreak.html LibWeb: Implement document.execCommand('insertLinebreak') 2024-12-10 19:34:38 +01:00
execCommand-insertOrderedList.html LibWeb: Implement the "insertOrderedList" editing command 2025-01-10 23:33:35 +01:00
execCommand-insertParagraph.html LibWeb: Implement document.execCommand("insertParagraph") 2024-12-04 06:51:59 +01:00
execCommand-insertText.html LibWeb: Implement the "insertText" editing command 2025-01-10 23:33:35 +01:00
execCommand-insertUnorderedList.html LibWeb: Implement the "insertUnorderedList" editing command 2025-01-10 23:33:35 +01:00
execCommand-italic.html LibWeb: Implement the "italic" editing command 2025-01-10 23:33:35 +01:00
execCommand-justifyCenter.html LibWeb: Implement the "justifyCenter/Full/Left/Right" editing commands 2025-01-10 23:33:35 +01:00
execCommand-justifyFull.html LibWeb: Implement the "justifyCenter/Full/Left/Right" editing commands 2025-01-10 23:33:35 +01:00
execCommand-justifyLeft.html LibWeb: Implement the "justifyCenter/Full/Left/Right" editing commands 2025-01-10 23:33:35 +01:00
execCommand-justifyRight.html LibWeb: Implement the "justifyCenter/Full/Left/Right" editing commands 2025-01-10 23:33:35 +01:00
execCommand-outdent.html LibWeb: Implement the "outdent" editing command 2025-01-10 23:33:35 +01:00
execCommand-removeFormat.html LibWeb: Implement the "removeFormat" editing command 2025-01-10 23:33:35 +01:00
execCommand-selectAll.html LibWeb: Require existing Selection for .execCommand("selectAll") 2025-01-21 02:27:50 +00:00
execCommand-strikethrough.html LibWeb: Implement the "strikethrough" editing command 2025-01-10 23:33:35 +01:00
execCommand-subscript.html LibWeb: Implement the "subscript" editing command 2025-01-10 23:33:35 +01:00
execCommand-superscript.html LibWeb: Implement the "superscript" editing command 2025-01-10 23:33:35 +01:00
execCommand-underline.html LibWeb: Implement the "underline" editing command 2025-01-10 23:33:35 +01:00
execCommand-unlink.html LibWeb: Implement the "unlink" editing command 2025-01-10 23:33:35 +01:00
input-event.html LibWeb: Implement dispatching of "input" event 2024-10-22 08:44:51 -04:00
input-into-empty-contenteditable.html LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
move-cursor-using-selection-api.html LibWeb: Separate text control input events handling from contenteditable 2024-10-30 19:29:56 +01:00
selection-in-contenteditable-crash-regression.html LibWeb: Only set selection focus if an associated DOM node was found 2024-12-10 14:54:19 +01:00