| OLD | NEW |
| (Empty) | |
| 1 CONSOLE ERROR: line 17: Error: <rect> attribute width: A negative value is not v
alid. ("-1") |
| 2 CONSOLE ERROR: line 31: Error: <path> attribute d: Unexpected end of attribute.
Expected number, "M3". |
| 3 CONSOLE ERROR: line 35: Error: <polygon> attribute points: Unexpected end of att
ribute. Expected number, "47". |
| 4 CONSOLE ERROR: line 39: Error: <polyline> attribute points: Unexpected end of at
tribute. Expected number, "47". |
| 5 This is a testharness.js-based test. |
| 6 PASS getBBox on polygon with no points attribute |
| 7 PASS getBBox on polyline with no points attribute |
| 8 PASS getBBox on path with no d attribute |
| 9 PASS getBBox on path with no valid path segments in d attribute |
| 10 PASS getBBox on polygon with no valid point in the points attribute |
| 11 PASS getBBox on polyline with no valid point in the points attribute |
| 12 PASS polygon doesn't contribute to parent bbox |
| 13 PASS group with hidden child |
| 14 PASS path doesn't contribute to parent bbox |
| 15 PASS path with only invalid segments doesn't contribute to parent bbox |
| 16 PASS polyline doesn't contribute to parent bbox |
| 17 PASS polygon with no valid points doesn't contribute to parent bbox |
| 18 PASS polyline with no valid points doesn't contribute to parent bbox |
| 19 PASS getBBox on path with no height |
| 20 PASS path with no height should contribute to parent bbox |
| 21 Harness: the test ran to completion. |
| 22 |
| OLD | NEW |