1 <html xmlns=
"http://www.w3.org/1999/xhtml">
7 background-color: green;
11 background-color: red;
14 <div id=
"target"></div>
16 <script src=
"../../../resources/testharness.js"></script>
17 <script src=
"../../../resources/testharnessreport.js"></script>
21 assert_equals(getComputedStyle(document
.getElementById('target')).backgroundColor
, 'rgb(0, 128, 0)');
22 }, "Empty namespaces should work correctly on compound selectors");