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> |