Home
last modified time | relevance | path

Searched refs:WindowTestEnvironment (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js51 function WindowTestEnvironment() { class
111 WindowTestEnvironment.prototype._dispatch = function(selector, callback_args, message_arg) { class
135 WindowTestEnvironment.prototype._forEach_windows = function(callback) {
165 WindowTestEnvironment.prototype.on_tests_ready = function() {
189 WindowTestEnvironment.prototype.setup_messages = function(new_events) {
203 WindowTestEnvironment.prototype.next_default_test_name = function() {
209 WindowTestEnvironment.prototype.on_new_harness_properties = function(properties) {
216 WindowTestEnvironment.prototype.add_on_loaded_callback = function(callback) {
220 WindowTestEnvironment.prototype.test_timeout = function() {
520 return new WindowTestEnvironment();