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