Lines Matching defs:output

33 function checkAttribute(output, node, attribute)
36 output.checked |= !!result;
42 var output = { checked: false };
43 var expectedWidth = checkAttribute(output, node, "data-expected-width");
49 var expectedHeight = checkAttribute(output, node, "data-expected-height");
55 var expectedOffset = checkAttribute(output, node, "data-offset-x");
61 var expectedOffset = checkAttribute(output, node, "data-offset-y");
67 var expectedOffset = checkAttribute(output, node, "data-positioned-offset-x");
74 var expectedOffset = checkAttribute(output, node, "data-positioned-offset-y");
81 var expectedWidth = checkAttribute(output, node, "data-expected-client-width");
87 var expectedHeight = checkAttribute(output, node, "data-expected-client-height");
93 var expectedWidth = checkAttribute(output, node, "data-expected-scroll-width");
99 var expectedHeight = checkAttribute(output, node, "data-expected-scroll-height");
105 var expectedOffset = checkAttribute(output, node, "data-total-x");
112 var expectedOffset = checkAttribute(output, node, "data-total-y");
119 var expectedDisplay = checkAttribute(output, node, "data-expected-display");
126 var expectedPaddingTop = checkAttribute(output, node, "data-expected-padding-top");
129 // Trim the unit "px" from the output.
135 var expectedPaddingBottom = checkAttribute(output, node, "data-expected-padding-bottom");
138 // Trim the unit "px" from the output.
144 var expectedPaddingLeft = checkAttribute(output, node, "data-expected-padding-left");
147 // Trim the unit "px" from the output.
153 var expectedPaddingRight = checkAttribute(output, node, "data-expected-padding-right");
156 // Trim the unit "px" from the output.
162 var expectedMarginTop = checkAttribute(output, node, "data-expected-margin-top");
165 // Trim the unit "px" from the output.
171 var expectedMarginBottom = checkAttribute(output, node, "data-expected-margin-bottom");
174 // Trim the unit "px" from the output.
180 var expectedMarginLeft = checkAttribute(output, node, "data-expected-margin-left");
183 // Trim the unit "px" from the output.
189 var expectedMarginRight = checkAttribute(output, node, "data-expected-margin-right");
192 // Trim the unit "px" from the output.
198 return output.checked;