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