repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update broken references to image assets
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
event
/
description-change.html
blob
c080dc399c629d25cb556aec2ef8b447b60d5559
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<h1
id
=
"a"
>
Before
</h1>
5
<div
id
=
"d"
style
=
"display:none"
>
Description
</div>
6
<script>
7
function
go
() {
8
document
.
getElementById
(
'a'
).
setAttribute
(
'aria-describedby'
,
'd'
);
9
}
10
</script>
11
</body>
12
</html>