1 <html xmlns=
"http://www.w3.org/1999/xhtml">
7 var a
= getComputedStyle(document
.getElementById("s1"), "").listStyleType
;
8 var b
= getComputedStyle(document
.getElementById("s3"), "").listStyleType
;
13 <style type=
"text/css">
15 body
{ display: none
} /* so we control the order of the ComputeListData calls */
18 -moz-image-region: auto
;
19 list-style-image: none
;
20 list-style-position: outside
;
21 list-style-type: disc
;
25 list-style-type: disc
;
31 <body onload=
"run();">
33 <div id=
"s1"><div id=
"s2"><div id=
"s3"></div></div></div>