chromium/content/test/data/accessibility/regression/header-inside-section-role-generic.html

<!DOCTYPE html>
<section role="presentation">
  <header>
    <p>header inside section with role presentational.</p>
  </header>
</section>
<section role="generic">
  <header>
    <p>header inside section with role generic.</p>
  </header>
</section>