Sign in
webkit
/
WebKit
/
6fd57f0545e2ab789319dc828ca2e5959d39c256
/
.
/
LayoutTests
/
svg
/
custom
/
empty-className-baseVal-crash.html
blob: a78de326a406521eeed307500a3a336627726d11 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
createElementNS
(
"http://www.w3.org/2000/svg"
,
"svg"
).
className
.
baseVal
=
""
;
</script>
<body>
PASS if no crash.
</body>