You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you could add a test for successive <pre> items? E.g:
<pre>line1</pre><pre>line2</pre>
The reason is that while Firefox (46.0a1) gets this correct (IMO i.e. a single newline between the texts) when it comes to innerText, it puts two newlines between them when doing a Copy. So adding a test would I think help clarify what the "correct" behavior is
The text was updated successfully, but these errors were encountered:
zcorpan
added a commit
to web-platform-tests/wpt
that referenced
this issue
Aug 26, 2016
Maybe you could add a test for successive <pre> items? E.g:
The reason is that while Firefox (46.0a1) gets this correct (IMO i.e. a single newline between the texts) when it comes to innerText, it puts two newlines between them when doing a Copy. So adding a test would I think help clarify what the "correct" behavior is
The text was updated successfully, but these errors were encountered: