| 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..28107a90c08e2a8da3952153cecfd22802e0ceba
|
| --- /dev/null
|
| +++ b/sky/tests/harness/reftest-mismatch-expected-mismatch.sky
|
| @@ -0,0 +1,13 @@
|
| +<foo>
|
| +This is a mismatch reftest.
|
| +<script>
|
| +window.addEventListener('load', function() {
|
| + // TODO(ojan): Why is this setTimeout needed to get
|
| + // a non-white page. It seems we don't do our first
|
| + // paint before the load event?
|
| + setTimeout(function() {
|
| + internals.notifyTestComplete("");
|
| + });
|
| +})
|
| +</script>
|
| +</foo>
|
|
|