| OLD | NEW |
| 1 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s
lice" | 1 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s
lice" |
| 2 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="m
eet" | 2 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="m
eet" |
| 3 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s
lice" | 3 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s
lice" |
| 4 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x
minymin" | 4 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x
minymin" |
| 5 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="r
efer xMinYMin slice" | 5 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="r
efer xMinYMin slice" |
| 6 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x
MinYMin defer" | 6 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x
MinYMin defer" |
| 7 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s
lice xMinYMin" | 7 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s
lice xMinYMin" |
| 8 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x
MinYMin " | 8 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x
MinYMin\u00A0" |
| 9 This tests the parser for preserve aspect ratio attribute values. | 9 This tests the parser for preserve aspect ratio attribute values. |
| 10 | 10 |
| 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 12 | 12 |
| 13 | 13 |
| 14 Test string: 'none' | 14 Test string: 'none' |
| 15 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV
G_PRESERVEASPECTRATIO_NONE | 15 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV
G_PRESERVEASPECTRATIO_NONE |
| 16 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa
tio.SVG_MEETORSLICE_MEET | 16 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa
tio.SVG_MEETORSLICE_MEET |
| 17 | 17 |
| 18 Test string: 'xMinYMin' | 18 Test string: 'xMinYMin' |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa
tio.SVG_MEETORSLICE_MEET | 356 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa
tio.SVG_MEETORSLICE_MEET |
| 357 | 357 |
| 358 Test string: 'xMinYMin ' | 358 Test string: 'xMinYMin ' |
| 359 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV
G_PRESERVEASPECTRATIO_XMIDYMID | 359 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV
G_PRESERVEASPECTRATIO_XMIDYMID |
| 360 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa
tio.SVG_MEETORSLICE_MEET | 360 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa
tio.SVG_MEETORSLICE_MEET |
| 361 | 361 |
| 362 PASS successfullyParsed is true | 362 PASS successfullyParsed is true |
| 363 | 363 |
| 364 TEST COMPLETE | 364 TEST COMPLETE |
| 365 | 365 |
| OLD | NEW |