ladybird/Tests/LibWeb/Text/expected/display_list
Jelle Raaijmakers d819152b4e LibGfx+LibWeb: Preserve text color for selections
Selecting text without custom ::selection styling changed the
foreground color of the selected content. This was especially visible
for links, where the text changed color but the underline did not.

The default selection style supplied both a selection background and a
foreground color from the palette or HighlightText system color. That
made ordinary selections behave as if the page had explicitly styled
::selection color.

Only provide a default selection background, so selected content keeps
its own foreground color unless CSS overrides it. Remove the now-unused
SelectionText palette role.
2026-06-18 22:43:26 +02:00
..
abspos-inside-nested-opacity-inside-relpos.txt LibWeb: Track out-of-flow descendant visual contexts 2026-06-05 23:27:21 +01:00
abspos-inside-opacity-inside-relpos.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
animated-transform-visual-context-update.txt LibWeb: Skip repaint for visual context-only style changes 2026-06-18 00:12:42 +02:00
background-attachment-change-repaints.txt LibWeb: Skip repaint for visual context-only style changes 2026-06-18 00:12:42 +02:00
background-attachment-fixed.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
blocking-wheel-listener-cache-replay.txt LibWeb: Rebuild async scrolling from display list 2026-05-13 18:36:07 +02:00
button-with-text-decoration.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
canvas-compositor-surface.txt LibWeb+Compositor: Run canvas contexts in the Compositor 2026-06-17 19:07:32 +02:00
clip-auto-invalidation.txt LibWeb: Skip repaint for visual context-only style changes 2026-06-18 00:12:42 +02:00
clip-invalidation.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
clip-path-empty-invalidation.txt LibWeb: Skip repaint for visual context-only style changes 2026-06-18 00:12:42 +02:00
clip-path-invalidation.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
clip-positioned-descendants.txt LibWeb: Track out-of-flow descendant visual contexts 2026-06-05 23:27:21 +01:00
contenteditable-caret.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
css-clip-property.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
deep-branching-tree.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
fieldset-background-with-legend.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
fixed-position.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
grid-gap-rounding.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
iframe-compositor-surface.txt LibWeb+Compositor+WebContent: Simplify nested context composition 2026-06-18 07:08:34 +02:00
image-object-fit-cover-clip.txt LibWeb: Let image paint callers own clipping 2026-06-06 13:23:21 +01:00
inline-selection-paint-invalidation.txt LibWeb: Invalidate inline paint caches when text selection state changes 2026-03-24 13:06:15 +00:00
input-caret.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
input-focus-switch-selection-and-caret.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
mix-blend-mode-invalidation.txt LibWeb: Skip repaint for visual context-only style changes 2026-06-18 00:12:42 +02:00
mixed-sibling-contexts.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
multiline-inline-paint-invalidation.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
nested-branches.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
nested-overflow-containers.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
perspective-basic.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
perspective-invalidation.txt LibWeb: Skip repaint for visual context-only style changes 2026-06-18 00:12:42 +02:00
positioned-with-transformed-ancestor.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
relative-with-inline-transformed-intermediate.txt LibWeb: Only apply CSS transforms to transformable elements 2026-06-14 22:12:00 +02:00
scrollable-in-fixed.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
sibling-overflow-containers.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
sibling-scrollables-in-fixed.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
sibling-transforms.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
simple-overflow-hidden.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
skip-zero-area-clip-commands.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
svg-foreignobject-mask-after-relayout.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
svg-in-img-is-nested.txt LibWeb: Let image paint callers own clipping 2026-06-06 13:23:21 +01:00
svg-overflow-on-inner-elements.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
svg-transform-with-opacity.txt LibWeb: Track out-of-flow descendant visual contexts 2026-06-05 23:27:21 +01:00
text-decoration-underline-partial-selection.txt LibGfx+LibWeb: Preserve text color for selections 2026-06-18 22:43:26 +02:00
textarea-caret.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
three-way-branch.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
transform-basic.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
transform-invertibility-invalidation.txt LibWeb: Skip repaint for visual context-only style changes 2026-06-18 00:12:42 +02:00
transform-nested.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
transform-with-clip.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00
z-index-change-no-double-paint.txt LibWeb: Reserve visual viewport AVC root 2026-06-03 02:12:39 +01:00