Sha256: 737b9fbdfc95adacd0b88aaabfcc2e599544cdd6b7038ba7b3ad2d26a99cc9d8
Contents?: true
Size: 711 Bytes
Versions: 7
Compression:
Stored size: 711 Bytes
Contents
load("test/qunit.js"); window.addEventListener("load",function(){ print("\n\nTesting with " + whichInterpreter); print("Handling onload for test.js"); print("Loading tests."); load( "test/unit/dom.js"); load("test/unit/window.js"); load("test/unit/elementmembers.js"); if (multiwindow) { load("test/unit/onload.js"); load("test/unit/scope.js"); // must come before frame.js changes page content load("test/unit/iframe.js"); load("test/unit/events.js"); load("test/unit/multi-window.js"); } load("test/unit/parser.js"); load("test/unit/timer.js"); print("Load complete. Running tests."); }); window.location = "test/index.html"; this.Envjs && this.Envjs.wait();
Version data entries
7 entries across 7 versions & 1 rubygems