repo.or.cz
/
webkit
/
qt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git]
/
LayoutTests
/
fast
/
dom
/
NamedNodeMap-setNamedItem-crash.html
blob
0efda6f412ceecb8b6e2fdd1d08d6669c2dda8aa
1
<script>
2
if
(
window
.
layoutTestController
)
3
layoutTestController
.
dumpAsText
();
4
5
onload
=
function
()
6
{
7
document
.
body
.
attributes
.
setNamedItem
(
null
);
8
}
9
</script>
10
This passes if it does not crash. (see https://bugs.webkit.org/show_bug.cgi?id=
18958
)