v1
8/30/2022 by pushkine -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
var q = 1;
function test(f) { const r = Math.random(); if (r > 0.5 ? f(r) : f()) { q ^= r * 1000; } }
delete caserun single casemove downdrag and drop case


ready



test(function (v) {
	return null == v;
});
delete caserun single casemove upmove downdrag and drop case


ready



test(function (v) {
	return v === undefined;
});
delete caserun single casemove updrag and drop case


ready



test(function (v) {
	return typeof v === "undefined";
});
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN