Sign in
chromium
/
chromium
/
src.git
/
HEAD
/
.
/
headless
/
test
/
data
/
structured_doc
/
div.html
blob: 8f35a1a63d073e14f8e0e8061210d7819c99775d [
file
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<body>
<div
role
=
group
>
This maps to Div.
</div>
<div>
This maps to NonStruct.
</div>
</body>
</html>