Sha256: c28691d4e5f0d869c509cbde6e31606cd84706a7d3f39a0e435d0ef97f4ad517

Contents?: true

Size: 677 Bytes

Versions: 21

Compression:

Stored size: 677 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";

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
envjs-0.3.6 test/primary-tests.js
envjs-0.3.5 test/primary-tests.js
envjs-0.3.4 test/primary-tests.js
envjs-0.3.3 test/primary-tests.js
envjs-0.3.2 test/primary-tests.js
envjs-0.3.1 test/primary-tests.js
envjs-0.3.0 test/primary-tests.js
envjs-0.2.0 test/primary-tests.js
envjs-0.1.7 test/primary-tests.js
envjs-0.1.6 test/primary-tests.js
envjs-0.1.5 test/primary-tests.js
envjs-0.1.4 test/primary-tests.js
envjs-0.1.3 test/primary-tests.js
harmony-0.5.1 vendor/envjs/test/primary-tests.js
harmony-0.5 vendor/envjs/test/primary-tests.js
envjs-0.1.2 test/primary-tests.js
envjs-0.1.1 test/primary-tests.js
envjs-0.1.0 test/primary-tests.js
smparkes-envjs-0.0.12 test/primary-tests.js
smparkes-envjs-0.0.11 test/primary-tests.js