Chrome Version: 71.0.3559.6 (Official Build) dev (64-bit)
OS: Linux
What steps will reproduce the problem?
(1) Use html "<div id=container>foo <input> bar</div>"
(2) Get container.innerText
Demo available at: https://jsfiddle.net/3cuabtfg/
What is the expected result?
container.innerText should be "foo bar" (two spaces in between)
What happens instead?
container.innerText is "foo bar" (only one space in between)
Note: M69 Stable doesn't have this bug.
This is a recent regression broken in M70 due to new innerText implementation: crrev.com/c/1114673
Comment 1 by xiaoche...@chromium.org
, Sep 27