Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
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)