mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0a196bc8cb
On Windows, when selecting a word by long pressing, extra spaces after the word will also be selected. To solve this problem, I redesign the test cases by comparing the target content with the selected content directly while ignoring spaces at certain test cases. I believe it's easier to understand and less error-prone than the old replace-selected-content-and-compare way. I added a new method SelectionManager.selected_content() to make it easier to get the current selected text. |
||
---|---|---|
.. | ||
atoms | ||
client | ||
components | ||
transport | ||
update-smoketests | ||
ChromeUtils.js | ||
EventUtils.js | ||
jar.mn | ||
mach_commands.py | ||
marionette-common.js | ||
marionette-elements.js | ||
marionette-frame-manager.js | ||
marionette-listener.js | ||
marionette-sendkeys.js | ||
marionette-server.js | ||
marionette-simpletest.js | ||
moz.build |