OLD | NEW |
1 &M000076; | 1 &M000076; |
2 This test checks that SVG altGlyph elements create the appropriate DOM object. | 2 This test checks that SVG altGlyph elements create the appropriate DOM object. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 PASS altGlyph.tagName is "altGlyph" | 7 PASS altGlyph.tagName is "altGlyph" |
8 PASS altGlyph.namespaceURI is "http://www.w3.org/2000/svg" | 8 PASS altGlyph.namespaceURI is "http://www.w3.org/2000/svg" |
9 PASS altGlyph.format is "image/svg+xml" | 9 PASS altGlyph.format is "image/svg+xml" |
10 PASS altGlyph.format = 'x' threw exception Error: NoModificationAllowedError: DO
M Exception 7. | 10 PASS altGlyph.format = 'x' threw exception NoModificationAllowedError: An attemp
t was made to modify an object where modifications are not allowed.. |
11 PASS altGlyph.getStartPositionOfChar(0).x is 0 | 11 PASS altGlyph.getStartPositionOfChar(0).x is 0 |
12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
13 | 13 |
14 TEST COMPLETE | 14 TEST COMPLETE |
15 | 15 |
OLD | NEW |