Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
dom
/
NamedNodeMap-setNamedItem-crash.html
blob: 7bdd6065b488b1abb5dd5bb91e5fc3e30e86016e [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
onload
=
function
()
{
document
.
body
.
attributes
.
setNamedItem
(
null
);
}
</script>
This passes if it does not crash. (see https://bugs.webkit.org/show_bug.cgi?id=18958)