Envjs Test Suite

Envjs/0.1 (Rhino ; U; Mac OS X i386 10.5.8; null; rv:0.0.0.0) Resig/20070309 BirdDog/0.0.0.1

  1. Envjs HTMLDocument : should define basic requirements (0, 5, 5)
    1. Array.push()
    2. Function.apply()
    3. getElementById
    4. getElementsByTagName
    5. RegExp
  2. Window Global Scope Equivalence (1, 3, 4)
    1. Property created on the window is available in global scope.
    2. 'window' object provides common global object facilities
    3. 'window' provides Math.* when referenced implicitly/global
    4. Expected 7 assertions, but 3 were run
  3. References to the window object (0, 3, 3)
    1. 'window' is property of the window object
    2. 'self' refers to the current window
    3. for top-level document 'window.top' refers to itself

Tests completed in 421 milliseconds.

11 tests of 12 passed, 1 failed.

Paragraph created by execution of script event handler.

Paragraph created by execution of script event handler.

Paragraph created by execution of script event handler.