Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script src="../resources/testharness.js"></script> | |
| 3 <script src="../resources/testharnessreport.js"></script> | |
| 4 <script> | |
| 5 test(function() { | |
| 6 testRunner.resolveBeforeInstallPromptPromise(0, 'foo'); | |
| 7 }, 'Test that calling resolveBeforeInstallPromptPromise does not crash'); | |
| 8 </script> | |
| OLD | NEW |