| OLD | NEW |
| 1 Confirm that null is returned when an SVGViewSpec is used after its correspondin
g element has been removed. | 1 Confirm that null is returned when an SVGViewSpec is used after its correspondin
g element has been removed. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS viewPreserveAspectRatio = svgView.preserveAspectRatio; is null | 6 PASS svgView.preserveAspectRatio; is non-null. |
| 7 PASS viewTransform = svgView.transform; is null | 7 PASS svgView.transform; is non-null. |
| 8 PASS viewViewTarget = svgView.viewTarget; is null | 8 PASS svgView.viewTarget; is null |
| 9 PASS viewViewBox = svgView.viewBox; did not throw exception. | 9 PASS svgView.viewBox; did not throw exception. |
| 10 PASS svgView.preserveAspectRatioString is "" | 10 PASS svgView.preserveAspectRatioString is "xMidYMid meet" |
| 11 PASS svgView.transformString is "" | 11 PASS svgView.transformString is "" |
| 12 PASS svgView.viewBoxString is "" | 12 PASS svgView.viewBoxString is "0 0 0 0" |
| 13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
| 14 | 14 |
| 15 TEST COMPLETE | 15 TEST COMPLETE |
| 16 | 16 |
| OLD | NEW |