2 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 <script src=
"../../resources/js-test.js"></script>
4 <script src=
"../../fast/css/getComputedStyle/resources/computed-style-listing.js"></script>
5 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
6 <rect id=
"target" width=
"100" height=
"100" fill=
"green" />
9 description("This test documents all computed styles on an SVG rect element.");
10 listGetComputedStyle(document
.getElementById('target'));