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

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

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 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
(Empty)
1 一&M000076; 丁
2 This test checks that SVG altGlyph elements create the appropriate DOM object.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS altGlyph.tagName is "altGlyph"
8 PASS altGlyph.namespaceURI is "http://www.w3.org/2000/svg"
9 PASS altGlyph.format is "image/svg+xml"
10 PASS altGlyph.format = 'x' threw exception NoModificationAllowedError: Failed to set the 'format' property on 'SVGAltGlyphElement': This object is read-only..
11 PASS altGlyph.getStartPositionOfChar(0).x is 72
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698