prefs.html (312B)
1 <title>Ensure that setting gecko prefs works</title> 2 <script src="/resources/testharness.js"></script> 3 <script src="/resources/testharnessreport.js"></script> 4 <script> 5 test(function() { 6 assert_equals(getComputedStyle(document.documentElement).color, "rgb(0, 255, 0)") 7 }); 8 </script> 9 <p>This should be green</p>