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

Side by Side Diff: sky/tests/framework/flights-app-pixels.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 unified diff | Download patch
OLDNEW
1 <sky> 1 <sky>
2 <import src="../resources/run-after-display.sky" as="runAfterDisplay" />
2 <import src="/sky/examples/flights-app/flights-app.sky" /> 3 <import src="/sky/examples/flights-app/flights-app.sky" />
3 <script> 4 <script>
4 addEventListener("load", function() { 5 addEventListener("load", function() {
5 var app = document.createElement("flights-app"); 6 var app = document.createElement("flights-app");
6 document.querySelector("sky").appendChild(app); 7 document.querySelector("sky").appendChild(app);
7 internals.notifyTestComplete(internals.renderTreeAsText()); 8 runAfterDisplay(function() {
9 internals.notifyTestComplete("");
10 });
8 }); 11 });
9 </script> 12 </script>
10 </sky> 13 </sky>
OLDNEW
« no previous file with comments | « sky/compositor/display_delegate_bitmap.cc ('k') | sky/tests/framework/flights-app-pixels-expected.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698