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
/
custom
/
empty-className-baseVal-crash.html
blob
a78de326a406521eeed307500a3a336627726d11
1
<!DOCTYPE
html
>
2
<script>
3
if
(
window
.
testRunner
)
4
testRunner
.
dumpAsText
();
5
document
.
createElementNS
(
"http://www.w3.org/2000/svg"
,
"svg"
).
className
.
baseVal
=
""
;
6
</script>
7
<body>
8
PASS if no crash.
9
</body>