ladybird/Tests/LibWeb/Text/expected/Editing
Callum Law ed65d5b342
Some checks are pending
CI / Lagom (arm64, Sanitizer_CI, false, macOS, macos-15, Clang) (push) Waiting to run
CI / Lagom (x86_64, Fuzzers_CI, false, Linux, blacksmith-16vcpu-ubuntu-2404, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, Linux, blacksmith-16vcpu-ubuntu-2404, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, Linux, blacksmith-16vcpu-ubuntu-2404, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (arm64, macOS, macOS-universal2, macos-15) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (x86_64, Linux, Linux-x86_64, blacksmith-8vcpu-ubuntu-2404) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb: Serialize CSS declarations as shorthands where applicable
When serializing CSS declarations we now support combining multiple
properties into a single shorthand property in some cases.

This comes with a healthy dose of FIXMEs, including work to be done
around supporting:
 - Nested shorthands (e.g. background, border, etc)
 - Shorthands which aren't represented by the ShorthandStyleValue type
 - Subproperties pending substitution

This gains us a bunch of new test passes, both for WPT and in-tree
2025-05-29 12:04:28 +02:00
..
beforeinput-event.txt LibWeb+LibJS+Tests: Fix typos - act I 2025-04-07 11:22:13 +01:00
case-insensitive-strikethrough-command.txt LibWeb/Editing: Handle no active range in queryCommandState 2025-05-26 23:36:44 +02:00
execCommand-backColor.txt LibWeb: Return true if invalid color was provided to an editing command 2025-01-24 23:53:26 +01:00
execCommand-bold.txt LibWeb: Implement the "bold" editing command 2025-01-10 23:33:35 +01:00
execCommand-case-insensitivity.txt LibWeb: Treat execCommand command names as case insensitive 2025-02-08 07:30:27 -05:00
execCommand-createLink.txt LibWeb: Implement the "createLink" editing command 2025-01-10 23:33:35 +01:00
execCommand-delete.txt
execCommand-fontName.txt LibWeb: Apply HTMLFontElement's face attribute's presentational hint 2025-04-01 03:50:30 +02:00
execCommand-fontSize.txt LibWeb: Implement the "fontSize" editing command 2025-01-10 23:33:35 +01:00
execCommand-foreColor.txt LibWeb: Implement the "foreColor" editing command 2025-01-10 23:33:35 +01:00
execCommand-formatBlock.txt LibWeb: Implement the "formatBlock" editing command 2025-01-10 23:33:35 +01:00
execCommand-forwardDelete.txt LibWeb: Align editing whitespace canonicalization with other browsers 2025-04-29 15:30:34 +02:00
execCommand-indent.txt LibWeb: Implement the "indent" editing command 2025-01-10 23:33:35 +01:00
execCommand-insertHorizontalRule.txt LibWeb: Implement the "insertHorizontalRule" editing command 2025-01-10 23:33:35 +01:00
execCommand-insertHTML.txt LibWeb: Implement the "insertHTML" editing command 2025-01-10 23:33:35 +01:00
execCommand-insertImage.txt LibWeb: Implement the "insertImage" editing command 2025-01-10 23:33:35 +01:00
execCommand-insertLinebreak.txt LibWeb: Do not rely on the layout tree for collapsed line breaks 2025-05-01 15:44:26 +03:00
execCommand-insertOrderedList.txt LibWeb: Implement the "insertOrderedList" editing command 2025-01-10 23:33:35 +01:00
execCommand-insertParagraph.txt
execCommand-insertText.txt LibWeb: Fire input events in .execCommand() 2025-01-24 23:53:26 +01:00
execCommand-insertUnorderedList.txt LibWeb: Implement the "insertUnorderedList" editing command 2025-01-10 23:33:35 +01:00
execCommand-italic.txt LibWeb: Implement the "italic" editing command 2025-01-10 23:33:35 +01:00
execCommand-justifyCenter.txt LibWeb: Implement the "justifyCenter/Full/Left/Right" editing commands 2025-01-10 23:33:35 +01:00
execCommand-justifyFull.txt LibWeb: Implement the "justifyCenter/Full/Left/Right" editing commands 2025-01-10 23:33:35 +01:00
execCommand-justifyLeft.txt LibWeb: Implement the "justifyCenter/Full/Left/Right" editing commands 2025-01-10 23:33:35 +01:00
execCommand-justifyRight.txt LibWeb: Implement the "justifyCenter/Full/Left/Right" editing commands 2025-01-10 23:33:35 +01:00
execCommand-no-recursion.txt LibWeb: Refuse to recursively execute .execCommand() 2025-01-24 23:53:26 +01:00
execCommand-outdent.txt LibWeb: Implement the "outdent" editing command 2025-01-10 23:33:35 +01:00
execCommand-preserveWhitespace.txt LibWeb: Serialize CSS declarations as shorthands where applicable 2025-05-29 12:04:28 +02:00
execCommand-removeFormat.txt LibWeb: Implement the "removeFormat" editing command 2025-01-10 23:33:35 +01:00
execCommand-selectAll.txt LibWeb: Disallow Editing API calls on non-HTML documents 2025-01-21 19:08:37 +01:00
execCommand-strikethrough.txt LibWeb: Implement the "strikethrough" editing command 2025-01-10 23:33:35 +01:00
execCommand-styleWithCSS.txt LibWeb: Add tests for styleWithCSS and useCSS editing commands 2025-05-16 12:07:35 +01:00
execCommand-subscript.txt LibWeb: Implement the "subscript" editing command 2025-01-10 23:33:35 +01:00
execCommand-superscript.txt LibWeb: Implement the "superscript" editing command 2025-01-10 23:33:35 +01:00
execCommand-underline.txt LibWeb: Implement the "underline" editing command 2025-01-10 23:33:35 +01:00
execCommand-unlink.txt LibWeb: Implement the "unlink" editing command 2025-01-10 23:33:35 +01:00
execCommand-useCSS.txt LibWeb: Add tests for styleWithCSS and useCSS editing commands 2025-05-16 12:07:35 +01:00
input-event.txt LibWeb+LibJS+Tests: Fix typos - act I 2025-04-07 11:22:13 +01:00
input-into-empty-contenteditable.txt
move-cursor-using-selection-api.txt
selection-in-contenteditable-crash-regression.txt LibWeb: Only set selection focus if an associated DOM node was found 2024-12-10 14:54:19 +01:00