content/canvas/test/webgl-conformance/resources/js-test-style.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/canvas/test/webgl-conformance/resources/js-test-style.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +.pass {
     1.5 +    font-weight: bold;
     1.6 +    color: green;
     1.7 +}
     1.8 +.fail {
     1.9 +    font-weight: bold;
    1.10 +    color: red;
    1.11 +}
    1.12 +#console {
    1.13 +    white-space: pre-wrap;
    1.14 +    font-family: monospace;
    1.15 +}

mercurial