Lines Matching defs:checkAttribute

14 function checkAttribute(output, node, attribute)
66 var expectedWidth = checkAttribute(output, node, "data-expected-width");
71 var expectedHeight = checkAttribute(output, node, "data-expected-height");
76 var expectedOffset = checkAttribute(output, node, "data-offset-x");
81 var expectedOffset = checkAttribute(output, node, "data-offset-y");
86 var expectedWidth = checkAttribute(output, node, "data-expected-client-width");
91 var expectedHeight = checkAttribute(output, node, "data-expected-client-height");
96 var expectedWidth = checkAttribute(output, node, "data-expected-scroll-width");
101 var expectedHeight = checkAttribute(output, node, "data-expected-scroll-height");
106 var expectedWidth = checkAttribute(output, node, "data-expected-bounding-client-rect-width");
111 var expectedHeight = checkAttribute(output, node, "data-expected-bounding-client-rect-height");
116 var expectedOffset = checkAttribute(output, node, "data-total-x");
123 var expectedOffset = checkAttribute(output, node, "data-total-y");
130 var expectedDisplay = checkAttribute(output, node, "data-expected-display");
136 var expectedPaddingTop = checkAttribute(output, node, "data-expected-padding-top");
144 var expectedPaddingBottom = checkAttribute(output, node, "data-expected-padding-bottom");
152 var expectedPaddingLeft = checkAttribute(output, node, "data-expected-padding-left");
160 var expectedPaddingRight = checkAttribute(output, node, "data-expected-padding-right");
168 var expectedMarginTop = checkAttribute(output, node, "data-expected-margin-top");
176 var expectedMarginBottom = checkAttribute(output, node, "data-expected-margin-bottom");
184 var expectedMarginLeft = checkAttribute(output, node, "data-expected-margin-left");
192 var expectedMarginRight = checkAttribute(output, node, "data-expected-margin-right");