content/canvas/test/webgl-conformance/conformance/resources/glsl-feature-tests.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/canvas/test/webgl-conformance/conformance/resources/glsl-feature-tests.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +canvas {
     1.5 +  background-color: white;
     1.6 +  background-image: linear-gradient(0, rgba(200, 200, 200, .5) 50%, transparent 50%), linear-gradient(rgba(200, 200, 200, .5) 50%, transparent 50%);
     1.7 +  background-size: 8px 8px;
     1.8 +}
     1.9 +
    1.10 +.shader-source {
    1.11 +  border: 1px dashed black;
    1.12 +  padding: 1em;
    1.13 +}
    1.14 +
    1.15 +.shader-source li:nth-child(odd) { background: #f8f8f8; }
    1.16 +.shader-source li:nth-child(even) { background: #f0f0f0; }
    1.17 +
    1.18 +.testimages {
    1.19 +}
    1.20 +
    1.21 +.testimages br {
    1.22 +  clear: both;
    1.23 +}
    1.24 +
    1.25 +.testimages > div {
    1.26 +  float: left;
    1.27 +  margin: 1em;
    1.28 +}
    1.29 +

mercurial