..
beforeinput-event.html
LibWeb: Fix "input" events being dispatched twice when cancelled
2024-10-22 19:41:07 -04:00
execCommand-backColor.html
LibWeb: Return true if invalid color was provided to an editing command
2025-01-24 23:53:26 +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: Fire input
events in .execCommand()
2025-01-24 23:53:26 +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-no-recursion.html
LibWeb: Refuse to recursively execute .execCommand()
2025-01-24 23:53:26 +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: Disallow Editing API calls on non-HTML documents
2025-01-21 19:08:37 +01: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
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