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

Update the-input-element/selection-pointer.html to support multi-range #39753

Merged
merged 1 commit into from
Apr 28, 2023

Commits on Apr 28, 2023

  1. Update the-input-element/selection-pointer.html to support multi-range

    See [1] for context. This CL makes this test pass in the case that
    multiple range support is present *and* selecting across an `<input>`
    creates multiple ranges. Note that in my local testing, only a single
    range is created on all rendering engines (Blink, WebKit, and Gecko)
    when the user selects across an `<input>`. Thus, I was not able to test
    the newly added code here. I did attempt to verify that it would work
    correctly, however, and I believe it will.
    
    [1] web-platform-tests/interop#313
    
    Change-Id: I88c88fcca47da627a0be9de518b76bbbcc07964b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4492089
    Reviewed-by: Di Zhang <dizhangg@chromium.org>
    Auto-Submit: Mason Freed <masonf@chromium.org>
    Commit-Queue: Mason Freed <masonf@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1137412}
    mfreed7 authored and chromium-wpt-export-bot committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    4b7b7db View commit details
    Browse the repository at this point in the history