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

Side by Side Diff: sky/tests/clipping/clipping-transforms-expected.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 | « sky/tests/clipping/clipping-transforms.sky ('k') | sky/tests/harness/reftest-mismatch.sky » ('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 <import src="../resources/run-after-display.sky" />
2 <img src="http://storage.googleapis.com/mojo/sky-pngs/77c37e9285340992042008792e 29c861306cdc9e" />
3 <script>
4 import "dart:sky";
5 import "dart:sky.internals" as internals;
6
7 void main() {
8 window.addEventListener('load', (_) {
9 runAfterDisplay(() {
10 internals.notifyTestComplete("");
11 });
12 });
13 }
14 </script>
OLDNEW
« no previous file with comments | « sky/tests/clipping/clipping-transforms.sky ('k') | sky/tests/harness/reftest-mismatch.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698