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