haikuwebkit/LayoutTests/fast/xpath
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
..
4XPath
py-dom-xpath
ambiguous-operators-expected.txt 2010-12-03 Yonathan Randolph <yonathan@gmail.com> 2010-12-03 08:12:10 +00:00
ambiguous-operators.html
ancestor-axis-expected.txt
ancestor-axis.html
attr-namespace-expected.txt DOMException should not have its own toString() 2017-07-19 20:24:15 +00:00
attr-namespace.html
attribute-node-predicate-expected.txt
attribute-node-predicate.html
complex-id-expected.txt
complex-id.html
detached-subtree-invalidate-iterator-expected.txt
detached-subtree-invalidate-iterator.html
document-order-expected.txt Reviewed by Darin. 2007-03-20 17:21:07 +00:00
document-order.html
empty-string-substring-expected.txt
empty-string-substring.html
ensure-null-namespace-expected.txt
ensure-null-namespace.xhtml
evaluate-twice-expected.txt
evaluate-twice.html
id-path-expected.txt
id-path.html
id-simple-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
id-simple.html
implicit-node-args-expected.txt LayoutTests: 2007-05-24 01:11:10 +00:00
implicit-node-args.html
invalid-functions-expected.txt
invalid-functions.html
name-null-namespace-expected.txt
name-null-namespace.html
namespace-vs-predicate-expected.txt 2010-06-23 Nikolas Zimmermann <nzimmermann@rim.com> 2010-06-23 09:37:34 +00:00
namespace-vs-predicate.xhtml
nan-to-boolean-expected.txt Reviewed by Adele. 2007-02-18 21:07:30 +00:00
nan-to-boolean.html
node-name-case-sensitivity-expected.txt
node-name-case-sensitivity.html
nodeset-duplicates-expected.txt
nodeset-duplicates.html Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests 2012-08-04 01:13:22 +00:00
nsresolver-bad-object-expected.txt
nsresolver-bad-object.xhtml
nsresolver-exception-expected.txt
nsresolver-exception.xhtml
nsresolver-function-expected.txt
nsresolver-function.xhtml
nsresolver-object-expected.txt
nsresolver-object.xhtml
null-namespace-in-html-expected.txt
null-namespace-in-html.html
position-expected.txt
position.html
preceding-axis-expected.txt
preceding-axis.xhtml
reverse-axes-expected.txt
reverse-axes.html
string-value-expected.txt
string-value.html
substring-after-expected.txt Reviewed by Mitz. 2007-10-12 15:36:14 +00:00
substring-after.html
substring-nan-position-expected.txt
substring-nan-position.html
substring-non-positive-postion-expected.txt
substring-non-positive-postion.html
text-nodes-expected.txt
text-nodes.html
union-context-node-expected.txt
union-context-node.xhtml
xpath-detached-iframe-resolver-crash-expected.txt 2009-11-10 Vitaly Repeshko <vitalyr@chromium.org> 2009-11-11 02:15:19 +00:00
xpath-detached-iframe-resolver-crash.html
xpath-detached-import-assert-expected.txt
xpath-detached-import-assert.html
xpath-detached-nodes-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
xpath-detached-nodes.html
xpath-empty-string-expected.txt
xpath-empty-string.html
xpath-functional-test-expected.txt
xpath-functional-test.html
xpath-iterator-result-should-mark-its-nodeset-expected.txt
xpath-iterator-result-should-mark-its-nodeset.html
xpath-namespaces-expected.txt
xpath-namespaces.html
xpath-non-ASCII-case-folding-expected.txt
xpath-non-ASCII-case-folding.html
xpath-other-nodeset-result-should-mark-its-nodeset-expected.txt
xpath-other-nodeset-result-should-mark-its-nodeset.html
xpath-result-eventlistener-crash-expected.txt
xpath-result-eventlistener-crash.html
xpath-snapshot-result-should-mark-its-nodeset-expected.txt
xpath-snapshot-result-should-mark-its-nodeset.html
xpath-template-element-expected.txt
xpath-template-element.html
xpath-test-pre.js