ladybird/Tests/LibWeb/Text/input/Editing
Jelle Raaijmakers 295b78f7d3 LibWeb: Do not rely on the layout tree for collapsed line breaks
The editing command that relies the most on this, `insertLinebreak`,
did not perform a layout update after inserting a `<br>` which caused
this algorithm to always return false. But instead of actually building
the layout tree needlessly, we can check the DOM tree instead.
2025-05-01 15:44:26 +03:00
..
beforeinput-event.html LibWeb+LibJS+Tests: Fix typos - act I 2025-04-07 11:22:13 +01:00
execCommand-backColor.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-bold.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-case-insensitivity.html LibWeb: Treat execCommand command names as case insensitive 2025-02-08 07:30:27 -05:00
execCommand-createLink.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-delete.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-fontName.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-fontSize.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-foreColor.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-formatBlock.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-forwardDelete.html LibWeb: Align editing whitespace canonicalization with other browsers 2025-04-29 15:30:34 +02:00
execCommand-indent.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-insertHorizontalRule.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-insertHTML.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-insertImage.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-insertLinebreak.html LibWeb: Do not rely on the layout tree for collapsed line breaks 2025-05-01 15:44:26 +03:00
execCommand-insertOrderedList.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-insertParagraph.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-insertText.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-insertUnorderedList.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-italic.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-justifyCenter.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-justifyFull.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-justifyLeft.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-justifyRight.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-no-recursion.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-outdent.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-removeFormat.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-selectAll.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-strikethrough.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-subscript.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-superscript.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-underline.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
execCommand-unlink.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-event.html LibWeb+LibJS+Tests: Fix typos - act I 2025-04-07 11:22:13 +01:00
input-into-empty-contenteditable.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
move-cursor-using-selection-api.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
selection-in-contenteditable-crash-regression.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00