Sign in
chromium
/
chromium
/
src.git
/
HEAD
/
.
/
headless
/
test
/
data
/
structured_doc
/
aside.html
blob: d21d28f5f62e63984778a5d10b84fd27b48a1c5c [
file
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<body>
<aside>
Content in html aside.
</aside>
<div
role
=
complementary
>
Content in ARIA role complementary.
</div>
</body>
</html>