haikuwebkit/LayoutTests/editing/text-iterator
Darin Adler f1c7ed0fa0 Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many)
https://bugs.webkit.org/show_bug.cgi?id=217016

Reviewed by Zalan Bujtas.

Done with this command:

    find LayoutTests -name '*-expected.txt' | grep -v imported | xargs awk '/^CONSOLE MESSAGE:/ { next }; /^<\?xml/ { nextfile }; { print FILENAME; nextfile }' | xargs perl -i -pe 's/ +$//g'

This affects many files, and it's not helpful to clog the change log with a list of them.

Canonical link: https://commits.webkit.org/229803@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@267644 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2020-09-27 02:15:19 +00:00
..
backward-textiterator-first-letter-crash-expected.txt
backward-textiterator-first-letter-crash.html
backwards-text-iterator-basic-expected.txt
backwards-text-iterator-basic.html
basic-iteration-expected.txt
basic-iteration-shadowdom-expected.txt
basic-iteration.html
count-mark-lineboxes-expected.txt
count-mark-lineboxes.html
count-mark-simple-lines-expected.txt
count-mark-simple-lines.html
count-matches-in-form-expected.txt
count-matches-in-form.html
count-matches-in-frames-expected.txt
count-matches-in-frames.html
find-after-mutation-expected.txt
find-after-mutation.html
find-string-on-flat-tree-expected.txt
find-string-on-flat-tree.html
findString-expected.txt
findString-selection-disabled-expected.txt
findString-selection-disabled.html
findString.html
first-letter-rtl-crash-expected.txt
first-letter-rtl-crash.html
first-letter-word-boundary-expected.txt
first-letter-word-boundary.html
hidden-textarea-selection-quirk-expected.txt
hidden-textarea-selection-quirk.html
invalid-subrange-expected.txt
invalid-subrange.html
range-of-string-closest-to-position-expected.txt
range-of-string-closest-to-position.html
range-to-from-location-and-length-expected.txt
range-to-from-location-and-length.html
rtl-first-letter-text-iterator-crash-expected.txt
rtl-first-letter-text-iterator-crash.html
rtl-selection-crash-expected.txt
rtl-selection-crash.html
table-at-end-of-document-expected.txt Tapping after CSS-based table casues an infinite loop in wordRangeFromPosition 2018-05-11 20:39:30 +00:00
table-at-end-of-document.html
thai-cursor-movement-expected.txt
thai-cursor-movement.html