(label)
| 1660 | } |
| 1661 | |
| 1662 | function assertNonSelectionModeStyle(label) { |
| 1663 | assertTextFontColors(['blue', 'orange', LIGHT, 'red', 'orange', DARK], label)(); |
| 1664 | assertTextFontFamilies(['Arial', 'serif', 'Roboto', 'Arial', 'serif', 'Roboto'])(); |
| 1665 | assertTextFontSizes([16, 24, 12, 8, 24, 12])(); |
| 1666 | } |
| 1667 | |
| 1668 | function select1stBar2ndTrace() { |
| 1669 | return new Promise(function(resolve) { |
no test coverage detected
searching dependent graphs…