haikuwebkit/LayoutTests/fast/tokenizer
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
001.html
002-expected.txt
002.html
003.html
004-expected.txt
004.html
ampersand-in-special-tag-expected.txt
ampersand-in-special-tag.html
badscript-expected.txt
badscript.html
doctype-search-reset-expected.txt
doctype-search-reset.html
document-write-racing-dom-access-expected.txt
document-write-racing-dom-access.html
entities-01-expected.txt
entities-01.html
entities-02-expected.txt
entities-02.html
entities-03-expected.txt
entities-03.html
entities-04-expected.txt
entities-04.html
external-script-document-open-expected.txt
external-script-document-open.html
external-script-document-write-expected.txt
external-script-document-write.html
external-script-document-write_2-expected.txt
external-script-document-write_2.html
flush-characters-in-document-write-evil-expected.txt
flush-characters-in-document-write-evil.html Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests 2012-08-04 01:13:22 +00:00
flush-characters-in-document-write-expected.txt
flush-characters-in-document-write.html
ignore-tags-in-iframe-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
ignore-tags-in-iframe.html
image-empty-crash-expected.txt 2009-09-29 Shinichiro Hamaji <hamaji@chromium.org> 2009-09-29 19:15:13 +00:00
image-empty-crash.html
inline-script-stylesheet-expected.txt
inline-script-stylesheet-write-expected.txt
inline-script-stylesheet-write.html
inline-script-stylesheet.html
lessthan-terminates-tags-and-attrs-expected.txt
lessthan-terminates-tags-and-attrs.html
missing-script-tag-closing-bracket-expected.txt
missing-script-tag-closing-bracket.html
missing-style-end-tag-1-expected.txt
missing-style-end-tag-1.html
missing-style-end-tag-2-expected.txt Unreviewed optimize-baselines for mac and win. 2013-04-25 02:44:19 +00:00
missing-style-end-tag-2.html
nested-cached-scripts-and-stylesheet-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
nested-cached-scripts-and-stylesheet.html Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests 2012-08-04 01:13:22 +00:00
nested-cached-scripts-expected.txt
nested-cached-scripts.html
nested-multiple-scripts-expected.txt
nested-multiple-scripts.html
null-in-text-expected.txt
null-in-text.html
null-xss-expected.txt
null-xss.html
script-after-frameset-expected.txt
script-after-frameset.html
script_extra_close-expected.txt TextIterator should convert tabs to spaces 2019-09-17 17:31:20 +00:00
script_extra_close.html
text-plain-expected.txt
text-plain.html
unterminated-quote-in-noscript-expected.txt
unterminated-quote-in-noscript.html
write-before-load-expected.txt Disable support for BeforeLoadEvent 2020-05-20 20:14:23 +00:00
write-before-load.html
write-external-script-open-expected.txt
write-external-script-open.html
write-inline-script-open-expected.txt
write-inline-script-open.html
write-multiple-scripts-expected.txt
write-multiple-scripts.html
write-on-load-expected.txt
write-on-load.html
write-partial-entity-expected.txt
write-partial-entity.html
write-unclosed-script-expected.txt
write-unclosed-script.html