Index: LayoutTests/svg/dom/altGlyph-dom-expected.txt |
=================================================================== |
--- LayoutTests/svg/dom/altGlyph-dom-expected.txt (revision 152061) |
+++ LayoutTests/svg/dom/altGlyph-dom-expected.txt (working copy) |
@@ -1,4 +1,4 @@ |
-一&M000076; 丁 |
+&M000076; |
This test checks that SVG altGlyph elements create the appropriate DOM object. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
@@ -8,7 +8,7 @@ |
PASS altGlyph.namespaceURI is "http://www.w3.org/2000/svg" |
PASS altGlyph.format is "image/svg+xml" |
PASS altGlyph.format = 'x' threw exception Error: NoModificationAllowedError: DOM Exception 7. |
-FAIL altGlyph.getStartPositionOfChar(0).x should be 0. Was 72. |
+PASS altGlyph.getStartPositionOfChar(0).x is 0 |
PASS successfullyParsed is true |
TEST COMPLETE |