OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <script> | 2 <script> |
3 if (window.testRunner) | 3 if (window.testRunner) { |
4 testRunner.dumpAsText(); | 4 testRunner.dumpAsText(); |
5 testRunner.waitUntilDone(); | |
6 setTimeout(function() { testRunner.notifyDone(); }, 500); | |
ojan
2014/05/08 03:57:06
Does this really need a setTimeout? We can't just
esprehn
2014/05/08 05:17:34
Err yeah, this shouldn't need a set timeout. What
| |
7 } | |
5 </script> | 8 </script> |
6 <link href="resources/import-link-with-media-query.html" rel=import> | 9 <link href="resources/import-link-with-media-query.html" rel=import> |
7 This test passes if it does not crash under ASAN. | 10 This test passes if it does not crash under ASAN. |
OLD | NEW |