<!DOCTYPE html>
<html class="reftest-paged">
  <body>
    <div>a</div>
    <div style="display:flex">
      <div style="page:b">b</div>
      <div style="page:c">c</div>
    </div>
    <div>d</div>
  </body>
</html>