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
/
name-change.html
blob
c2646d3a416b3b1310207660eab4417babd5b3cb
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<h1
id
=
"a"
>
Before
</h1>
5
<script>
6
function
go
() {
7
document
.
getElementById
(
'a'
).
setAttribute
(
'aria-label'
,
'After'
);
8
}
9
</script>
10
</body>
11
</html>