From adbc468b6fcd1f168e0c45617e999c63f261a3fb Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Thu, 29 Dec 2016 11:13:32 -0800 Subject: [PATCH] Use synchronous control flow when making synchronous requests The onload event for XHRs does not fire when the XHR is synchronous. This was causing the callback to never be called and the test suite to hang indefinitely. --- lib/templates/test-body-footer.html | 70 +++++++++++++++++------------ 1 file changed, 41 insertions(+), 29 deletions(-) diff --git a/lib/templates/test-body-footer.html b/lib/templates/test-body-footer.html index f847f1ed..ba5c8c4e 100644 --- a/lib/templates/test-body-footer.html +++ b/lib/templates/test-body-footer.html @@ -1,6 +1,7 @@