Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
ui
/
a11y
/
lib
/
semantics
/
tests
/
testdata
/
static.html
blob: 145639fc8cfb12126fc31f968ad0c86e99e62888 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Title
</title>
</head>
<body>
<p>
Paragraph
</p>
<p
hidden
>
Hidden
</p>
<button
type
=
"button"
aria-label
=
"Button"
></button>
</body>
</html>