Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a2a4f50ba555602ebf420e413504b04cddf29a5c
      
https://github.com/WebKit/WebKit/commit/a2a4f50ba555602ebf420e413504b04cddf29a5c
  Author: Claudio Saavedra <[email protected]>
  Date:   2026-09-23 (Wed, 23 Sep 2026)

  Changed paths:
    M 
LayoutTests/inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations-expected.txt
    M LayoutTests/platform/gtk/TestExpectations

  Log Message:
  -----------
  REGRESSION(321541@main): 
inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations.html
 fails
https://bugs.webkit.org/show_bug.cgi?id=324826

Reviewed by Devin Rousso.

321541@main replaced the <script> start-column adjustment in
Debugger::resolveBreakpoint with offsetForInspectorPosition(), which clamps a
requested column preceding the script's first character to the start of the
script. The old code skipped that adjustment whenever the column was zero, so a
breakpoint requested at column 0 of the line holding an inline script resolved
to column 0, a position in the surrounding HTML and outside the script itself.
It now resolves to the script's first pause location, which is correct, so
update the baseline. 321541@main rebaselined script-start-end-locations.html for
the same change but missed this test.

Remove the expectation added while the test was failing.

* 
LayoutTests/inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations-expected.txt:
* LayoutTests/platform/gtk/TestExpectations:

Canonical link: https://commits.webkit.org/321704@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to