Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Live Range Selection] fast/replaced/selection-rect-transform.html fails #6898

Merged
merged 1 commit into from
Nov 29, 2022

Commits on Nov 29, 2022

  1. [Live Range Selection] fast/replaced/selection-rect-transform.html fails

    https://bugs.webkit.org/show_bug.cgi?id=248443
    
    Reviewed by Darin Adler.
    
    Use Range's selectNode function to select the image element instead of
    relying on legacy editing offset - (img, 1) to mean the position after img -
    since that will break once live range selection is enabled.
    
    * LayoutTests/fast/replaced/selection-rect-transform.html:
    
    Canonical link: https://commits.webkit.org/257137@main
    rniwa committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1797147 View commit details
    Browse the repository at this point in the history