flutteractionsbot 52cc75c624
[CP-beta][web] Text editing test accepts both behaviors in Firefox (#173053)
This pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/blob/main/docs/releases/Flutter-Cherrypick-Process.md#automatically-creates-a-cherry-pick-request)

### Issue Link:
https://github.com/flutter/flutter/issues/172713

### Changelog Description:
Fix web engine unit tests to work on multiple versions of Firefox.

### Impact Description:
Without this fix, some unit tests fail fairly regularly on Firefox.

### Workaround:
This does not affect end-users, so no workaround necessary.

### Risk:
Low

### Test Coverage:
Are you confident that your fix is well-tested by automated tests?

Yes

### Validation Steps:
Run CI.
2025-07-31 20:23:08 +00:00
..

Flutter Engine

Setting up the Engine development environment

See here

gclient bootstrap

Flutter engine uses gclient to manage dependencies.

If you've already cloned the flutter repository:

  1. Copy one of the engine/scripts/*.gclient to the root folder as .gclient:
    1. Googlers: copy rbe.gclient to enable faster builds with RBE
    2. Everyone else: copy standard.gclient
  2. run gclient sync from the root folder