From d452e065aa8d699a19fcf125563526c71385fb9c Mon Sep 17 00:00:00 2001 From: Steve Orvell Date: Tue, 21 Jan 2014 15:33:37 -0800 Subject: [PATCH] update test --- test/html/load.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/test/html/load.html b/test/html/load.html index ab34f45..6842203 100644 --- a/test/html/load.html +++ b/test/html/load.html @@ -12,7 +12,13 @@ chai.assert.ok(s, 'load event target can be used to find element in import'); } } + + function importError(event) { + window.loadEvents++; + } + window.importLoaded = importLoaded; + window.importError = importError; })(); @@ -20,7 +26,11 @@ - + +
Test
@@ -28,9 +38,7 @@