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

Side by Side Diff: sky/tests/harness/reftest-mismatch-expected-mismatch.sky

Issue 797063002: Make reftests work for sky. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: address review comments Created 6 years 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/harness/reftest-mismatch.sky ('k') | sky/tools/tester/test_harness_impl.h » ('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 <foo>
2 This is a mismatch reftest.
3 <script>
4 window.addEventListener('load', function() {
5 // TODO(ojan): requestAnimationFrame once we properly pump frames.
6 // https://github.com/domokit/mojo/issues/32
7 setTimeout(function() {
8 internals.notifyTestComplete("");
9 }, 100);
10 })
11 </script>
12 </foo>
OLDNEW
« no previous file with comments | « sky/tests/harness/reftest-mismatch.sky ('k') | sky/tools/tester/test_harness_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698