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

Unified 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, 6 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/clipping/clipping-transforms-expected.sky
diff --git a/sky/tests/clipping/clipping-transforms-expected.sky b/sky/tests/clipping/clipping-transforms-expected.sky
deleted file mode 100644
index 4ac45d7af6c0c2557dfb82d88662547169456755..0000000000000000000000000000000000000000
--- a/sky/tests/clipping/clipping-transforms-expected.sky
+++ /dev/null
@@ -1,14 +0,0 @@
-<import src="../resources/run-after-display.sky" />
-<img src="http://storage.googleapis.com/mojo/sky-pngs/77c37e9285340992042008792e29c861306cdc9e" />
-<script>
-import "dart:sky";
-import "dart:sky.internals" as internals;
-
-void main() {
- window.addEventListener('load', (_) {
- runAfterDisplay(() {
- internals.notifyTestComplete("");
- });
- });
-}
-</script>
« 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