[LayoutNG] Disable line-break collapsing rule for East Asian Width

CSS Text Level 3 has a rule for collapsing line break for
East Asian writing systems that do not use spaces to delimit
words. The rule is based on Unicode East Asian Width
property, but recently it was brought to the attention that
the rules may need more logic at:
https://github.com/w3c/csswg-drafts/issues/337

As the discussion seems to take longer to resolve, and there
is a possibility to change the rules in the current spec,
this patch disables the rule until WG reaches to a consensus.

LongFind.txt was changed in r616898 (CL:1379086) when find-
in-page switched to NGOffsetMapping. Since this CL changes
whitespace collapsing rules for East Asian text back to
the same as legacy, the test data change is reverted.

Bug: 636993
Change-Id: I9e78e4fc8791981ef49315ac173912403c8d23f1
Reviewed-on: https://chromium-review.googlesource.com/c/1385696
Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#618303}
14 files changed