haikuwebkit/LayoutTests/userscripts
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
..
resources
document-element-available-at-start-expected.txt
document-element-available-at-start.html
insert-stylesheets-expected.txt
insert-stylesheets.html
mixed-case-stylesheet-expected.txt
mixed-case-stylesheet.html
script-not-run-for-fragments-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
script-not-run-for-fragments.html
script-run-at-end-expected.txt
script-run-at-end.html
script-run-at-start-expected.txt
script-run-at-start.html
simple-stylesheet-expected.txt
simple-stylesheet.html
user-script-all-frames-expected.txt
user-script-all-frames.html
user-script-audio-document-expected.txt
user-script-audio-document.html
user-script-image-document-expected.txt
user-script-image-document.html
user-script-plugin-document-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
user-script-plugin-document.html
user-script-top-frame-only-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
user-script-top-frame-only.html
user-script-video-document-expected.txt
user-script-video-document.html
user-style-all-frames-expected.txt
user-style-all-frames.html
user-style-top-frame-only-expected.txt
user-style-top-frame-only.html
user-stylesheet-invalidate-expected.txt
user-stylesheet-invalidate.html
window-onerror-for-isolated-world-1-expected.txt window.onerror should pass the ErrorEvent's 'error' property as the 5th argument to the event handler 2016-06-14 03:28:10 +00:00
window-onerror-for-isolated-world-1.html
window-onerror-for-isolated-world-2-expected.txt
window-onerror-for-isolated-world-2.html
window-onerror-for-isolated-world-3-expected.txt
window-onerror-for-isolated-world-3.html