Files
deepseek-harness/apps/web/tests/expected/composer-tab-geometry/geometry.expected.md
T
Yif 66d0bbd5b5 test(web): align e2e suite with the hero-glow removal and menu retention
conversation-column-overflow existed solely to verify the glow bleed was
clipped; delete it with its golden. The geometry golden picks up the
scroll body losing overflow-x: hidden. reference-composer now waits for
the stale '@' rows to settle before clicking: the menu keeps the
previous query's rows while the next loads, and index-keyed rows swap
content in place.
2026-08-28 12:50:25 +08:00

1.3 KiB

Input card position across the Chat and Trajectory tabs

Wide viewport (1680px, card at its cap)

  • Chat: scrollbar-gutter stable, overflow auto/auto
  • Chat scroller scrolls: true
  • Chat reserved band: 8px
  • Trajectory: scrollbar-gutter auto, overflow hidden/auto
  • Trajectory scroller scrolls: false
  • Trajectory reserved band: 0px
  • input card left edge moves between tabs: 0px
  • input card right edge moves between tabs: 0px
  • input card width changes between tabs: 0px

Narrow viewport (800px, card shrinking with the column)

  • Chat: scrollbar-gutter stable, overflow auto/auto
  • Chat scroller scrolls: true
  • Chat reserved band: 8px
  • Trajectory: scrollbar-gutter auto, overflow hidden/auto
  • Trajectory scroller scrolls: false
  • Trajectory reserved band: 0px
  • input card left edge moves between tabs: 0px
  • input card right edge moves between tabs: 0px
  • input card width changes between tabs: 0px

Wide viewport, seat compensation removed in the page (control)

  • Chat: scrollbar-gutter stable, overflow auto/auto
  • Chat scroller scrolls: true
  • Chat reserved band: 8px
  • Trajectory: scrollbar-gutter auto, overflow hidden/auto
  • Trajectory scroller scrolls: false
  • Trajectory reserved band: 0px
  • input card left edge moves between tabs: 4px
  • input card right edge moves between tabs: 4px
  • input card width changes between tabs: 0px