Sign in
webkit
/
WebKit
/
4a12667b4cecb17e84375f8db50c9b2d39b06fe4
/
.
/
LayoutTests
/
svg
/
custom
/
path-getPresentationAttribute-crash.html
blob: 03123bc863ee225221f2c14822998f06347eb0b1 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
var
path
=
document
.
createElementNS
(
"http://www.w3.org/2000/svg"
,
"path"
);
path
.
getPresentationAttribute
(
""
);
document
.
write
(
"PASSED -- WebKit did not crash!"
);
</script>