Comment at the beginning of paragraph in wikitext is placed outside the paragraph in Parsoid's HTML.
Wikitext input:
<!-- comment -->foo
Actual:
<!-- comment --><p …>foo</p>
Expected:
<p …><!-- comment -->foo</p>
This will affect VE's rendering of such wikitext after T73085 gets fixed.
