(output, node, attribute)
| 12 | } |
| 13 | |
| 14 | function checkAttribute(output, node, attribute) |
| 15 | { |
| 16 | var result = node.getAttribute && node.getAttribute(attribute); |
| 17 | output.checked |= !!result; |
| 18 | return result; |
| 19 | } |
| 20 | |
| 21 | function assert_tolerance(actual, expected, message) |
| 22 | { |
no outgoing calls
no test coverage detected