1 <html xmlns=
"http://www.w3.org/1999/xhtml">
8 background-color: green;
11 <div id=
"target"></div>
13 <script src=
"../../../resources/testharness.js"></script>
14 <script src=
"../../../resources/testharnessreport.js"></script>
18 assert_equals(document
.styleSheets
[0].cssRules
.length
, 0);
19 }, "Style rules with namespace prefixes not declared before, should be ignored");