diff options
Diffstat (limited to 'Tools/TestResultServer/static-dashboards/run-embedded-unittests.html')
| -rw-r--r-- | Tools/TestResultServer/static-dashboards/run-embedded-unittests.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tools/TestResultServer/static-dashboards/run-embedded-unittests.html b/Tools/TestResultServer/static-dashboards/run-embedded-unittests.html index a863873c3..161ecbb64 100644 --- a/Tools/TestResultServer/static-dashboards/run-embedded-unittests.html +++ b/Tools/TestResultServer/static-dashboards/run-embedded-unittests.html @@ -47,9 +47,17 @@ THE POSSIBILITY OF SUCH DAMAGE. window.parent = null; </script> +<script src="string.js"></script> +<script src="history.js"></script> +<script src="history_unittests.js"></script> <script src="dashboard_base.js"></script> +<script src="ui.js"></script> <script src="loader.js"></script> <script src="loader_unittests.js"></script> +<script> + // Mock out loader.request so that we don't actually make xhrs for tests. + loader.request = function(url, successCallback, errorCallback) {}; +</script> <script src="flakiness_dashboard.js"></script> <script> |
