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

Unified Diff: sky/tests/framework/flights-app-pixels-expected.sky

Issue 836363003: Make a reftest for the flights app. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/framework/flights-app-pixels.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/framework/flights-app-pixels-expected.sky
diff --git a/sky/tests/framework/flights-app-pixels-expected.sky b/sky/tests/framework/flights-app-pixels-expected.sky
new file mode 100644
index 0000000000000000000000000000000000000000..dc09271601621849b2960602a83d3f1a198cedf0
--- /dev/null
+++ b/sky/tests/framework/flights-app-pixels-expected.sky
@@ -0,0 +1,13 @@
+<sky>
+ <import src="../resources/run-after-display.sky" as="runAfterDisplay" />
+
+ <img src="http://storage.googleapis.com/mojo/sky-pngs/db0508cdfe69e996a93464050dc383f6480f1283" />
+
+ <script>
+ window.addEventListener('load', function() {
+ runAfterDisplay(function() {
+ internals.notifyTestComplete("");
+ });
+ });
+ </script>
+</sky>
« no previous file with comments | « sky/tests/framework/flights-app-pixels.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698