3 <script src=
"../../resources/js-test.js"></script>
5 #test { background-color: red; }
6 @media all and (min-width:
0px)
8 #test { background-color: green }
13 <div id=test
>foo
</div>
15 description("Test for bug 75633");
16 shouldBe('window.getComputedStyle(document.getElementById("test")).backgroundColor','"rgb(0, 128, 0)"');