repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
dom
/
NamedNodeMap-setNamedItem-crash.html
blob
7bdd6065b488b1abb5dd5bb91e5fc3e30e86016e
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
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
)