Lines Matching defs:output
14 function checkAttribute(output, node, attribute)
17 output.checked |= !!result;
64 var output = { checked: false };
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");
139 // Trim the unit "px" from the output.
144 var expectedPaddingBottom = checkAttribute(output, node, "data-expected-padding-bottom");
147 // Trim the unit "px" from the output.
152 var expectedPaddingLeft = checkAttribute(output, node, "data-expected-padding-left");
155 // Trim the unit "px" from the output.
160 var expectedPaddingRight = checkAttribute(output, node, "data-expected-padding-right");
163 // Trim the unit "px" from the output.
168 var expectedMarginTop = checkAttribute(output, node, "data-expected-margin-top");
171 // Trim the unit "px" from the output.
176 var expectedMarginBottom = checkAttribute(output, node, "data-expected-margin-bottom");
179 // Trim the unit "px" from the output.
184 var expectedMarginLeft = checkAttribute(output, node, "data-expected-margin-left");
187 // Trim the unit "px" from the output.
192 var expectedMarginRight = checkAttribute(output, node, "data-expected-margin-right");
195 // Trim the unit "px" from the output.
200 return output.checked;