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
/
add-alert.html
blob
8de948d96f54bcd198518b0cad661a97c42c6d20
1
<!--
2
@WIN-DENY:*
3
@WIN-ALLOW:EVENT_SYSTEM_ALERT*
4
-->
5
<!DOCTYPE
html
>
6
<html>
7
<body>
8
<div
id
=
"a"
role
=
"alert"
style
=
"display:none"
>
This is an alert
</div>
9
<script>
10
function
go
() {
11
document
.
getElementById
(
'a'
).
style
.
display
=
"block"
;
12
}
13
</script>
14
</body>
15
</html>