Lines Matching refs:isNaN
45 if (isNaN(expectedWidth) || Math.abs(node.offsetWidth - expectedWidth) >= 1)
51 if (isNaN(expectedHeight) || Math.abs(node.offsetHeight - expectedHeight) >= 1)
57 if (isNaN(expectedOffset) || Math.abs(node.offsetLeft - expectedOffset) >= 1)
63 if (isNaN(expectedOffset) || Math.abs(node.offsetTop - expectedOffset) >= 1)
70 if (isNaN(expectedOffset) || Math.abs(actualOffset - expectedOffset) >= 1)
77 if (isNaN(expectedOffset) || Math.abs(actualOffset - expectedOffset) >= 1)
83 if (isNaN(expectedWidth) || Math.abs(node.clientWidth - expectedWidth) >= 1)
89 if (isNaN(expectedHeight) || Math.abs(node.clientHeight - expectedHeight) >= 1)
95 if (isNaN(expectedWidth) || Math.abs(node.scrollWidth - expectedWidth) >= 1)
101 if (isNaN(expectedHeight) || Math.abs(node.scrollHeight - expectedHeight) >= 1)
108 if (isNaN(expectedOffset) || Math.abs(totalLeft - expectedOffset) >= 1)
115 if (isNaN(expectedOffset) || Math.abs(totalTop - expectedOffset) >= 1)