Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
br-statictext.html
blob: f9fed7e6c8b3e352c7611435cb25ab556804f187 [
file
]
<!--
@MAC-ALLOW:AXRoleDescription=*
-->
<!DOCTYPE html>
<html>
<body>
<h1>
Header 1
</h1>
<h2>
Header 2
</h2>
<div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<br>
<br>
Sed magna dolor, venenatis.
</p>
</div>
</body>
</html>