测试资源

Showing 1-50 of 309

第 1 / 7 页 下一页

wpt: 86392 · test262: 53756

测试套件路径类型模式标题
wpt workers/SharedWorker-MessageEvent-source.any.js [执行] wpt-js any SharedWorker-MessageEvent-source.any.js
wpt workers/SharedWorker-constructor.html [执行] wpt-html window Test SharedWorker constructor functionality.
wpt workers/SharedWorker-detach-frame-in-error-event.html [执行] wpt-html window Test frame detach in shared worker's error handler
wpt workers/SharedWorker-exception-propagation.html [执行] wpt-html window Uncaught error in shared worker should not propagate to window
wpt workers/SharedWorker-exception.html [执行] wpt-html window This test checks whether exceptions in SharedWorkers are logged to the parent document. An exception should be logged to the error console.
wpt workers/SharedWorker-extendedLifetime-blob.html [执行] wpt-html window SharedWorker extendedLifetime (Blob URL)
wpt workers/SharedWorker-extendedLifetime-data.html [执行] wpt-html window SharedWorker extendedLifetime (Data URL)
wpt workers/SharedWorker-extendedLifetime-named-module.html [执行] wpt-html window SharedWorker extendedLifetime (Named and Module)
wpt workers/SharedWorker-extendedLifetime.html [执行] wpt-html window SharedWorker extendedLifetime
wpt workers/SharedWorker-replace-EventHandler.any.js [执行] wpt-js any SharedWorker-replace-EventHandler.any.js
wpt workers/SharedWorker-script-error.html [执行] wpt-html window Test SharedWorker script error handling functionality.
wpt workers/SharedWorker-simple.html [执行] wpt-html window Test simple shared worker construction case.
wpt workers/SharedWorkerPerformanceNow.html [执行] wpt-html window window.performance.now in shared workers
wpt workers/SharedWorker_blobUrl.html [执行] wpt-html window Shared Worker: Blob URL passed over message port
wpt workers/SharedWorker_dataUrl.html [执行] wpt-html window Shared Worker: Data URL cross-origin checks
wpt workers/Worker-base64.any.js [执行] wpt-js any Worker-base64.any.js
wpt workers/Worker-call.worker.js [执行] wpt-js worker Worker-call.worker.js
wpt workers/Worker-constructor-proto.any.js [执行] wpt-js any Worker-constructor-proto.any.js
wpt workers/Worker-creation-happens-in-parallel.https.html [执行] wpt-html window Test that creation of a "new Worker()" will occur in parallel to the main JS thread performing other computation, and can be joined with.
wpt workers/Worker-custom-event.any.js [执行] wpt-js any Worker-custom-event.any.js
wpt workers/Worker-formdata.any.js [执行] wpt-js any Worker-formdata.any.js
wpt workers/Worker-location.sub.any.js [执行] wpt-js any Worker-location.sub.any.js
wpt workers/Worker-messageport.html [执行] wpt-html window Test that pages and workers can send MessagePorts to one another.
wpt workers/Worker-multi-port.html [执行] wpt-html window Test sending multiple ports through Worker.postMessage.
wpt workers/Worker-nested-importScripts-error.html [执行] wpt-html window This tests that errors from nested importScripts have the expected provenance.
wpt workers/Worker-postMessage-happens-in-parallel.https.html [执行] wpt-html window Test that calling "worker.postMessage()" will occur truly in parallel to the main JS thread performing other computation.
wpt workers/Worker-replace-event-handler.any.js [执行] wpt-js any Worker-replace-event-handler.any.js
wpt workers/Worker-replace-global-constructor.any.js [执行] wpt-js any Worker-replace-global-constructor.any.js
wpt workers/Worker-replace-self.any.js [执行] wpt-js any Worker-replace-self.any.js
wpt workers/Worker-simultaneous-errors.html [执行] wpt-html window Test simultaneous errors on workers.
wpt workers/Worker-structure-message.html [执行] wpt-html window Test that pages and workers can send Structure Message to one another.
wpt workers/Worker-terminate-forever-during-evaluation.html [执行] wpt-html window Test Worker.terminate() for a worker that tries to run forever after top-level script evaluation is started.
wpt workers/Worker-terminate-forever.html [执行] wpt-html window Test Worker.terminate() for a worker that tries to run forever.
wpt workers/Worker-termination-with-port-messages.html [执行] wpt-html window This test terminates a worker when there are many undelivered MessagePort messages still waiting to be dispatched into the Worker Context. This causes termination of JS execution and test should not try to dispatch the remaining messages. Test succeeds if it does not hang or crash (if worker thread is running in the separate process, that process could hang or crash).
wpt workers/Worker-timeout-cancel-order.html [执行] wpt-html window Test setTimeOut,cancelTimeout in Web Workers.
wpt workers/Worker-timeout-decreasing-order.html [执行] wpt-html window Test setTimeOut,fired in decreasing order in Web Workers.
wpt workers/Worker-timeout-increasing-order.html [执行] wpt-html window Test setTimeOut,fired in increasing order in Web Workers.
wpt workers/WorkerGlobalScope-close.html [执行] wpt-html window Test WorkerGlobalScope.close functionality.
wpt workers/WorkerGlobalScope_ErrorEvent_colno.htm [执行] wpt-html window WorkerGlobalScope onerror event handler argument: col
wpt workers/WorkerGlobalScope_ErrorEvent_filename.htm [执行] wpt-html window WorkerGlobalScope onerror event handler argument: location
wpt workers/WorkerGlobalScope_ErrorEvent_lineno.htm [执行] wpt-html window WorkerGlobalScope onerror event handler argument: line
wpt workers/WorkerGlobalScope_ErrorEvent_message.htm [执行] wpt-html window WorkerGlobalScope onerror event handler argument: message
wpt workers/WorkerGlobalScope_importScripts.htm [执行] wpt-html window WorkerGlobalScope API: importScripts()
wpt workers/WorkerGlobalScope_importScripts_NetworkErr.htm [执行] wpt-html window importScripts() with non-existent script file
wpt workers/WorkerGlobalScope_importScripts_NosniffErr.htm [执行] wpt-html window importScripts() with nosniff X-Content-Type-Options
wpt workers/WorkerGlobalScope_requestAnimationFrame.worker.js [执行] wpt-js worker WorkerGlobalScope_requestAnimationFrame.worker.js
wpt workers/WorkerGlobalScope_setInterval.htm [执行] wpt-html window WorkerGlobalScope API: setInterval()
wpt workers/WorkerGlobalScope_setTimeout.htm [执行] wpt-html window WorkerGlobalScope API: setTimeout()
wpt workers/WorkerLocation-origin.sub.window.js [执行] wpt-js window WorkerLocation-origin.sub.window.js
wpt workers/WorkerLocation.htm [执行] wpt-html window WorkerLocation object