Bug 1605040 [wpt PR 20861] - XPath: Fix normalize-space(), a=testonly
commit85a2dfff500cfb6538a50e51b2e90d39d15565e1
authorKent Tamura <tkent@chromium.org>
Fri, 20 Dec 2019 11:39:46 +0000 (20 11:39 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Mon, 23 Dec 2019 11:14:54 +0000 (23 11:14 +0000)
tree7685a28ddb7bf8ef07995af71c1782172a202350
parent89812144263d9ab3f145015fcde1f26227cafeee
Bug 1605040 [wpt PR 20861] - XPath: Fix normalize-space(), a=testonly

Automatic update from web-platform-tests
XPath: Fix normalize-space()

It should handle only XML white spaces; #x20, #x9, #xD, and #xA.
We incorrectly handled other white spaces such as U+3000.

Bug: 893929
Change-Id: I59708f978ba1c23141f748de7a8f4c58d58c7acf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974713
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726557}

--

wpt-commits: 3a9bcdca3cf0ce754528e5c2e5503bb07ea3af9d
wpt-pr: 20861
testing/web-platform/tests/domxpath/fn-normalize-space.html [new file with mode: 0644]