Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
regression
/
header-inside-section-role-generic.html
blob: d0677ee82fcbd5271a497eec7f57cd107be70459 [
file
] [
log
] [
blame
]
<!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>