4 li { list-style: none; }
10 document
.getElementById("list").style
.display
= "none";
15 <body onload=
"hide()">
16 <p>This test verifies that setting a list with list-style: none to
17 display: none does not crash. It checks for regression against
<a
18 href=
"https://bugs.webkit.org/show_bug.cgi?id=6860">6860</a></p>