haikuwebkit/LayoutTests/cssom
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
README.txt
cssimportrule-media-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
cssimportrule-media.html
cssom-view-img-attributes-001-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
cssom-view-img-attributes-001.html Cleared executable bits on many .html and .txt files. 2014-04-19 18:12:39 +00:00
cssstyledeclaration-csstext-final-delimiter-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
cssstyledeclaration-csstext-final-delimiter.html
cssvalue-comparison-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
cssvalue-comparison.html Remove Dashboard support 2019-06-10 22:16:37 +00:00
non-subpixel-scroll-top-left-values-expected.txt REGRESSION (r168868): eBay 'see all' links fail due to different JS bindings conversion behavior. 2014-07-11 22:36:14 +00:00
non-subpixel-scroll-top-left-values.html REGRESSION (r168868): eBay 'see all' links fail due to different JS bindings conversion behavior. 2014-07-11 22:36:14 +00:00
subpixel-offsetleft-top-width-height-values-expected.txt Always render at least a device pixel line when border/outline width > 0. 2015-11-13 23:11:43 +00:00
subpixel-offsetleft-top-width-height-values.html Subpixel layout: Change Element.offset* client* scroll* return type to double. 2014-05-14 23:13:52 +00:00

README.txt

This directory will contain a copy of W3C's CSSOM test suite [1] when it
is completed. In the mean time the tests found here are snapshots of specific,
preliminary tests being prepared by the editors of CSSOM [2] or having been
submitted and accepted for adoption in the CSSOM test suite.

[1] http://hg.csswg.org/test/file/tip/approved/cssom
[2] http://hg.csswg.org/test/file/tip/contributors/gadams/incoming/cssom

Until the CSSWG has concluded work on the CSSOM test suite, it is expected
that the files in this directory will be modified as needed.