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

Side by Side Diff: sky/tests/clipping/background-opaque-clipped-gradients.sky

Issue 1215023003: Fix tests broken by default text color change. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | sky/tests/clipping/background-opaque-clipped-gradients-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <sky>
2 <import src="../resources/dump-as-render-tree.sky" />
3 <style>
4 div {
5 width: 100px;
6 height: 100px;
7 padding: 25px;
8 border: 25px dotted;
9 /* TODO(ojan): background-image appears to be broken. */
10 background-image: linear-gradient(top, yellow, yellow), linear-gradient(top, blue, blue), -linear-gradient(top, green, green);
11 background-clip: content-box, padding-box, border-box;
12 }
13 </style>
14 <!-- TODO(ojan): Make this a reftest once we support them. -->
15 <p>Test passes if the image below shows nested green, blue and yellow squares wi th a dotted black border.</p>
16 <div></div>
17 </sky>
OLDNEW
« no previous file with comments | « no previous file | sky/tests/clipping/background-opaque-clipped-gradients-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698