1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../../resources/js-test.js"></script>
7 <div id=
"test-invalid-rule" style=
"weight: *; color: rgb(0, 128, 0)"></div>
9 description("This test checks that a rule with an invalid value does not halt other style rules from being applied.");
11 shouldBe("document.getElementById('test-invalid-rule').style.getPropertyValue('color')", "'rgb(0, 128, 0)'");