IntersectionObserver zero-width target sampler

#40730029 Filed 2020-11-06 New

What this page does

Deterministic sampler for the same geometry class

This sampler keeps the same core shape from the report: a zero-width target at the end of a horizontally scrollable row.

To make reproduction stable across machines, it uses explicit fractional content widths rather than font-dependent text metrics.

Expected vs actual

Case A (fractional width): on affected builds, it may miss the intersecting callback after full-right scroll.

Case B (integer control): should intersect normally.

Sampler

Case A - fractional width (567.03125px)

Not run yet.

  

Case B - integer control width (567px)

Not run yet.

  

Links

Issue and related CLs

Chromium issue 40730029

Related CL 5019453 (merged)