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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
animations
/
non-svg-eventbase-crash.html
blob
b070c1b746a4caacf96b5119edf16e12834d3f3f
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
</script>
8
</head>
9
<body>
10
Test for crbug.com/
323915
: This test passes if it does not crash.
<br/>
11
PASS
12
<img
id
=
"nonsvg"
>
13
<svg>
14
<animate
end
=
"nonsvg.repeat(0)"
/>
15
</svg>
16
</body>
17
</html>