Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: conformance/resources/glsl-feature-tests.css

Issue 8342021: Add webgl conformance tests r15841. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/webgl/sdk/tests/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « conformance/resources/glsl-conformance-test.js ('k') | conformance/resources/glsl-generator.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:executable
+ *
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
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;
5 }
6
7 .shader-source {
8 border: 1px dashed black;
9 padding: 1em;
10 }
11
12 .shader-source li:nth-child(odd) { background: #f8f8f8; }
13 .shader-source li:nth-child(even) { background: #f0f0f0; }
14
15 .testimages {
16 }
17
18 .testimages br {
19 clear: both;
20 }
21
22 .testimages > div {
23 float: left;
24 margin: 1em;
25 }
26
OLDNEW
« no previous file with comments | « conformance/resources/glsl-conformance-test.js ('k') | conformance/resources/glsl-generator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698