/* * This file is a component of env.js, * http://github.com/gleneivey/env-js/commits/master/README * a Pure JavaScript Browser Environment * Copyright 2009 John Resig, licensed under the MIT License * http://www.opensource.org/licenses/mit-license.php */ module("events"); // This file is for tests of general event dispatching, propagation, and // handling functionality. In keeping with the general non-exhaustive // approach of env.js's unit tests, each behavior is checked for one // relevant type of event in one relevant context (page structure, etc.). // These tests rely on the content of ../html/events.html and of the //