Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: LayoutTests/svg/dom/altGlyph-dom-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698