Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
event
/
description-change.html
blob: c080dc399c629d25cb556aec2ef8b447b60d5559 [
file
]
<!DOCTYPE html>
<html>
<body>
<h1
id
=
"a"
>
Before
</h1>
<div
id
=
"d"
style
=
"
display
:
none
"
>
Description
</div>
<script>
function
go
()
{
document
.
getElementById
(
'a'
).
setAttribute
(
'aria-describedby'
,
'd'
);
}
</script>
</body>
</html>