expect(scratch.innerHTML).toEqual(
      normalizeHTML(div([div('A'), section('B3'), section('B4'), div('C')].join('')))
    )