Bug 1932347 - Adjust positioning of tab preview for vertical tabs r=tabbrowser-review...
[gecko.git] / dom / canvas / test / webgl-conf / checkout / resources / glsl-feature-tests.css
blobc8063d92b2a591df37940944ce03f39feef8dc53
1 canvas {
2 background-color: white;
3 background-image: linear-gradient(0, rgba(200, 200, 200, .5) 50%, transparent 50%), linear-gradient(rgba(200, 200, 200, .5) 50%, transparent 50%);
4 background-size: 8px 8px;
7 .shader-source {
8 border: 1px dashed black;
9 padding: 1em;
12 .shader-source li:nth-child(odd) { background: #f8f8f8; }
13 .shader-source li:nth-child(even) { background: #f0f0f0; }
15 .testimages {
18 .testimages br {
19 clear: both;
22 .testimages > div {
23 float: left;
24 margin: 1em;
27 IMG {
28 border: 1px solid black;