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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/harness/reftest-mismatch-expected-mismatch.sky
diff --git a/sky/tests/harness/reftest-mismatch-expected-mismatch.sky b/sky/tests/harness/reftest-mismatch-expected-mismatch.sky
new file mode 100644
index 0000000000000000000000000000000000000000..25e46f88ac019e580766e1026a7c26bcd2cae3b5
--- /dev/null
+++ b/sky/tests/harness/reftest-mismatch-expected-mismatch.sky
@@ -0,0 +1,12 @@
+<foo>
+This is a mismatch reftest.
+<script>
+window.addEventListener('load', function() {
+ // TODO(ojan): requestAnimationFrame once we properly pump frames.
+ // https://github.com/domokit/mojo/issues/32
+ setTimeout(function() {
+ internals.notifyTestComplete("");
+ }, 100);
+})
+</script>
+</foo>
« 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