<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[197145] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/197145">197145</a></dd>
<dt>Author</dt> <dd>mmaxfield@apple.com</dd>
<dt>Date</dt> <dd>2016-02-25 16:33:39 -0800 (Thu, 25 Feb 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Win] [SVG -&gt; OTF Converter] Support the SVG -&gt; OTF Font Converter
https://bugs.webkit.org/show_bug.cgi?id=143402

Reviewed by Alex Christensen.

.:

Turn on by default, and turn on for Windows.

EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.

* Source/cmake/OptionsWin.cmake:
* Source/cmake/WebKitFeatures.cmake:

LayoutTests:

Rebaseline many tests.

There are some known bugs (which are marked in platform/win/TestExpecations):
webkit.org/b/137204 The SVG -&gt; OTF Font converter outputs 'kern' tables instead of 'GPOS' tables
webkit.org/b/154690 SVG Fonts don't draw multibyte characters
webkit.org/b/137096 The SVG -&gt; OTF Font Converter does not work with SVG's &quot;altglyph&quot; facility
webkit.org/b/137093 Same thing with the &quot;lang&quot; attribute

* platform/win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
* platform/win/TestExpectations:
* platform/win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
* platform/win/svg/batik/text/textEffect-expected.txt:
* platform/win/svg/batik/text/textEffect3-expected.txt:
* platform/win/svg/custom/glyph-selection-arabic-forms-expected.txt:
* platform/win/svg/custom/svg-fonts-in-html-expected.txt:
* platform/win/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
* platform/win/svg/custom/svg-fonts-word-spacing-expected.txt:
* platform/win/svg/foreignObject/text-tref-02-b-expected.txt:
* platform/win/svg/hixie/intrinsic/003-expected.txt:
* platform/win/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
* platform/win/svg/text/text-text-04-t-expected.txt:
* platform/win/svg/text/text-text-05-t-expected.txt:
* platform/win/svg/text/text-text-06-t-expected.txt:
* platform/win/svg/wicd/test-rightsizing-b-expected.txt:
* platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkChangeLog">trunk/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11animateelem03texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11animateelem24texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11animateelem36texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11animateelem40texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11filterslight04fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11filtersturb02fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11fontsdesc02texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11fontselem01texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11fontselem02texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11fontselem03bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11fontselem04bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11fontselem05texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11fontselem06texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11fontselem07bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11maskingmask01bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11pserversgrad08bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11renderelems06texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11renderelems07texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11renderelems08texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11rendergroups01bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11rendergroups03texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11textfonts03texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11textintro02bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11textintro03bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11texttext06texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEcolorprop05texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEcoordsdom01fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEcoordsdom02fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEcoordsdom03fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEcoordsdom04fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEcoordsunits03bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEfiltersfelem01bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEfiltersimage03fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEinteractpointer03texpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEpaintingmarker07fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEpathsdom02fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEpserversgrad17bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEpserversgrad20bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEpserverspattern03fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEpserverspattern04fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEstructuse14fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEstylingcss04fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEstylingpres02fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEsvgdomover01fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEtexttref03bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEtexttspan02bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom02fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom03bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom04bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom05bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom06fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom07fexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgbatiktexttextEffectexpectedtxt">trunk/LayoutTests/platform/win/svg/batik/text/textEffect-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgbatiktexttextEffect3expectedtxt">trunk/LayoutTests/platform/win/svg/batik/text/textEffect3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgcustomglyphselectionarabicformsexpectedtxt">trunk/LayoutTests/platform/win/svg/custom/glyph-selection-arabic-forms-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgcustomsvgfontsinhtmlexpectedtxt">trunk/LayoutTests/platform/win/svg/custom/svg-fonts-in-html-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgcustomsvgfontswordspacingexpectedtxt">trunk/LayoutTests/platform/win/svg/custom/svg-fonts-word-spacing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgforeignObjecttexttref02bexpectedtxt">trunk/LayoutTests/platform/win/svg/foreignObject/text-tref-02-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvghixieintrinsic003expectedtxt">trunk/LayoutTests/platform/win/svg/hixie/intrinsic/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgtexttextoverflowellipsissvgfontkerningligaturesexpectedtxt">trunk/LayoutTests/platform/win/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgtexttexttext04texpectedtxt">trunk/LayoutTests/platform/win/svg/text/text-text-04-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgtexttexttext05texpectedtxt">trunk/LayoutTests/platform/win/svg/text/text-text-05-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgtexttexttext06texpectedtxt">trunk/LayoutTests/platform/win/svg/text/text-text-06-t-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgwicdtestrightsizingbexpectedtxt">trunk/LayoutTests/platform/win/svg/wicd/test-rightsizing-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgzoompagezoomsvgthroughobjectwithabsolutesize2expectedtxt">trunk/LayoutTests/platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgzoompagezoomsvgthroughobjectwithabsolutesizeexpectedtxt">trunk/LayoutTests/platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt</a></li>
<li><a href="#trunkSourcecmakeOptionsWincmake">trunk/Source/cmake/OptionsWin.cmake</a></li>
<li><a href="#trunkSourcecmakeWebKitFeaturescmake">trunk/Source/cmake/WebKitFeatures.cmake</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformwinsvgcustomsvgfontswithnoelementreferenceexpectedtxt">trunk/LayoutTests/platform/win/svg/custom/svg-fonts-with-no-element-reference-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/ChangeLog (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/ChangeLog        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/ChangeLog        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2016-02-25  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        [Win] [SVG -&gt; OTF Converter] Support the SVG -&gt; OTF Font Converter
+        https://bugs.webkit.org/show_bug.cgi?id=143402
+
+        Reviewed by Alex Christensen.
+
+        Turn on by default, and turn on for Windows.
+
+        EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
+
+        * Source/cmake/OptionsWin.cmake:
+        * Source/cmake/WebKitFeatures.cmake:
+
</ins><span class="cx"> 2016-02-24  Nikos Andronikos  &lt;nikos.andronikos-webkit@cisra.canon.com.au&gt;
</span><span class="cx"> 
</span><span class="cx">         [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
</span></span></pre></div>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/ChangeLog        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -1,3 +1,87 @@
</span><ins>+2016-02-25  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        [Win] [SVG -&gt; OTF Converter] Support the SVG -&gt; OTF Font Converter
+        https://bugs.webkit.org/show_bug.cgi?id=143402
+
+        Reviewed by Alex Christensen.
+
+        Rebaseline many tests.
+
+        There are some known bugs (which are marked in platform/win/TestExpecations):
+        webkit.org/b/137204 The SVG -&gt; OTF Font converter outputs 'kern' tables instead of 'GPOS' tables
+        webkit.org/b/154690 SVG Fonts don't draw multibyte characters
+        webkit.org/b/137096 The SVG -&gt; OTF Font Converter does not work with SVG's &quot;altglyph&quot; facility
+        webkit.org/b/137093 Same thing with the &quot;lang&quot; attribute
+
+        * platform/win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
+        * platform/win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
+        * platform/win/TestExpectations:
+        * platform/win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
+        * platform/win/svg/batik/text/textEffect-expected.txt:
+        * platform/win/svg/batik/text/textEffect3-expected.txt:
+        * platform/win/svg/custom/glyph-selection-arabic-forms-expected.txt:
+        * platform/win/svg/custom/svg-fonts-in-html-expected.txt:
+        * platform/win/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
+        * platform/win/svg/custom/svg-fonts-word-spacing-expected.txt:
+        * platform/win/svg/foreignObject/text-tref-02-b-expected.txt:
+        * platform/win/svg/hixie/intrinsic/003-expected.txt:
+        * platform/win/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
+        * platform/win/svg/text/text-text-04-t-expected.txt:
+        * platform/win/svg/text/text-text-05-t-expected.txt:
+        * platform/win/svg/text/text-text-06-t-expected.txt:
+        * platform/win/svg/wicd/test-rightsizing-b-expected.txt:
+        * platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+        * platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+
</ins><span class="cx"> 2016-02-25  Daniel Bates  &lt;dabates@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         CSP: Remove SecurityPolicy script interface
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/TestExpectations        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3333,4 +3333,27 @@
</span><span class="cx"> webkit.org/b/152411 http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-unsafe-url.html [ Failure ]
</span><span class="cx"> webkit.org/b/152411 http/tests/contentdispositionattachmentsandbox/referer-header-stripped.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/153772 fast/shadow-dom/slot-removal-crash-2.html [ Timeout ]
</del><span class="cx">\ No newline at end of file
</span><ins>+webkit.org/b/153772 fast/shadow-dom/slot-removal-crash-2.html [ Timeout ]
+
+# The SVG -&gt; OTF Font converter outputs 'kern' tables instead of 'GPOS' tables.
+webkit.org/b/137204 fast/text/svg-font-face-with-kerning.html [ Failure ]
+webkit.org/b/137204 svg/W3C-SVG-1.1/fonts-kern-01-t.svg [ Failure ]
+webkit.org/b/137204 svg/W3C-SVG-1.1/fonts-kern-01-t.svg [ Failure ]
+webkit.org/b/137204 svg/text/kerning.svg [ Failure ]
+webkit.org/b/137204 svg/text/text-hkern.svg [ Failure ]
+webkit.org/b/137204 svg/text/text-vkern.svg [ Failure ]
+
+# SVG Fonts don't draw multibyte characters.
+webkit.org/b/154690 svg/W3C-SVG-1.1/text-align-08-b.svg [ Failure ]
+webkit.org/b/154690 svg/W3C-SVG-1.1/text-intro-01-t.svg [ Failure ]
+webkit.org/b/154690 svg/W3C-SVG-1.1/text-intro-04-t.svg [ Failure ]
+webkit.org/b/154690 svg/text/multichar-glyph.svg [ Failure ]
+webkit.org/b/154690 svg/W3C-SVG-1.1/text-align-08-b.svg [ Failure ]
+
+# The SVG -&gt; OTF Font Converter does not work with SVG's &quot;altglyph&quot; facility.
+webkit.org/b/137096 svg/W3C-SVG-1.1/text-altglyph-01-b.svg [ Failure ]
+webkit.org/b/137096 svg/custom/altglyph.svg [ Failure ]
+webkit.org/b/137096 svg/text/text-altglyph-01-b.svg [ Failure ]
+
+# Same thing with the &quot;lang&quot; attribute.
+webkit.org/b/137093 svg/custom/glyph-selection-lang-attribute.svg [ Failure ]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11animateelem03texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -6,15 +6,15 @@
</span><span class="cx">     RenderSVGContainer {g} at (20,48) size 322x210
</span><span class="cx">       RenderSVGContainer {g} at (20,48) size 322x210
</span><span class="cx">         RenderSVGContainer {g} at (20,48) size 322x210
</span><del>-          RenderSVGText {text} at (20,48) size 215x40 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 215x40
-              chunk 1 text run 1 at (20.00,80.00) startOffset 0 endOffset 10 width 214.44: &quot;Sample 123&quot;
</del><ins>+          RenderSVGText {text} at (20,48) size 213x40 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 213x40
+              chunk 1 text run 1 at (20.00,80.00) startOffset 0 endOffset 10 width 213.00: &quot;Sample 123&quot;
</ins><span class="cx">           RenderSVGText {text} at (20,107) size 322x60 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 322x60
</span><del>-              chunk 1 text run 1 at (20.00,155.00) startOffset 0 endOffset 10 width 321.66: &quot;Sample 123&quot;
-          RenderSVGText {text} at (20,218) size 215x40 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 215x40
-              chunk 1 text run 1 at (20.00,250.00) startOffset 0 endOffset 10 width 214.44: &quot;Sample 123&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,155.00) startOffset 0 endOffset 10 width 322.00: &quot;Sample 123&quot;
+          RenderSVGText {text} at (20,218) size 213x40 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 213x40
+              chunk 1 text run 1 at (20.00,250.00) startOffset 0 endOffset 10 width 213.00: &quot;Sample 123&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,304) size 284x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 284x46
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 17 width 284.00: &quot;$Revision: 1.10 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11animateelem24texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (43,39) size 288x239
</del><ins>+    RenderSVGContainer {g} at (43,38) size 288x240
</ins><span class="cx">       RenderSVGContainer {g} at (70,92) size 149x133
</span><span class="cx">         RenderSVGText {text} at (70,92) size 149x23 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 149x23
</span><span class="lines">@@ -14,20 +14,20 @@
</span><span class="cx">         RenderSVGText {text} at (100,202) size 80x23 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 80x23
</span><span class="cx">             chunk 1 text run 1 at (100.00,220.00) startOffset 0 endOffset 10 width 80.00: &quot;Text at 9s&quot;
</span><del>-      RenderSVGContainer {g} at (43,39) size 288x239
-        RenderSVGText {text} at (0,-14) size 77x17 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 77x17
-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 11 width 76.84: &quot;It's alive!&quot;
-        RenderSVGText {text} at (0,-28) size 154x34 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 154x34
-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 11 width 153.68: &quot;It's alive!&quot;
</del><ins>+      RenderSVGContainer {g} at (43,38) size 288x240
+        RenderSVGText {text} at (0,-14) size 78x17 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 78x17
+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 11 width 78.00: &quot;It's alive!&quot;
+        RenderSVGText {text} at (0,-28) size 153x34 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 153x34
+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 11 width 153.00: &quot;It's alive!&quot;
</ins><span class="cx">         RenderSVGText {text} at (100,228) size 231x50 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 231x50
</span><del>-            chunk 1 text run 1 at (100.00,270.00) startOffset 0 endOffset 11 width 230.52: &quot;It's alive!&quot;
-      RenderSVGContainer {g} at (43,39) size 75x54 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,90.00)}]
-        RenderSVGText {text} at (0,-14) size 77x17 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 77x17
-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 11 width 76.84: &quot;It's alive!&quot;
</del><ins>+            chunk 1 text run 1 at (100.00,270.00) startOffset 0 endOffset 11 width 231.00: &quot;It's alive!&quot;
+      RenderSVGContainer {g} at (43,38) size 76x55 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,90.00)}]
+        RenderSVGText {text} at (0,-14) size 78x17 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 78x17
+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 11 width 78.00: &quot;It's alive!&quot;
</ins><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11animateelem36texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -86,8 +86,8 @@
</span><span class="cx">       RenderSVGContainer {g} at (145,187) size 70x97 [transform={m=((1.00,0.00)(0.00,1.00)) t=(180.00,220.00)}]
</span><span class="cx">         RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">         RenderSVGText {text} at (-34,-32) size 68x40 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 68x40
-            chunk 1 (middle anchor) text run 1 at (-33.70,0.00) startOffset 0 endOffset 3 width 67.40: &quot;123&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 67x40
+            chunk 1 (middle anchor) text run 1 at (-33.50,0.00) startOffset 0 endOffset 3 width 67.00: &quot;123&quot;
</ins><span class="cx">         RenderSVGText {text} at (-21,46) size 42x18 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 41x18
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (-20.50,60.00) startOffset 0 endOffset 6 width 41.00: &quot;&lt;text&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11animateelem40texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx">     RenderSVGText {text} at (144,11) size 192x18 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 191x18
</span><span class="cx">         chunk 1 (middle anchor) text run 1 at (144.50,25.00) startOffset 0 endOffset 29 width 191.00: &quot;&lt;animate&gt; of x/y/width/height&quot;
</span><del>-    RenderSVGContainer {g} at (8,42) size 466x247
</del><ins>+    RenderSVGContainer {g} at (8,42) size 465x247
</ins><span class="cx">       RenderSVGContainer {g} at (18,54) size 84x100 [transform={m=((1.00,0.00)(0.00,1.00)) t=(60.00,90.00)}]
</span><span class="cx">         RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">           RenderSVGRect {rect} at (57,87) size 6x6 [fill={[type=SOLID] [color=#000000]}] [x=-3.00] [y=-3.00] [width=6.00] [height=6.00]
</span><span class="lines">@@ -79,11 +79,11 @@
</span><span class="cx">         RenderSVGText {text} at (-43,46) size 86x18 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 85x18
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (-42.50,60.00) startOffset 0 endOffset 13 width 85.00: &quot;x/y on &lt;rect&gt;&quot;
</span><del>-      RenderSVGContainer {g} at (377,42) size 97x112 [transform={m=((1.00,0.00)(0.00,1.00)) t=(420.00,90.00)}]
</del><ins>+      RenderSVGContainer {g} at (377,42) size 96x112 [transform={m=((1.00,0.00)(0.00,1.00)) t=(420.00,90.00)}]
</ins><span class="cx">         RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-        RenderSVGText {text} at (-15,-47) size 68x40 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 68x40
-            chunk 1 text run 1 at (-15.00,-15.00) startOffset 0 endOffset 3 width 67.40: &quot;123&quot;
</del><ins>+        RenderSVGText {text} at (-15,-47) size 67x40 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 67x40
+            chunk 1 text run 1 at (-15.00,-15.00) startOffset 0 endOffset 3 width 67.00: &quot;123&quot;
</ins><span class="cx">         RenderSVGContainer {use} at (401,71) size 38x38
</span><span class="cx">           RenderSVGContainer {g} at (401,71) size 38x38
</span><span class="cx">             RenderSVGContainer {g} at (401,71) size 8x8 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-15.00,-15.00)}]
</span><span class="lines">@@ -108,10 +108,10 @@
</span><span class="cx">               RenderSVGRect {rect} at (71,221) size 8x8 [stroke={[type=SOLID] [color=#FFB400]}] [fill={[type=SOLID] [color=#E6E6E6]}] [x=-3.00] [y=-3.00] [width=6.00] [height=6.00]
</span><span class="cx">             RenderSVGContainer {use} at (41,221) size 8x8 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-15.00,15.00)}]
</span><span class="cx">               RenderSVGRect {rect} at (41,221) size 8x8 [stroke={[type=SOLID] [color=#FFB400]}] [fill={[type=SOLID] [color=#E6E6E6]}] [x=-3.00] [y=-3.00] [width=6.00] [height=6.00]
</span><del>-        RenderSVGText {text} at (-35,-47) size 64x40 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 64x40
-            chunk 1 text run 1 at (-35.00,-15.00) startOffset 0 endOffset 1 width 22.32: &quot;1&quot;
-            chunk 1 text run 1 at (5.00,-15.00) startOffset 0 endOffset 1 width 23.40: &quot;2&quot;
</del><ins>+        RenderSVGText {text} at (-35,-47) size 63x40 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 63x40
+            chunk 1 text run 1 at (-35.00,-15.00) startOffset 0 endOffset 1 width 22.00: &quot;1&quot;
+            chunk 1 text run 1 at (5.00,-15.00) startOffset 0 endOffset 1 width 23.00: &quot;2&quot;
</ins><span class="cx">         RenderSVGContainer {use} at (21,191) size 38x38 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-20.00,0.00)}]
</span><span class="cx">           RenderSVGContainer {g} at (21,191) size 38x38
</span><span class="cx">             RenderSVGContainer {g} at (21,191) size 8x8 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-15.00,-15.00)}]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11filterslight04fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -76,11 +76,8 @@
</span><span class="cx">             [filter=&quot;spotLightG&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x30
</span><span class="cx">           RenderSVGRect {rect} at (355,225) size 50x30 [transform={m=((1.00,0.00)(0.00,1.00)) t=(355.00,245.00)}] [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=50.00] [height=30.00]
</span><span class="cx">             [filter=&quot;spotLightH&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x30
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.4 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.4 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11filtersturb02fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -27,77 +27,70 @@
</span><span class="cx">           [feTurbulence type=&quot;TURBULANCE&quot; baseFrequency=&quot;0.01, 0.01&quot; seed=&quot;-2.00&quot; numOctaves=&quot;1&quot; stitchTiles=&quot;0&quot;]
</span><span class="cx">         RenderSVGResourceFilter {filter} [id=&quot;turbneg7&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
</span><span class="cx">           [feTurbulence type=&quot;TURBULANCE&quot; baseFrequency=&quot;0.01, 0.01&quot; seed=&quot;-2.60&quot; numOctaves=&quot;1&quot; stitchTiles=&quot;0&quot;]
</span><del>-      RenderSVGText {text} at (141,28) size 198x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 197x24
-          chunk 1 (middle anchor) text run 1 at (141.89,48.00) startOffset 0 endOffset 1 width 6.67: &quot;f&quot;
-          chunk 1 (middle anchor) text run 2 at (148.20,48.00) startOffset 1 endOffset 3 width 28.01: &quot;eT&quot;
-          chunk 1 (middle anchor) text run 3 at (174.02,48.00) startOffset 3 endOffset 17 width 164.09: &quot;urbulence seed&quot;
</del><ins>+      RenderSVGText {text} at (142,28) size 196x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 196x24
+          chunk 1 (middle anchor) text run 1 at (142.00,48.00) startOffset 0 endOffset 17 width 196.00: &quot;feTurbulence seed&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (59,74) size 362x222 [transform={m=((1.00,0.00)(0.00,1.00)) t=(65.00,80.00)}]
</span><span class="cx">         RenderSVGRect {rect} at (65,80) size 50x50 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
</span><span class="cx">           [filter=&quot;turbneg3&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
</span><span class="cx">         RenderSVGText {text} at (9,65) size 32x19 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 32x18
-            chunk 1 (middle anchor) text run 1 at (9.49,80.00) startOffset 0 endOffset 4 width 31.01: &quot;-0.8&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 31x18
+            chunk 1 (middle anchor) text run 1 at (9.50,80.00) startOffset 0 endOffset 4 width 31.00: &quot;-0.8&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (115,80) size 50x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,0.00)}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
</span><span class="cx">           [filter=&quot;turbneg2&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
</span><span class="cx">         RenderSVGText {text} at (59,65) size 32x19 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 32x18
-            chunk 1 (middle anchor) text run 1 at (59.49,80.00) startOffset 0 endOffset 4 width 31.01: &quot;-0.5&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 31x18
+            chunk 1 (middle anchor) text run 1 at (59.50,80.00) startOffset 0 endOffset 4 width 31.00: &quot;-0.5&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (165,80) size 50x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,0.00)}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
</span><span class="cx">           [filter=&quot;turbneg1&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
</span><span class="cx">         RenderSVGText {text} at (109,65) size 32x19 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 32x18
-            chunk 1 (middle anchor) text run 1 at (109.49,80.00) startOffset 0 endOffset 4 width 31.01: &quot;-0.2&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 31x18
+            chunk 1 (middle anchor) text run 1 at (109.50,80.00) startOffset 0 endOffset 4 width 31.00: &quot;-0.2&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (215,80) size 50x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(150.00,0.00)}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
</span><span class="cx">           [filter=&quot;turbzero&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
</span><del>-        RenderSVGText {text} at (169,65) size 11x19 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 11x18
-            chunk 1 (middle anchor) text run 1 at (170.00,80.00) startOffset 0 endOffset 1 width 10.01: &quot;0&quot;
</del><ins>+        RenderSVGText {text} at (170,65) size 10x19 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 10x18
+            chunk 1 (middle anchor) text run 1 at (170.00,80.00) startOffset 0 endOffset 1 width 10.00: &quot;0&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (265,80) size 50x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(200.00,0.00)}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
</span><span class="cx">           [filter=&quot;turbpos1&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
</span><span class="cx">         RenderSVGText {text} at (212,65) size 26x19 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 26x18
-            chunk 1 (middle anchor) text run 1 at (212.49,80.00) startOffset 0 endOffset 3 width 25.02: &quot;0.2&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 25x18
+            chunk 1 (middle anchor) text run 1 at (212.50,80.00) startOffset 0 endOffset 3 width 25.00: &quot;0.2&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (315,80) size 50x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,0.00)}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
</span><span class="cx">           [filter=&quot;turbpos2&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
</span><span class="cx">         RenderSVGText {text} at (262,65) size 26x19 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 26x18
-            chunk 1 (middle anchor) text run 1 at (262.49,80.00) startOffset 0 endOffset 3 width 25.02: &quot;0.5&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 25x18
+            chunk 1 (middle anchor) text run 1 at (262.50,80.00) startOffset 0 endOffset 3 width 25.00: &quot;0.5&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (365,80) size 50x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(300.00,0.00)}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
</span><span class="cx">           [filter=&quot;turbpos3&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
</span><del>-        RenderSVGText {text} at (313,65) size 24x19 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 24x18
-            chunk 1 (middle anchor) text run 1 at (313.16,80.00) startOffset 0 endOffset 1 width 10.01: &quot;1&quot;
-            chunk 1 (middle anchor) text run 2 at (321.83,80.00) startOffset 1 endOffset 3 width 15.01: &quot;.5&quot;
</del><ins>+        RenderSVGText {text} at (312,65) size 26x19 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 25x18
+            chunk 1 (middle anchor) text run 1 at (312.50,80.00) startOffset 0 endOffset 3 width 25.00: &quot;1.5&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (59,74) size 362x102 [stroke={[type=SOLID] [color=#000000]}] [x=-5.00] [y=-5.00] [width=360.00] [height=100.00]
</span><span class="cx">         RenderSVGRect {rect} at (65,200) size 50x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,120.00)}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
</span><span class="cx">           [filter=&quot;turbneg4&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
</span><del>-        RenderSVGText {text} at (16,185) size 17x19 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 17x18
</del><ins>+        RenderSVGText {text} at (17,185) size 16x19 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 16x18
</ins><span class="cx">             chunk 1 (middle anchor) text run 1 at (17.00,200.00) startOffset 0 endOffset 2 width 16.00: &quot;-1&quot;
</span><span class="cx">         RenderSVGRect {rect} at (115,200) size 50x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,120.00)}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
</span><span class="cx">           [filter=&quot;turbneg5&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
</span><del>-        RenderSVGText {text} at (60,185) size 30x19 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 30x18
-            chunk 1 (middle anchor) text run 1 at (60.16,200.00) startOffset 0 endOffset 2 width 16.00: &quot;-1&quot;
-            chunk 1 (middle anchor) text run 2 at (74.83,200.00) startOffset 2 endOffset 4 width 15.01: &quot;.5&quot;
</del><ins>+        RenderSVGText {text} at (59,185) size 32x19 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 31x18
+            chunk 1 (middle anchor) text run 1 at (59.50,200.00) startOffset 0 endOffset 4 width 31.00: &quot;-1.5&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (59,194) size 112x102 [stroke={[type=SOLID] [color=#000000]}] [x=-5.00] [y=115.00] [width=110.00] [height=100.00]
</span><span class="cx">         RenderSVGRect {rect} at (315,200) size 50x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,120.00)}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
</span><span class="cx">           [filter=&quot;turbneg6&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
</span><del>-        RenderSVGText {text} at (266,185) size 17x19 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 17x18
</del><ins>+        RenderSVGText {text} at (267,185) size 16x19 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 16x18
</ins><span class="cx">             chunk 1 (middle anchor) text run 1 at (267.00,200.00) startOffset 0 endOffset 2 width 16.00: &quot;-2&quot;
</span><span class="cx">         RenderSVGRect {rect} at (365,200) size 50x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(300.00,120.00)}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
</span><span class="cx">           [filter=&quot;turbneg7&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
</span><span class="cx">         RenderSVGText {text} at (309,185) size 32x19 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 32x18
-            chunk 1 (middle anchor) text run 1 at (309.49,200.00) startOffset 0 endOffset 4 width 31.01: &quot;-2.6&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 31x18
+            chunk 1 (middle anchor) text run 1 at (309.50,200.00) startOffset 0 endOffset 4 width 31.00: &quot;-2.6&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (309,194) size 112x102 [stroke={[type=SOLID] [color=#000000]}] [x=245.00] [y=115.00] [width=110.00] [height=100.00]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.7 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.7 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11fontsdesc02texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -2,45 +2,45 @@
</span><span class="cx">   RenderView at (0,0) size 480x360
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><del>-    RenderSVGContainer {g} at (50,26) size 165x182
</del><ins>+    RenderSVGContainer {g} at (50,26) size 164x180
</ins><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-      RenderSVGContainer {g} at (50,26) size 165x182
</del><ins>+      RenderSVGContainer {g} at (50,26) size 164x180
</ins><span class="cx">         RenderSVGText {text} at (50,26) size 15x30 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 15x30
</span><span class="cx">             chunk 1 text run 1 at (50.00,50.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
</span><del>-        RenderSVGText {text} at (100,26) size 15x30 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 15x30
-            chunk 1 text run 1 at (100.00,50.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
</del><ins>+        RenderSVGText {text} at (100,26) size 14x30 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 14x30
+            chunk 1 text run 1 at (100.00,50.00) startOffset 0 endOffset 1 width 14.00: &quot;a&quot;
</ins><span class="cx">         RenderSVGText {text} at (50,76) size 15x30 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 15x30
</span><span class="cx">             chunk 1 text run 1 at (50.00,100.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
</span><del>-        RenderSVGText {text} at (100,76) size 15x30 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 15x30
-            chunk 1 text run 1 at (100.00,100.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
</del><ins>+        RenderSVGText {text} at (100,76) size 14x30 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 14x30
+            chunk 1 text run 1 at (100.00,100.00) startOffset 0 endOffset 1 width 14.00: &quot;a&quot;
</ins><span class="cx">         RenderSVGText {text} at (50,126) size 15x30 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 15x30
</span><span class="cx">             chunk 1 text run 1 at (50.00,150.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
</span><del>-        RenderSVGText {text} at (100,126) size 15x30 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 15x30
-            chunk 1 text run 1 at (100.00,150.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
</del><ins>+        RenderSVGText {text} at (100,126) size 14x30 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 14x30
+            chunk 1 text run 1 at (100.00,150.00) startOffset 0 endOffset 1 width 14.00: &quot;a&quot;
</ins><span class="cx">         RenderSVGText {text} at (150,126) size 15x30 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 15x30
</span><span class="cx">             chunk 1 text run 1 at (150.00,150.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
</span><del>-        RenderSVGText {text} at (200,126) size 15x30 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 15x30
-            chunk 1 text run 1 at (200.00,150.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
</del><ins>+        RenderSVGText {text} at (200,126) size 14x30 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 14x30
+            chunk 1 text run 1 at (200.00,150.00) startOffset 0 endOffset 1 width 14.00: &quot;a&quot;
</ins><span class="cx">         RenderSVGText {text} at (50,176) size 15x30 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 15x30
</span><span class="cx">             chunk 1 text run 1 at (50.00,200.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
</span><del>-        RenderSVGText {text} at (100,172) size 15x36 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 15x35
-            chunk 1 text run 1 at (100.00,200.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
-        RenderSVGText {text} at (150,172) size 13x36 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 13x35
-            chunk 1 text run 1 at (150.00,200.00) startOffset 0 endOffset 1 width 13.00: &quot;a&quot;
-        RenderSVGText {text} at (200,176) size 15x30 contains 1 chunk(s)
</del><ins>+        RenderSVGText {text} at (100,176) size 14x30 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 14x30
+            chunk 1 text run 1 at (100.00,200.00) startOffset 0 endOffset 1 width 14.00: &quot;a&quot;
+        RenderSVGText {text} at (150,176) size 15x30 contains 1 chunk(s)
</ins><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 15x30
</span><del>-            chunk 1 text run 1 at (200.00,200.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
</del><ins>+            chunk 1 text run 1 at (150.00,200.00) startOffset 0 endOffset 1 width 15.00: &quot;a&quot;
+        RenderSVGText {text} at (200,176) size 14x30 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 14x30
+            chunk 1 text run 1 at (200.00,200.00) startOffset 0 endOffset 1 width 14.00: &quot;a&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 264x46
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: &quot;$Revision: 1.4 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11fontselem01texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">         RenderSVGPath {line} at (165,219) size 210x2 [stroke={[type=SOLID] [color=#888888]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=210.00] [y2=0.00]
</span><span class="cx">         RenderSVGText {text} at (0,-67) size 210x85 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 210x84
</span><del>-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 209.71: &quot;Ay\x{D6}@\x{E7}&quot;
</del><ins>+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 210.00: &quot;Ay\x{D6}@\x{E7}&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 264x46
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: &quot;$Revision: 1.4 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11fontselem02texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -21,14 +21,14 @@
</span><span class="cx">       RenderSVGContainer {g} at (165,73) size 210x85 [transform={m=((1.00,0.00)(0.00,1.00)) t=(165.00,140.00)}]
</span><span class="cx">         RenderSVGText {text} at (0,-67) size 210x85 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 210x84
</span><del>-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 209.71: &quot;Ay\x{D6}@\x{E7}&quot;
</del><ins>+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 210.00: &quot;Ay\x{D6}@\x{E7}&quot;
</ins><span class="cx">       RenderSVGText {text} at (7,193) size 130x22 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 130x21
</span><span class="cx">           chunk 1 text run 1 at (7.00,210.00) startOffset 0 endOffset 15 width 130.00: &quot;Glyphs over SVG&quot;
</span><span class="cx">       RenderSVGContainer {g} at (165,143) size 210x85 [transform={m=((1.00,0.00)(0.00,1.00)) t=(165.00,210.00)}]
</span><span class="cx">         RenderSVGText {text} at (0,-67) size 210x85 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 210x84
</span><del>-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 209.71: &quot;Ay\x{D6}@\x{E7}&quot;
</del><ins>+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 210.00: &quot;Ay\x{D6}@\x{E7}&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (168,155) size 205x72 [transform={m=((1.00,0.00)(0.00,-1.00)) t=(165.00,210.00)}]
</span><span class="cx">         RenderSVGContainer {g} at (168,155) size 205x72 [transform={m=((0.03,0.00)(0.00,0.03)) t=(0.00,0.00)}]
</span><span class="cx">           RenderSVGPath {path} at (168,166) size 37x45 [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 1250 -30 C 1188.67 -30 1135.33 48.6667 1090 206 C 1072.67 266 1051 371 1025 521 C 957 511.667 868 495 758 471 L 492 416 C 458.667 328.667 401.667 201 321 33 C 299.667 -4.33333 270.667 -23 234 -23 C 207.333 -23 183.667 -13.3333 163 6 C 142.333 25.3333 131.667 49.3333 131 78 C 131 110 181.333 231.667 282 443 C 270.667 460.333 265 480.333 265 503 C 265 557 297.667 591.667 363 607 C 439 749.667 535 913.667 651 1099 C 809 1351.67 907.333 1478 946 1478 C 998.667 1478 1034.67 1441.33 1054 1368 L 1117 1032 L 1266 337 L 1323 179 C 1342.33 125 1352 89 1352 71 C 1352 42.3333 1341.67 18.3333 1321 -1 C 1300.33 -20.3333 1276.67 -30 1250 -30 Z M 897 1113 L 611 652 C 691.667 672.667 814 697.667 978 727 L 897 1113 Z&quot;]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11fontselem03bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">         RenderSVGPath {line} at (165,219) size 210x2 [stroke={[type=SOLID] [color=#888888]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=210.00] [y2=0.00]
</span><span class="cx">         RenderSVGText {text} at (0,-67) size 210x85 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 210x84
</span><del>-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 209.71: &quot;Ay\x{D6}@\x{E7}&quot;
</del><ins>+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 210.00: &quot;Ay\x{D6}@\x{E7}&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 264x46
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: &quot;$Revision: 1.2 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11fontselem04bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">         RenderSVGPath {line} at (165,219) size 210x2 [stroke={[type=SOLID] [color=#888888]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=210.00] [y2=0.00]
</span><span class="cx">         RenderSVGText {text} at (0,-67) size 210x85 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 210x84
</span><del>-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 209.71: &quot;Ay\x{D6}@\x{E7}&quot;
</del><ins>+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 210.00: &quot;Ay\x{D6}@\x{E7}&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 264x46
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: &quot;$Revision: 1.1 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11fontselem05texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -41,8 +41,8 @@
</span><span class="cx">             RenderSVGContainer {g} at (391,80) size 8x44
</span><span class="cx">               RenderSVGPath {line} at (394,80) size 2x40 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-40.00]
</span><span class="cx">               RenderSVGRect {rect} at (391,116) size 8x8 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (240,-30) size 180x30 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 180x30
</del><ins>+          RenderSVGText {text} at (240,-30) size 180x31 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 180x31
</ins><span class="cx">               chunk 1 text run 1 at (240.00,0.00) startOffset 0 endOffset 4 width 180.00: &quot;1234&quot;
</span><span class="cx">         RenderSVGContainer {g} at (20,140) size 420x44 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,60.00)}]
</span><span class="cx">           RenderSVGText {text} at (0,-13) size 109x17 contains 1 chunk(s)
</span><span class="lines">@@ -72,8 +72,8 @@
</span><span class="cx">               RenderSVGPath {line} at (409,140) size 2x40 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=15.00] [y1=0.00] [x2=15.00] [y2=-40.00]
</span><span class="cx">               RenderSVGPath {line} at (395,179) size 15x2 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=15.00] [y2=0.00]
</span><span class="cx">               RenderSVGRect {rect} at (391,176) size 8x8 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (240,-30) size 180x30 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 180x30
</del><ins>+          RenderSVGText {text} at (240,-30) size 180x31 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 180x31
</ins><span class="cx">               chunk 1 text run 1 at (240.00,0.00) startOffset 0 endOffset 4 width 180.00: &quot;1234&quot;
</span><span class="cx">         RenderSVGContainer {g} at (20,200) size 420x44 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,120.00)}]
</span><span class="cx">           RenderSVGText {text} at (0,-13) size 171x17 contains 1 chunk(s)
</span><span class="lines">@@ -103,8 +103,8 @@
</span><span class="cx">               RenderSVGPath {line} at (424,200) size 2x40 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=30.00] [y1=0.00] [x2=30.00] [y2=-40.00]
</span><span class="cx">               RenderSVGPath {line} at (395,239) size 30x2 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=30.00] [y2=0.00]
</span><span class="cx">               RenderSVGRect {rect} at (391,236) size 8x8 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (240,-30) size 180x30 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 180x30
</del><ins>+          RenderSVGText {text} at (240,-30) size 180x31 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 180x31
</ins><span class="cx">               chunk 1 text run 1 at (240.00,0.00) startOffset 0 endOffset 4 width 180.00: &quot;1234&quot;
</span><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 264x46
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11fontselem06texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -23,8 +23,8 @@
</span><span class="cx">             RenderSVGContainer {g} at (286,100) size 8x24
</span><span class="cx">               RenderSVGPath {line} at (289,100) size 2x20 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-20.00]
</span><span class="cx">               RenderSVGRect {rect} at (286,116) size 8x8 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (240,-30) size 60x30 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 60x30
</del><ins>+          RenderSVGText {text} at (240,-30) size 60x31 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 60x31
</ins><span class="cx">               chunk 1 text run 1 at (240.00,0.00) startOffset 0 endOffset 2 width 60.00: &quot;12&quot;
</span><span class="cx">         RenderSVGContainer {g} at (20,130) size 360x34 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,40.00)}]
</span><span class="cx">           RenderSVGText {text} at (0,-13) size 102x17 contains 1 chunk(s)
</span><span class="lines">@@ -38,8 +38,8 @@
</span><span class="cx">             RenderSVGContainer {g} at (316,140) size 8x24
</span><span class="cx">               RenderSVGPath {line} at (319,140) size 2x20 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-20.00]
</span><span class="cx">               RenderSVGRect {rect} at (316,156) size 8x8 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (240,-30) size 120x30 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 120x30
</del><ins>+          RenderSVGText {text} at (240,-30) size 120x31 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 120x31
</ins><span class="cx">               chunk 1 text run 1 at (240.00,0.00) startOffset 0 endOffset 2 width 120.00: &quot;12&quot;
</span><span class="cx">         RenderSVGContainer {g} at (20,170) size 420x34 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,80.00)}]
</span><span class="cx">           RenderSVGText {text} at (0,-13) size 171x17 contains 1 chunk(s)
</span><span class="lines">@@ -53,8 +53,8 @@
</span><span class="cx">             RenderSVGContainer {g} at (346,180) size 8x24
</span><span class="cx">               RenderSVGPath {line} at (349,180) size 2x20 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-20.00]
</span><span class="cx">               RenderSVGRect {rect} at (346,196) size 8x8 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (240,-30) size 180x30 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 180x30
</del><ins>+          RenderSVGText {text} at (240,-30) size 180x31 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 180x31
</ins><span class="cx">               chunk 1 text run 1 at (240.00,0.00) startOffset 0 endOffset 2 width 180.00: &quot;12&quot;
</span><span class="cx">     RenderSVGText {text} at (10,304) size 284x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 284x46
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11fontselem07bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx">         RenderSVGPath {line} at (165,219) size 210x2 [stroke={[type=SOLID] [color=#888888]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=210.00] [y2=0.00]
</span><span class="cx">         RenderSVGText {text} at (0,-67) size 210x85 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 210x84
</span><del>-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 209.71: &quot;Ay\x{D6}@\x{E7}&quot;
</del><ins>+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 210.00: &quot;Ay\x{D6}@\x{E7}&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 264x46
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: &quot;$Revision: 1.7 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11maskingmask01bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -38,12 +38,11 @@
</span><span class="cx">         RenderSVGRect {rect} at (60,225) size 200x25 [fill={[type=SOLID] [color=#FFFFFF] [opacity=0.20]}] [x=60.00] [y=225.00] [width=200.00] [height=25.00]
</span><span class="cx">         RenderSVGRect {rect} at (60,250) size 200x25 [fill={[type=SOLID] [color=#FFFFFF]}] [x=60.00] [y=250.00] [width=200.00] [height=25.00]
</span><span class="cx">         RenderSVGRect {rect} at (60,275) size 200x25 [fill={[type=SOLID] [color=#FFFFFF] [opacity=0.70]}] [x=60.00] [y=275.00] [width=200.00] [height=25.00]
</span><del>-      RenderSVGText {text} at (60,202) size 126x111 contains 1 chunk(s)
</del><ins>+      RenderSVGText {text} at (60,202) size 121x111 contains 1 chunk(s)
</ins><span class="cx">         [masker=&quot;mask3&quot;] RenderSVGResourceMasker {mask} at (60,200) size 200x100
</span><del>-        RenderSVGInlineText {#text} at (0,0) size 126x111
</del><ins>+        RenderSVGInlineText {#text} at (0,0) size 121x111
</ins><span class="cx">           [masker=&quot;mask3&quot;] RenderSVGResourceMasker {mask} at (60,200) size 200x100
</span><del>-          chunk 1 text run 1 at (60.00,280.00) startOffset 0 endOffset 2 width 80.96: &quot;SV&quot;
-          chunk 1 text run 2 at (145.36,280.00) startOffset 2 endOffset 3 width 40.37: &quot;G&quot;
</del><ins>+          chunk 1 text run 1 at (60.00,280.00) startOffset 0 endOffset 3 width 121.00: &quot;SVG&quot;
</ins><span class="cx">       RenderSVGText {text} at (200,214) size 200x14 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 200x14
</span><span class="cx">           chunk 1 text run 1 at (200.00,225.00) startOffset 0 endOffset 36 width 200.00: &quot;Text with mask containing rectangles&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11pserversgrad08bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -9,10 +9,10 @@
</span><span class="cx">         RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
</span><span class="cx">       RenderSVGText {text} at (20,22) size 448x57 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 448x57
</span><del>-          chunk 1 text run 1 at (20.00,70.00) startOffset 0 endOffset 16 width 447.91: &quot;Gradient on fill&quot;
-      RenderSVGText {text} at (20,121) size 430x46 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 430x46
-          chunk 1 text run 1 at (20.00,160.00) startOffset 0 endOffset 18 width 429.20: &quot;Gradient on stroke&quot;
</del><ins>+          chunk 1 text run 1 at (20.00,70.00) startOffset 0 endOffset 16 width 447.14: &quot;Gradient on fill&quot;
+      RenderSVGText {text} at (20,121) size 428x46 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 428x46
+          chunk 1 text run 1 at (20.00,160.00) startOffset 0 endOffset 18 width 427.53: &quot;Gradient on stroke&quot;
</ins><span class="cx">     RenderSVGText {text} at (40,117) size 342x36 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 342x35
</span><span class="cx">         chunk 1 text run 1 at (40.00,145.00) startOffset 0 endOffset 30 width 342.00: &quot;Linear gradient on filled text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11renderelems06texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -7,13 +7,13 @@
</span><span class="cx">       RenderSVGText {text} at (180,12) size 96x36 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 96x35
</span><span class="cx">           chunk 1 text run 1 at (180.00,40.00) startOffset 0 endOffset 9 width 96.00: &quot;Text fill&quot;
</span><del>-      RenderSVGContainer {g} at (60,69) size 352x250
-        RenderSVGText {text} at (60,69) size 152x250 contains 1 chunk(s)
</del><ins>+      RenderSVGContainer {g} at (60,70) size 352x249
+        RenderSVGText {text} at (60,70) size 152x249 contains 1 chunk(s)
</ins><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 152x249
</span><del>-            chunk 1 text run 1 at (60.00,280.00) startOffset 0 endOffset 1 width 151.50: &quot;A&quot;
-        RenderSVGText {text} at (260,69) size 152x250 contains 1 chunk(s)
</del><ins>+            chunk 1 text run 1 at (60.00,280.00) startOffset 0 endOffset 1 width 152.00: &quot;A&quot;
+        RenderSVGText {text} at (260,70) size 152x249 contains 1 chunk(s)
</ins><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 152x249
</span><del>-            chunk 1 text run 1 at (260.00,280.00) startOffset 0 endOffset 1 width 151.50: &quot;A&quot;
</del><ins>+            chunk 1 text run 1 at (260.00,280.00) startOffset 0 endOffset 1 width 152.00: &quot;A&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 264x46
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: &quot;$Revision: 1.4 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11renderelems07texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -7,11 +7,11 @@
</span><span class="cx">       RenderSVGText {text} at (180,12) size 135x36 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 135x35
</span><span class="cx">           chunk 1 text run 1 at (180.00,40.00) startOffset 0 endOffset 11 width 135.00: &quot;Text stroke&quot;
</span><del>-      RenderSVGContainer {g} at (48,57) size 389x274
-        RenderSVGText {text} at (60,69) size 152x250 contains 1 chunk(s)
</del><ins>+      RenderSVGContainer {g} at (48,58) size 389x273
+        RenderSVGText {text} at (60,70) size 152x249 contains 1 chunk(s)
</ins><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 152x249
</span><del>-            chunk 1 text run 1 at (60.00,280.00) startOffset 0 endOffset 1 width 151.50: &quot;A&quot;
-        RenderSVGText {text} at (260,69) size 165x250 contains 1 chunk(s)
</del><ins>+            chunk 1 text run 1 at (60.00,280.00) startOffset 0 endOffset 1 width 152.00: &quot;A&quot;
+        RenderSVGText {text} at (260,70) size 165x249 contains 1 chunk(s)
</ins><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 165x249
</span><span class="cx">             chunk 1 text run 1 at (260.00,280.00) startOffset 0 endOffset 1 width 165.00: &quot;B&quot;
</span><span class="cx">       RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11renderelems08texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -7,11 +7,11 @@
</span><span class="cx">       RenderSVGText {text} at (120,12) size 228x36 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 228x35
</span><span class="cx">           chunk 1 text run 1 at (120.00,40.00) startOffset 0 endOffset 20 width 228.00: &quot;Text fill and stroke&quot;
</span><del>-      RenderSVGContainer {g} at (48,57) size 389x274
-        RenderSVGText {text} at (60,69) size 152x250 contains 1 chunk(s)
</del><ins>+      RenderSVGContainer {g} at (48,58) size 389x273
+        RenderSVGText {text} at (60,70) size 152x249 contains 1 chunk(s)
</ins><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 152x249
</span><del>-            chunk 1 text run 1 at (60.00,280.00) startOffset 0 endOffset 1 width 151.50: &quot;A&quot;
-        RenderSVGText {text} at (260,69) size 165x250 contains 1 chunk(s)
</del><ins>+            chunk 1 text run 1 at (60.00,280.00) startOffset 0 endOffset 1 width 152.00: &quot;A&quot;
+        RenderSVGText {text} at (260,70) size 165x249 contains 1 chunk(s)
</ins><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 165x249
</span><span class="cx">             chunk 1 text run 1 at (260.00,280.00) startOffset 0 endOffset 1 width 165.00: &quot;B&quot;
</span><span class="cx">       RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11rendergroups01bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -16,10 +16,9 @@
</span><span class="cx">         RenderSVGPath {line} at (436,18) size 28x297 [stroke={[type=SOLID] [color=#FFFFFF] [stroke width=15.00]}] [fill={[type=SOLID] [color=#000000]}] [x1=250.00] [y1=10.00] [x2=250.00] [y2=175.00]
</span><span class="cx">         RenderSVGRect {rect} at (35,17) size 416x281 [stroke={[type=SOLID] [color=#000000]}] [x=20.00] [y=10.00] [width=230.00] [height=155.00]
</span><span class="cx">         RenderSVGContainer {g} at (54,10) size 382x269 [opacity=0.50]
</span><del>-          RenderSVGText {text} at (30,5) size 138x121 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 138x121
-              chunk 1 text run 1 at (30.00,90.00) startOffset 0 endOffset 2 width 88.32: &quot;SV&quot;
-              chunk 1 text run 2 at (123.12,90.00) startOffset 2 endOffset 3 width 44.04: &quot;G&quot;
</del><ins>+          RenderSVGText {text} at (30,5) size 133x121 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 133x121
+              chunk 1 text run 1 at (30.00,90.00) startOffset 0 endOffset 3 width 132.22: &quot;SVG&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (126,99) size 234x126 [fill={[type=SOLID] [color=#820032]}] [x=70.00] [y=55.00] [width=130.00] [height=70.00]
</span><span class="cx">           RenderSVGImage {image} at (291,135) size 145x144
</span><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11rendergroups03texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -15,10 +15,9 @@
</span><span class="cx">         RenderSVGPath {line} at (382,18) size 28x297 [stroke={[type=SOLID] [color=#FFFFFF] [stroke width=15.00]}] [fill={[type=SOLID] [color=#000000]}] [x1=220.00] [y1=10.00] [x2=220.00] [y2=175.00]
</span><span class="cx">         RenderSVGPath {line} at (436,18) size 28x297 [stroke={[type=SOLID] [color=#FFFFFF] [stroke width=15.00]}] [fill={[type=SOLID] [color=#000000]}] [x1=250.00] [y1=10.00] [x2=250.00] [y2=175.00]
</span><span class="cx">         RenderSVGRect {rect} at (35,17) size 416x281 [stroke={[type=SOLID] [color=#000000]}] [x=20.00] [y=10.00] [width=230.00] [height=155.00]
</span><del>-        RenderSVGText {text} at (30,5) size 138x121 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 138x121
-            chunk 1 text run 1 at (30.00,90.00) startOffset 0 endOffset 2 width 88.32: &quot;SV&quot;
-            chunk 1 text run 2 at (123.12,90.00) startOffset 2 endOffset 3 width 44.04: &quot;G&quot;
</del><ins>+        RenderSVGText {text} at (30,5) size 133x121 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 133x121
+            chunk 1 text run 1 at (30.00,90.00) startOffset 0 endOffset 3 width 132.22: &quot;SVG&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (126,99) size 234x126 [fill={[type=SOLID] [color=#820032]}] [x=70.00] [y=55.00] [width=130.00] [height=70.00]
</span><span class="cx">         RenderSVGImage {image} at (291,135) size 145x144
</span><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11textfonts03texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -2,20 +2,20 @@
</span><span class="cx">   RenderView at (0,0) size 480x360
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><del>-    RenderSVGContainer {g} at (15,32) size 403x187
</del><ins>+    RenderSVGContainer {g} at (15,32) size 402x187
</ins><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">       RenderSVGText {text} at (15,43) size 241x22 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 241x21
</span><span class="cx">           chunk 1 text run 1 at (15.00,60.00) startOffset 0 endOffset 32 width 241.00: &quot;font-family = \&quot;Haettenschweiler\&quot;&quot;
</span><del>-      RenderSVGText {text} at (340,32) size 42x35 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 42x35
-          chunk 1 text run 1 at (340.00,60.00) startOffset 0 endOffset 3 width 41.58: &quot;ABC&quot;
</del><ins>+      RenderSVGText {text} at (340,32) size 41x35 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 41x35
+          chunk 1 text run 1 at (340.00,60.00) startOffset 0 endOffset 3 width 41.00: &quot;ABC&quot;
</ins><span class="cx">       RenderSVGText {text} at (15,93) size 213x22 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 213x21
</span><span class="cx">           chunk 1 text run 1 at (15.00,110.00) startOffset 0 endOffset 28 width 213.00: &quot;font-family = \&quot;Charlesworth\&quot;&quot;
</span><del>-      RenderSVGText {text} at (340,82) size 78x35 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 78x35
-          chunk 1 text run 1 at (340.00,110.00) startOffset 0 endOffset 3 width 77.14: &quot;ABC&quot;
</del><ins>+      RenderSVGText {text} at (340,82) size 77x35 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 77x35
+          chunk 1 text run 1 at (340.00,110.00) startOffset 0 endOffset 3 width 77.00: &quot;ABC&quot;
</ins><span class="cx">       RenderSVGText {text} at (15,143) size 215x22 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 215x21
</span><span class="cx">           chunk 1 text run 1 at (15.00,160.00) startOffset 0 endOffset 28 width 215.00: &quot;font-family = \&quot;Invalid Name\&quot;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11textintro02bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -10,23 +10,23 @@
</span><span class="cx">       RenderSVGContainer {g} at (10,60) size 423x25
</span><span class="cx">         RenderSVGText {text} at (10,60) size 423x25 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 423x25
</span><del>-            chunk 1 text run 1 at (10.00,80.00) startOffset 0 endOffset 56 width 422.63 LTR override: &quot;Text \&quot;\x{5D0}\x{5E0}\x{5D9} \x{5D9}\x{5DB}\x{5D5}\x{5DC} \x{5DC}\x{5D0}\x{5DB}\x{5D5}\x{5DC} \x{5D6}\x{5DB}\x{5D5}\x{5DB}\x{5D9}\x{5EA} \x{5D5}\x{5D6}\x{5D4} \x{5DC}\x{5D0} \x{5DE}\x{5D6}\x{5D9}\x{5E7} \x{5DC}\x{5D9}\&quot; is in Hebrew&quot;
</del><ins>+            chunk 1 text run 1 at (10.00,80.00) startOffset 0 endOffset 56 width 423.00 LTR override: &quot;Text \&quot;\x{5D0}\x{5E0}\x{5D9} \x{5D9}\x{5DB}\x{5D5}\x{5DC} \x{5DC}\x{5D0}\x{5DB}\x{5D5}\x{5DC} \x{5D6}\x{5DB}\x{5D5}\x{5DB}\x{5D9}\x{5EA} \x{5D5}\x{5D6}\x{5D4} \x{5DC}\x{5D0} \x{5DE}\x{5D6}\x{5D9}\x{5E7} \x{5DC}\x{5D9}\&quot; is in Hebrew&quot;
</ins><span class="cx">       RenderSVGText {text} at (10,124) size 316x20 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 316x19
</span><span class="cx">           chunk 1 text run 1 at (10.00,140.00) startOffset 0 endOffset 45 width 316.00: &quot;unicode-bidi=\&quot;bidi-override\&quot; direction=\&quot;rtl\&quot;.&quot;
</span><span class="cx">       RenderSVGContainer {g} at (0,160) size 10x25
</span><span class="cx">         RenderSVGText {text} at (-413,160) size 423x25 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 423x25
</span><del>-            chunk 1 text run 1 at (-412.63,180.00) startOffset 0 endOffset 56 width 422.63 RTL override: &quot;Text \&quot;\x{5D0}\x{5E0}\x{5D9} \x{5D9}\x{5DB}\x{5D5}\x{5DC} \x{5DC}\x{5D0}\x{5DB}\x{5D5}\x{5DC} \x{5D6}\x{5DB}\x{5D5}\x{5DB}\x{5D9}\x{5EA} \x{5D5}\x{5D6}\x{5D4} \x{5DC}\x{5D0} \x{5DE}\x{5D6}\x{5D9}\x{5E7} \x{5DC}\x{5D9}\&quot; is in Hebrew&quot;
</del><ins>+            chunk 1 text run 1 at (-413.00,180.00) startOffset 0 endOffset 56 width 423.00 RTL override: &quot;Text \&quot;\x{5D0}\x{5E0}\x{5D9} \x{5D9}\x{5DB}\x{5D5}\x{5DC} \x{5DC}\x{5D0}\x{5DB}\x{5D5}\x{5DC} \x{5D6}\x{5DB}\x{5D5}\x{5DB}\x{5D9}\x{5EA} \x{5D5}\x{5D6}\x{5D4} \x{5DC}\x{5D0} \x{5DE}\x{5D6}\x{5D9}\x{5E7} \x{5DC}\x{5D9}\&quot; is in Hebrew&quot;
</ins><span class="cx">       RenderSVGText {text} at (10,224) size 274x20 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 274x19
</span><span class="cx">           chunk 1 text run 1 at (10.00,240.00) startOffset 0 endOffset 38 width 274.00: &quot;unicode-bidi=\&quot;normal\&quot; direction=\&quot;ltr\&quot;.&quot;
</span><span class="cx">       RenderSVGContainer {g} at (0,260) size 10x25
</span><span class="cx">         RenderSVGText {text} at (-413,260) size 423x25 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 423x25
</span><del>-            chunk 1 text run 1 at (-412.63,280.00) startOffset 0 endOffset 12 width 99.04: &quot;is in Hebrew&quot;
-            chunk 1 text run 1 at (-313.60,280.00) startOffset 0 endOffset 40 width 288.59 RTL: &quot; \&quot;\x{5D0}\x{5E0}\x{5D9} \x{5D9}\x{5DB}\x{5D5}\x{5DC} \x{5DC}\x{5D0}\x{5DB}\x{5D5}\x{5DC} \x{5D6}\x{5DB}\x{5D5}\x{5DB}\x{5D9}\x{5EA} \x{5D5}\x{5D6}\x{5D4} \x{5DC}\x{5D0} \x{5DE}\x{5D6}\x{5D9}\x{5E7} \x{5DC}\x{5D9}\&quot; &quot;
-            chunk 1 text run 1 at (-25.01,280.00) startOffset 0 endOffset 4 width 35.01: &quot;Text&quot;
</del><ins>+            chunk 1 text run 1 at (-413.00,280.00) startOffset 0 endOffset 12 width 99.00: &quot;is in Hebrew&quot;
+            chunk 1 text run 1 at (-314.00,280.00) startOffset 0 endOffset 40 width 289.00 RTL: &quot; \&quot;\x{5D0}\x{5E0}\x{5D9} \x{5D9}\x{5DB}\x{5D5}\x{5DC} \x{5DC}\x{5D0}\x{5DB}\x{5D5}\x{5DC} \x{5D6}\x{5DB}\x{5D5}\x{5DB}\x{5D9}\x{5EA} \x{5D5}\x{5D6}\x{5D4} \x{5DC}\x{5D0} \x{5DE}\x{5D6}\x{5D9}\x{5E7} \x{5DC}\x{5D9}\&quot; &quot;
+            chunk 1 text run 1 at (-25.00,280.00) startOffset 0 endOffset 4 width 35.00: &quot;Text&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 264x46
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: &quot;$Revision: 1.9 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11textintro03bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -5,137 +5,137 @@
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">     RenderSVGContainer {g} at (60,10) size 376x350
</span><span class="cx">       RenderSVGContainer {g} at (60,10) size 376x350
</span><del>-        RenderSVGText {text} at (60,10) size 20x337 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 19x337
-            chunk 1 (vertical) text run 1 at (64.42,10.00) startOffset 0 endOffset 1 height 18.76: &quot;T&quot;
-            chunk 1 (vertical) text run 2 at (64.42,18.55) startOffset 1 endOffset 2 height 18.76: &quot;e&quot;
-            chunk 1 (vertical) text run 3 at (64.42,26.34) startOffset 2 endOffset 3 height 18.76: &quot;x&quot;
-            chunk 1 (vertical) text run 4 at (64.42,33.34) startOffset 3 endOffset 4 height 18.76: &quot;t&quot;
-            chunk 1 (vertical) text run 5 at (64.42,37.23) startOffset 4 endOffset 5 height 18.76: &quot; &quot;
-            chunk 1 (vertical) text run 6 at (64.42,41.12) startOffset 5 endOffset 6 height 18.76: &quot;\&quot;&quot;
-            chunk 1 (vertical) text run 7 at (64.42,46.09) startOffset 6 endOffset 7 height 18.76: &quot;\x{6211}&quot;
-            chunk 1 (vertical) text run 8 at (64.42,64.84) startOffset 7 endOffset 8 height 18.76: &quot;\x{80FD}&quot;
-            chunk 1 (vertical) text run 9 at (64.42,83.60) startOffset 8 endOffset 9 height 18.76: &quot;\x{541E}&quot;
-            chunk 1 (vertical) text run 10 at (64.42,102.36) startOffset 9 endOffset 10 height 18.76: &quot;\x{4E0B}&quot;
-            chunk 1 (vertical) text run 11 at (64.42,121.12) startOffset 10 endOffset 11 height 18.76: &quot;\x{73BB}&quot;
-            chunk 1 (vertical) text run 12 at (64.42,139.88) startOffset 11 endOffset 12 height 18.76: &quot;\x{7483}&quot;
-            chunk 1 (vertical) text run 13 at (64.42,158.63) startOffset 12 endOffset 13 height 18.76: &quot;\x{800C}&quot;
-            chunk 1 (vertical) text run 14 at (64.42,177.39) startOffset 13 endOffset 14 height 18.76: &quot;\x{4E0D}&quot;
-            chunk 1 (vertical) text run 15 at (64.42,196.15) startOffset 14 endOffset 15 height 18.76: &quot;\x{4F24}&quot;
-            chunk 1 (vertical) text run 16 at (64.42,214.91) startOffset 15 endOffset 16 height 18.76: &quot;\x{8EAB}&quot;
-            chunk 1 (vertical) text run 17 at (64.42,233.67) startOffset 16 endOffset 17 height 18.76: &quot;\x{4F53}&quot;
-            chunk 1 (vertical) text run 18 at (64.42,252.42) startOffset 17 endOffset 18 height 18.76: &quot;\x{3002}&quot;
-            chunk 1 (vertical) text run 19 at (64.42,271.18) startOffset 18 endOffset 19 height 18.76: &quot;\&quot;&quot;
-            chunk 1 (vertical) text run 20 at (64.42,276.15) startOffset 19 endOffset 20 height 18.76: &quot; &quot;
-            chunk 1 (vertical) text run 21 at (64.42,280.04) startOffset 20 endOffset 21 height 18.76: &quot;i&quot;
-            chunk 1 (vertical) text run 22 at (64.42,283.15) startOffset 21 endOffset 22 height 18.76: &quot;n&quot;
-            chunk 1 (vertical) text run 23 at (64.42,290.94) startOffset 22 endOffset 23 height 18.76: &quot; &quot;
-            chunk 1 (vertical) text run 24 at (64.42,294.83) startOffset 23 endOffset 24 height 18.76: &quot;C&quot;
-            chunk 1 (vertical) text run 25 at (64.42,304.94) startOffset 24 endOffset 25 height 18.76: &quot;h&quot;
-            chunk 1 (vertical) text run 26 at (64.42,312.72) startOffset 25 endOffset 26 height 18.76: &quot;i&quot;
-            chunk 1 (vertical) text run 27 at (64.42,315.83) startOffset 26 endOffset 27 height 18.76: &quot;n&quot;
-            chunk 1 (vertical) text run 28 at (64.42,323.62) startOffset 27 endOffset 28 height 18.76: &quot;e&quot;
-            chunk 1 (vertical) text run 29 at (64.42,331.41) startOffset 28 endOffset 29 height 18.76: &quot;s&quot;
-            chunk 1 (vertical) text run 30 at (64.42,338.41) startOffset 29 endOffset 30 height 18.76: &quot;e&quot;
-        RenderSVGText {text} at (221,10) size 18x500 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 18x500
-            chunk 1 (vertical) text run 1 at (224.81,10.00) startOffset 0 endOffset 1 height 17.42: &quot;J&quot;
-            chunk 1 (vertical) text run 2 at (224.81,16.50) startOffset 1 endOffset 2 height 17.42: &quot;a&quot;
-            chunk 1 (vertical) text run 3 at (224.81,23.73) startOffset 2 endOffset 3 height 17.42: &quot;p&quot;
-            chunk 1 (vertical) text run 4 at (224.81,30.96) startOffset 3 endOffset 4 height 17.42: &quot;a&quot;
-            chunk 1 (vertical) text run 5 at (224.81,38.19) startOffset 4 endOffset 5 height 17.42: &quot;n&quot;
-            chunk 1 (vertical) text run 6 at (224.81,45.42) startOffset 5 endOffset 6 height 17.42: &quot;e&quot;
-            chunk 1 (vertical) text run 7 at (224.81,52.65) startOffset 6 endOffset 7 height 17.42: &quot;s&quot;
-            chunk 1 (vertical) text run 8 at (224.81,59.15) startOffset 7 endOffset 8 height 17.42: &quot;e&quot;
-            chunk 1 (vertical) text run 9 at (224.81,66.38) startOffset 8 endOffset 9 height 17.42: &quot;:&quot;
-            chunk 1 (vertical) text run 10 at (224.81,69.99) startOffset 9 endOffset 10 height 17.42: &quot; &quot;
-            chunk 1 (vertical) text run 11 at (224.81,73.60) startOffset 10 endOffset 11 height 17.42: &quot;\x{79C1}&quot;
-            chunk 1 (vertical) text run 12 at (224.81,91.02) startOffset 11 endOffset 12 height 17.42: &quot;\x{306F}&quot;
-            chunk 1 (vertical) text run 13 at (224.81,108.44) startOffset 12 endOffset 13 height 17.42: &quot;\x{30AC}&quot;
-            chunk 1 (vertical) text run 14 at (224.81,125.86) startOffset 13 endOffset 14 height 17.42: &quot;\x{30E9}&quot;
-            chunk 1 (vertical) text run 15 at (224.81,143.28) startOffset 14 endOffset 15 height 17.42: &quot;\x{30B9}&quot;
-            chunk 1 (vertical) text run 16 at (224.81,160.69) startOffset 15 endOffset 16 height 17.42: &quot;\x{3092}&quot;
-            chunk 1 (vertical) text run 17 at (224.81,178.11) startOffset 16 endOffset 17 height 17.42: &quot;\x{98DF}&quot;
-            chunk 1 (vertical) text run 18 at (224.81,195.53) startOffset 17 endOffset 18 height 17.42: &quot;\x{3079}&quot;
-            chunk 1 (vertical) text run 19 at (224.81,212.95) startOffset 18 endOffset 19 height 17.42: &quot;\x{3089}&quot;
-            chunk 1 (vertical) text run 20 at (224.81,230.37) startOffset 19 endOffset 20 height 17.42: &quot;\x{308C}&quot;
-            chunk 1 (vertical) text run 21 at (224.81,247.78) startOffset 20 endOffset 21 height 17.42: &quot;\x{307E}&quot;
-            chunk 1 (vertical) text run 22 at (224.81,265.20) startOffset 21 endOffset 22 height 17.42: &quot;\x{3059}&quot;
-            chunk 1 (vertical) text run 23 at (224.81,282.62) startOffset 22 endOffset 23 height 17.42: &quot;\x{3002}&quot;
-            chunk 1 (vertical) text run 24 at (224.81,300.04) startOffset 23 endOffset 24 height 17.42: &quot;\x{305D}&quot;
-            chunk 1 (vertical) text run 25 at (224.81,317.46) startOffset 24 endOffset 25 height 17.42: &quot;\x{308C}&quot;
-            chunk 1 (vertical) text run 26 at (224.81,334.87) startOffset 25 endOffset 26 height 17.42: &quot;\x{306F}&quot;
-            chunk 1 (vertical) text run 27 at (224.81,352.29) startOffset 26 endOffset 27 height 17.42: &quot;\x{79C1}&quot;
-            chunk 1 (vertical) text run 28 at (224.81,369.71) startOffset 27 endOffset 28 height 17.42: &quot;\x{3092}&quot;
-            chunk 1 (vertical) text run 29 at (224.81,387.13) startOffset 28 endOffset 29 height 17.42: &quot;\x{50B7}&quot;
-            chunk 1 (vertical) text run 30 at (224.81,404.54) startOffset 29 endOffset 30 height 17.42: &quot;\x{3064}&quot;
-            chunk 1 (vertical) text run 31 at (224.81,421.96) startOffset 30 endOffset 31 height 17.42: &quot;\x{3051}&quot;
-            chunk 1 (vertical) text run 32 at (224.81,439.38) startOffset 31 endOffset 32 height 17.42: &quot;\x{307E}&quot;
-            chunk 1 (vertical) text run 33 at (224.81,456.80) startOffset 32 endOffset 33 height 17.42: &quot;\x{305B}&quot;
-            chunk 1 (vertical) text run 34 at (224.81,474.22) startOffset 33 endOffset 34 height 17.42: &quot;\x{3093}&quot;
-            chunk 1 (vertical) text run 35 at (224.81,491.63) startOffset 34 endOffset 35 height 17.42: &quot;\x{3002}&quot;
</del><ins>+        RenderSVGText {text} at (60,10) size 20x338 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 19x338
+            chunk 1 (vertical) text run 1 at (64.41,10.00) startOffset 0 endOffset 1 height 18.73: &quot;T&quot;
+            chunk 1 (vertical) text run 2 at (64.41,19.00) startOffset 1 endOffset 2 height 18.73: &quot;e&quot;
+            chunk 1 (vertical) text run 3 at (64.41,27.00) startOffset 2 endOffset 3 height 18.73: &quot;x&quot;
+            chunk 1 (vertical) text run 4 at (64.41,34.00) startOffset 3 endOffset 4 height 18.73: &quot;t&quot;
+            chunk 1 (vertical) text run 5 at (64.41,38.00) startOffset 4 endOffset 5 height 18.73: &quot; &quot;
+            chunk 1 (vertical) text run 6 at (64.41,42.00) startOffset 5 endOffset 6 height 18.73: &quot;\&quot;&quot;
+            chunk 1 (vertical) text run 7 at (64.41,47.00) startOffset 6 endOffset 7 height 18.73: &quot;\x{6211}&quot;
+            chunk 1 (vertical) text run 8 at (64.41,65.73) startOffset 7 endOffset 8 height 18.73: &quot;\x{80FD}&quot;
+            chunk 1 (vertical) text run 9 at (64.41,84.46) startOffset 8 endOffset 9 height 18.73: &quot;\x{541E}&quot;
+            chunk 1 (vertical) text run 10 at (64.41,103.20) startOffset 9 endOffset 10 height 18.73: &quot;\x{4E0B}&quot;
+            chunk 1 (vertical) text run 11 at (64.41,121.93) startOffset 10 endOffset 11 height 18.73: &quot;\x{73BB}&quot;
+            chunk 1 (vertical) text run 12 at (64.41,140.66) startOffset 11 endOffset 12 height 18.73: &quot;\x{7483}&quot;
+            chunk 1 (vertical) text run 13 at (64.41,159.39) startOffset 12 endOffset 13 height 18.73: &quot;\x{800C}&quot;
+            chunk 1 (vertical) text run 14 at (64.41,178.12) startOffset 13 endOffset 14 height 18.73: &quot;\x{4E0D}&quot;
+            chunk 1 (vertical) text run 15 at (64.41,196.86) startOffset 14 endOffset 15 height 18.73: &quot;\x{4F24}&quot;
+            chunk 1 (vertical) text run 16 at (64.41,215.59) startOffset 15 endOffset 16 height 18.73: &quot;\x{8EAB}&quot;
+            chunk 1 (vertical) text run 17 at (64.41,234.32) startOffset 16 endOffset 17 height 18.73: &quot;\x{4F53}&quot;
+            chunk 1 (vertical) text run 18 at (64.41,253.05) startOffset 17 endOffset 18 height 18.73: &quot;\x{3002}&quot;
+            chunk 1 (vertical) text run 19 at (64.41,271.78) startOffset 18 endOffset 19 height 18.73: &quot;\&quot;&quot;
+            chunk 1 (vertical) text run 20 at (64.41,276.78) startOffset 19 endOffset 20 height 18.73: &quot; &quot;
+            chunk 1 (vertical) text run 21 at (64.41,280.78) startOffset 20 endOffset 21 height 18.73: &quot;i&quot;
+            chunk 1 (vertical) text run 22 at (64.41,283.78) startOffset 21 endOffset 22 height 18.73: &quot;n&quot;
+            chunk 1 (vertical) text run 23 at (64.41,291.78) startOffset 22 endOffset 23 height 18.73: &quot; &quot;
+            chunk 1 (vertical) text run 24 at (64.41,295.78) startOffset 23 endOffset 24 height 18.73: &quot;C&quot;
+            chunk 1 (vertical) text run 25 at (64.41,305.78) startOffset 24 endOffset 25 height 18.73: &quot;h&quot;
+            chunk 1 (vertical) text run 26 at (64.41,313.78) startOffset 25 endOffset 26 height 18.73: &quot;i&quot;
+            chunk 1 (vertical) text run 27 at (64.41,316.78) startOffset 26 endOffset 27 height 18.73: &quot;n&quot;
+            chunk 1 (vertical) text run 28 at (64.41,324.78) startOffset 27 endOffset 28 height 18.73: &quot;e&quot;
+            chunk 1 (vertical) text run 29 at (64.41,332.78) startOffset 28 endOffset 29 height 18.73: &quot;s&quot;
+            chunk 1 (vertical) text run 30 at (64.41,339.78) startOffset 29 endOffset 30 height 18.73: &quot;e&quot;
+        RenderSVGText {text} at (221,10) size 18x499 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 18x499
+            chunk 1 (vertical) text run 1 at (224.81,10.00) startOffset 0 endOffset 1 height 17.39: &quot;J&quot;
+            chunk 1 (vertical) text run 2 at (224.81,17.00) startOffset 1 endOffset 2 height 17.39: &quot;a&quot;
+            chunk 1 (vertical) text run 3 at (224.81,24.00) startOffset 2 endOffset 3 height 17.39: &quot;p&quot;
+            chunk 1 (vertical) text run 4 at (224.81,31.00) startOffset 3 endOffset 4 height 17.39: &quot;a&quot;
+            chunk 1 (vertical) text run 5 at (224.81,38.00) startOffset 4 endOffset 5 height 17.39: &quot;n&quot;
+            chunk 1 (vertical) text run 6 at (224.81,45.00) startOffset 5 endOffset 6 height 17.39: &quot;e&quot;
+            chunk 1 (vertical) text run 7 at (224.81,52.00) startOffset 6 endOffset 7 height 17.39: &quot;s&quot;
+            chunk 1 (vertical) text run 8 at (224.81,59.00) startOffset 7 endOffset 8 height 17.39: &quot;e&quot;
+            chunk 1 (vertical) text run 9 at (224.81,66.00) startOffset 8 endOffset 9 height 17.39: &quot;:&quot;
+            chunk 1 (vertical) text run 10 at (224.81,70.00) startOffset 9 endOffset 10 height 17.39: &quot; &quot;
+            chunk 1 (vertical) text run 11 at (224.81,74.00) startOffset 10 endOffset 11 height 17.39: &quot;\x{79C1}&quot;
+            chunk 1 (vertical) text run 12 at (224.81,91.39) startOffset 11 endOffset 12 height 17.39: &quot;\x{306F}&quot;
+            chunk 1 (vertical) text run 13 at (224.81,108.79) startOffset 12 endOffset 13 height 17.39: &quot;\x{30AC}&quot;
+            chunk 1 (vertical) text run 14 at (224.81,126.18) startOffset 13 endOffset 14 height 17.39: &quot;\x{30E9}&quot;
+            chunk 1 (vertical) text run 15 at (224.81,143.58) startOffset 14 endOffset 15 height 17.39: &quot;\x{30B9}&quot;
+            chunk 1 (vertical) text run 16 at (224.81,160.97) startOffset 15 endOffset 16 height 17.39: &quot;\x{3092}&quot;
+            chunk 1 (vertical) text run 17 at (224.81,178.36) startOffset 16 endOffset 17 height 17.39: &quot;\x{98DF}&quot;
+            chunk 1 (vertical) text run 18 at (224.81,195.76) startOffset 17 endOffset 18 height 17.39: &quot;\x{3079}&quot;
+            chunk 1 (vertical) text run 19 at (224.81,213.15) startOffset 18 endOffset 19 height 17.39: &quot;\x{3089}&quot;
+            chunk 1 (vertical) text run 20 at (224.81,230.55) startOffset 19 endOffset 20 height 17.39: &quot;\x{308C}&quot;
+            chunk 1 (vertical) text run 21 at (224.81,247.94) startOffset 20 endOffset 21 height 17.39: &quot;\x{307E}&quot;
+            chunk 1 (vertical) text run 22 at (224.81,265.33) startOffset 21 endOffset 22 height 17.39: &quot;\x{3059}&quot;
+            chunk 1 (vertical) text run 23 at (224.81,282.73) startOffset 22 endOffset 23 height 17.39: &quot;\x{3002}&quot;
+            chunk 1 (vertical) text run 24 at (224.81,300.12) startOffset 23 endOffset 24 height 17.39: &quot;\x{305D}&quot;
+            chunk 1 (vertical) text run 25 at (224.81,317.52) startOffset 24 endOffset 25 height 17.39: &quot;\x{308C}&quot;
+            chunk 1 (vertical) text run 26 at (224.81,334.91) startOffset 25 endOffset 26 height 17.39: &quot;\x{306F}&quot;
+            chunk 1 (vertical) text run 27 at (224.81,352.30) startOffset 26 endOffset 27 height 17.39: &quot;\x{79C1}&quot;
+            chunk 1 (vertical) text run 28 at (224.81,369.70) startOffset 27 endOffset 28 height 17.39: &quot;\x{3092}&quot;
+            chunk 1 (vertical) text run 29 at (224.81,387.09) startOffset 28 endOffset 29 height 17.39: &quot;\x{50B7}&quot;
+            chunk 1 (vertical) text run 30 at (224.81,404.49) startOffset 29 endOffset 30 height 17.39: &quot;\x{3064}&quot;
+            chunk 1 (vertical) text run 31 at (224.81,421.88) startOffset 30 endOffset 31 height 17.39: &quot;\x{3051}&quot;
+            chunk 1 (vertical) text run 32 at (224.81,439.27) startOffset 31 endOffset 32 height 17.39: &quot;\x{307E}&quot;
+            chunk 1 (vertical) text run 33 at (224.81,456.67) startOffset 32 endOffset 33 height 17.39: &quot;\x{305B}&quot;
+            chunk 1 (vertical) text run 34 at (224.81,474.06) startOffset 33 endOffset 34 height 17.39: &quot;\x{3093}&quot;
+            chunk 1 (vertical) text run 35 at (224.81,491.46) startOffset 34 endOffset 35 height 17.39: &quot;\x{3002}&quot;
</ins><span class="cx">         RenderSVGText {text} at (365,13) size 10x469 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 10x469
</span><del>-            chunk 1 (vertical) text run 1 at (366.01,13.00) startOffset 0 endOffset 1 height 13.40: &quot;J&quot;
-            chunk 1 (vertical) text run 2 at (366.01,26.40) startOffset 1 endOffset 2 height 13.40: &quot;a&quot;
-            chunk 1 (vertical) text run 3 at (366.01,39.80) startOffset 2 endOffset 3 height 13.40: &quot;p&quot;
-            chunk 1 (vertical) text run 4 at (366.01,53.20) startOffset 3 endOffset 4 height 13.40: &quot;a&quot;
-            chunk 1 (vertical) text run 5 at (366.01,66.59) startOffset 4 endOffset 5 height 13.40: &quot;n&quot;
-            chunk 1 (vertical) text run 6 at (366.01,79.99) startOffset 5 endOffset 6 height 13.40: &quot;e&quot;
-            chunk 1 (vertical) text run 7 at (366.01,93.39) startOffset 6 endOffset 7 height 13.40: &quot;s&quot;
-            chunk 1 (vertical) text run 8 at (366.01,106.79) startOffset 7 endOffset 8 height 13.40: &quot;e&quot;
-            chunk 1 (vertical) text run 9 at (366.01,120.19) startOffset 8 endOffset 9 height 13.40: &quot;:&quot;
-            chunk 1 (vertical) text run 10 at (366.01,133.59) startOffset 9 endOffset 10 height 13.40: &quot; &quot;
-            chunk 1 (vertical) text run 11 at (366.01,146.98) startOffset 10 endOffset 11 height 13.40: &quot;\x{79C1}&quot;
-            chunk 1 (vertical) text run 12 at (366.01,160.38) startOffset 11 endOffset 12 height 13.40: &quot;\x{306F}&quot;
-            chunk 1 (vertical) text run 13 at (366.01,173.78) startOffset 12 endOffset 13 height 13.40: &quot;\x{30AC}&quot;
-            chunk 1 (vertical) text run 14 at (366.01,187.18) startOffset 13 endOffset 14 height 13.40: &quot;\x{30E9}&quot;
-            chunk 1 (vertical) text run 15 at (366.01,200.58) startOffset 14 endOffset 15 height 13.40: &quot;\x{30B9}&quot;
-            chunk 1 (vertical) text run 16 at (366.01,213.98) startOffset 15 endOffset 16 height 13.40: &quot;\x{3092}&quot;
-            chunk 1 (vertical) text run 17 at (366.01,227.38) startOffset 16 endOffset 17 height 13.40: &quot;\x{98DF}&quot;
-            chunk 1 (vertical) text run 18 at (366.01,240.77) startOffset 17 endOffset 18 height 13.40: &quot;\x{3079}&quot;
-            chunk 1 (vertical) text run 19 at (366.01,254.17) startOffset 18 endOffset 19 height 13.40: &quot;\x{3089}&quot;
-            chunk 1 (vertical) text run 20 at (366.01,267.57) startOffset 19 endOffset 20 height 13.40: &quot;\x{308C}&quot;
-            chunk 1 (vertical) text run 21 at (366.01,280.97) startOffset 20 endOffset 21 height 13.40: &quot;\x{307E}&quot;
-            chunk 1 (vertical) text run 22 at (366.01,294.37) startOffset 21 endOffset 22 height 13.40: &quot;\x{3059}&quot;
-            chunk 1 (vertical) text run 23 at (366.01,307.77) startOffset 22 endOffset 23 height 13.40: &quot;\x{3002}&quot;
-            chunk 1 (vertical) text run 24 at (366.01,321.16) startOffset 23 endOffset 24 height 13.40: &quot;\x{305D}&quot;
-            chunk 1 (vertical) text run 25 at (366.01,334.56) startOffset 24 endOffset 25 height 13.40: &quot;\x{308C}&quot;
-            chunk 1 (vertical) text run 26 at (366.01,347.96) startOffset 25 endOffset 26 height 13.40: &quot;\x{306F}&quot;
-            chunk 1 (vertical) text run 27 at (366.01,361.36) startOffset 26 endOffset 27 height 13.40: &quot;\x{79C1}&quot;
-            chunk 1 (vertical) text run 28 at (366.01,374.76) startOffset 27 endOffset 28 height 13.40: &quot;\x{3092}&quot;
-            chunk 1 (vertical) text run 29 at (366.01,388.16) startOffset 28 endOffset 29 height 13.40: &quot;\x{50B7}&quot;
-            chunk 1 (vertical) text run 30 at (366.01,401.55) startOffset 29 endOffset 30 height 13.40: &quot;\x{3064}&quot;
-            chunk 1 (vertical) text run 31 at (366.01,414.95) startOffset 30 endOffset 31 height 13.40: &quot;\x{3051}&quot;
-            chunk 1 (vertical) text run 32 at (366.01,428.35) startOffset 31 endOffset 32 height 13.40: &quot;\x{307E}&quot;
-            chunk 1 (vertical) text run 33 at (366.01,441.75) startOffset 32 endOffset 33 height 13.40: &quot;\x{305B}&quot;
-            chunk 1 (vertical) text run 34 at (366.01,455.15) startOffset 33 endOffset 34 height 13.40: &quot;\x{3093}&quot;
-            chunk 1 (vertical) text run 35 at (366.01,468.55) startOffset 34 endOffset 35 height 13.40: &quot;\x{3002}&quot;
</del><ins>+            chunk 1 (vertical) text run 1 at (366.01,13.00) startOffset 0 endOffset 1 height 13.38: &quot;J&quot;
+            chunk 1 (vertical) text run 2 at (366.01,26.38) startOffset 1 endOffset 2 height 13.38: &quot;a&quot;
+            chunk 1 (vertical) text run 3 at (366.01,39.76) startOffset 2 endOffset 3 height 13.38: &quot;p&quot;
+            chunk 1 (vertical) text run 4 at (366.01,53.14) startOffset 3 endOffset 4 height 13.38: &quot;a&quot;
+            chunk 1 (vertical) text run 5 at (366.01,66.52) startOffset 4 endOffset 5 height 13.38: &quot;n&quot;
+            chunk 1 (vertical) text run 6 at (366.01,79.90) startOffset 5 endOffset 6 height 13.38: &quot;e&quot;
+            chunk 1 (vertical) text run 7 at (366.01,93.28) startOffset 6 endOffset 7 height 13.38: &quot;s&quot;
+            chunk 1 (vertical) text run 8 at (366.01,106.66) startOffset 7 endOffset 8 height 13.38: &quot;e&quot;
+            chunk 1 (vertical) text run 9 at (366.01,120.04) startOffset 8 endOffset 9 height 13.38: &quot;:&quot;
+            chunk 1 (vertical) text run 10 at (366.01,133.42) startOffset 9 endOffset 10 height 13.38: &quot; &quot;
+            chunk 1 (vertical) text run 11 at (366.01,146.80) startOffset 10 endOffset 11 height 13.38: &quot;\x{79C1}&quot;
+            chunk 1 (vertical) text run 12 at (366.01,160.18) startOffset 11 endOffset 12 height 13.38: &quot;\x{306F}&quot;
+            chunk 1 (vertical) text run 13 at (366.01,173.56) startOffset 12 endOffset 13 height 13.38: &quot;\x{30AC}&quot;
+            chunk 1 (vertical) text run 14 at (366.01,186.94) startOffset 13 endOffset 14 height 13.38: &quot;\x{30E9}&quot;
+            chunk 1 (vertical) text run 15 at (366.01,200.32) startOffset 14 endOffset 15 height 13.38: &quot;\x{30B9}&quot;
+            chunk 1 (vertical) text run 16 at (366.01,213.70) startOffset 15 endOffset 16 height 13.38: &quot;\x{3092}&quot;
+            chunk 1 (vertical) text run 17 at (366.01,227.08) startOffset 16 endOffset 17 height 13.38: &quot;\x{98DF}&quot;
+            chunk 1 (vertical) text run 18 at (366.01,240.46) startOffset 17 endOffset 18 height 13.38: &quot;\x{3079}&quot;
+            chunk 1 (vertical) text run 19 at (366.01,253.84) startOffset 18 endOffset 19 height 13.38: &quot;\x{3089}&quot;
+            chunk 1 (vertical) text run 20 at (366.01,267.22) startOffset 19 endOffset 20 height 13.38: &quot;\x{308C}&quot;
+            chunk 1 (vertical) text run 21 at (366.01,280.60) startOffset 20 endOffset 21 height 13.38: &quot;\x{307E}&quot;
+            chunk 1 (vertical) text run 22 at (366.01,293.98) startOffset 21 endOffset 22 height 13.38: &quot;\x{3059}&quot;
+            chunk 1 (vertical) text run 23 at (366.01,307.36) startOffset 22 endOffset 23 height 13.38: &quot;\x{3002}&quot;
+            chunk 1 (vertical) text run 24 at (366.01,320.74) startOffset 23 endOffset 24 height 13.38: &quot;\x{305D}&quot;
+            chunk 1 (vertical) text run 25 at (366.01,334.12) startOffset 24 endOffset 25 height 13.38: &quot;\x{308C}&quot;
+            chunk 1 (vertical) text run 26 at (366.01,347.50) startOffset 25 endOffset 26 height 13.38: &quot;\x{306F}&quot;
+            chunk 1 (vertical) text run 27 at (366.01,360.88) startOffset 26 endOffset 27 height 13.38: &quot;\x{79C1}&quot;
+            chunk 1 (vertical) text run 28 at (366.01,374.26) startOffset 27 endOffset 28 height 13.38: &quot;\x{3092}&quot;
+            chunk 1 (vertical) text run 29 at (366.01,387.64) startOffset 28 endOffset 29 height 13.38: &quot;\x{50B7}&quot;
+            chunk 1 (vertical) text run 30 at (366.01,401.02) startOffset 29 endOffset 30 height 13.38: &quot;\x{3064}&quot;
+            chunk 1 (vertical) text run 31 at (366.01,414.40) startOffset 30 endOffset 31 height 13.38: &quot;\x{3051}&quot;
+            chunk 1 (vertical) text run 32 at (366.01,427.78) startOffset 31 endOffset 32 height 13.38: &quot;\x{307E}&quot;
+            chunk 1 (vertical) text run 33 at (366.01,441.16) startOffset 32 endOffset 33 height 13.38: &quot;\x{305B}&quot;
+            chunk 1 (vertical) text run 34 at (366.01,454.54) startOffset 33 endOffset 34 height 13.38: &quot;\x{3093}&quot;
+            chunk 1 (vertical) text run 35 at (366.01,467.92) startOffset 34 endOffset 35 height 13.38: &quot;\x{3002}&quot;
</ins><span class="cx">         RenderSVGText {text} at (98,80) size 44x174 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 43x174
</span><del>-            chunk 1 (vertical) text run 1 at (107.23,80.00) startOffset 0 endOffset 1 height 42.88: &quot;x&quot;
-            chunk 1 (vertical) text run 2 at (107.23,96.00) startOffset 1 endOffset 2 height 42.88: &quot;t&quot;
-            chunk 1 (vertical) text run 3 at (107.23,104.89) startOffset 2 endOffset 3 height 42.88: &quot; &quot;
-            chunk 1 (vertical) text run 4 at (107.23,113.78) startOffset 3 endOffset 4 height 42.88: &quot;\&quot;&quot;
-            chunk 1 (vertical) text run 5 at (107.23,125.14) startOffset 4 endOffset 5 height 42.88: &quot;\x{6211}&quot;
-            chunk 1 (vertical) text run 6 at (107.23,168.02) startOffset 5 endOffset 6 height 42.88: &quot;\x{80FD}&quot;
-            chunk 1 (vertical) text run 7 at (107.23,210.89) startOffset 6 endOffset 7 height 42.88: &quot;\x{541E}&quot;
</del><ins>+            chunk 1 (vertical) text run 1 at (107.23,80.00) startOffset 0 endOffset 1 height 42.82: &quot;x&quot;
+            chunk 1 (vertical) text run 2 at (107.23,96.00) startOffset 1 endOffset 2 height 42.82: &quot;t&quot;
+            chunk 1 (vertical) text run 3 at (107.23,105.00) startOffset 2 endOffset 3 height 42.82: &quot; &quot;
+            chunk 1 (vertical) text run 4 at (107.23,114.00) startOffset 3 endOffset 4 height 42.82: &quot;\&quot;&quot;
+            chunk 1 (vertical) text run 5 at (107.23,125.00) startOffset 4 endOffset 5 height 42.82: &quot;\x{6211}&quot;
+            chunk 1 (vertical) text run 6 at (107.23,167.82) startOffset 5 endOffset 6 height 42.82: &quot;\x{80FD}&quot;
+            chunk 1 (vertical) text run 7 at (107.23,210.63) startOffset 6 endOffset 7 height 42.82: &quot;\x{541E}&quot;
</ins><span class="cx">         RenderSVGText {text} at (255,80) size 50x155 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 49x155
</span><del>-            chunk 1 (vertical) text run 1 at (265.64,80.00) startOffset 0 endOffset 1 height 48.23: &quot;s&quot;
-            chunk 1 (vertical) text run 2 at (265.64,98.00) startOffset 1 endOffset 2 height 48.23: &quot;e&quot;
-            chunk 1 (vertical) text run 3 at (265.64,118.02) startOffset 2 endOffset 3 height 48.23: &quot;:&quot;
-            chunk 1 (vertical) text run 4 at (265.64,128.02) startOffset 3 endOffset 4 height 48.23: &quot; &quot;
-            chunk 1 (vertical) text run 5 at (265.64,138.03) startOffset 4 endOffset 5 height 48.23: &quot;\x{79C1}&quot;
-            chunk 1 (vertical) text run 6 at (265.64,186.26) startOffset 5 endOffset 6 height 48.23: &quot;\x{306F}&quot;
-        RenderSVGText {text} at (404,80) size 32x258 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 32x258
-            chunk 1 (vertical) text run 1 at (407.23,80.00) startOffset 0 endOffset 1 height 42.88: &quot;s&quot;
-            chunk 1 (vertical) text run 2 at (407.23,122.88) startOffset 1 endOffset 2 height 42.88: &quot;e&quot;
-            chunk 1 (vertical) text run 3 at (407.23,165.75) startOffset 2 endOffset 3 height 42.88: &quot;:&quot;
-            chunk 1 (vertical) text run 4 at (407.23,208.63) startOffset 3 endOffset 4 height 42.88: &quot; &quot;
-            chunk 1 (vertical) text run 5 at (407.23,251.50) startOffset 4 endOffset 5 height 42.88: &quot;\x{79C1}&quot;
-            chunk 1 (vertical) text run 6 at (407.23,294.38) startOffset 5 endOffset 6 height 42.88: &quot;\x{306F}&quot;
</del><ins>+            chunk 1 (vertical) text run 1 at (265.64,80.00) startOffset 0 endOffset 1 height 48.17: &quot;s&quot;
+            chunk 1 (vertical) text run 2 at (265.64,98.00) startOffset 1 endOffset 2 height 48.17: &quot;e&quot;
+            chunk 1 (vertical) text run 3 at (265.64,118.00) startOffset 2 endOffset 3 height 48.17: &quot;:&quot;
+            chunk 1 (vertical) text run 4 at (265.64,128.00) startOffset 3 endOffset 4 height 48.17: &quot; &quot;
+            chunk 1 (vertical) text run 5 at (265.64,138.00) startOffset 4 endOffset 5 height 48.17: &quot;\x{79C1}&quot;
+            chunk 1 (vertical) text run 6 at (265.64,186.17) startOffset 5 endOffset 6 height 48.17: &quot;\x{306F}&quot;
+        RenderSVGText {text} at (404,80) size 32x257 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 32x257
+            chunk 1 (vertical) text run 1 at (407.23,80.00) startOffset 0 endOffset 1 height 42.82: &quot;s&quot;
+            chunk 1 (vertical) text run 2 at (407.23,122.82) startOffset 1 endOffset 2 height 42.82: &quot;e&quot;
+            chunk 1 (vertical) text run 3 at (407.23,165.63) startOffset 2 endOffset 3 height 42.82: &quot;:&quot;
+            chunk 1 (vertical) text run 4 at (407.23,208.45) startOffset 3 endOffset 4 height 42.82: &quot; &quot;
+            chunk 1 (vertical) text run 5 at (407.23,251.26) startOffset 4 endOffset 5 height 42.82: &quot;\x{79C1}&quot;
+            chunk 1 (vertical) text run 6 at (407.23,294.08) startOffset 5 endOffset 6 height 42.82: &quot;\x{306F}&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 264x46
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: &quot;$Revision: 1.6 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11texttext06texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -2,13 +2,13 @@
</span><span class="cx">   RenderView at (0,0) size 480x360
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><del>-    RenderSVGContainer {g} at (30,55) size 274x209
</del><ins>+    RenderSVGContainer {g} at (30,55) size 280x209
</ins><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">         RenderSVGContainer {g} at (0,0) size 4x4
</span><span class="cx">           RenderSVGPath {line} at (0,0) size 0x0 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">           RenderSVGRect {rect} at (0,0) size 4x4 [fill={[type=SOLID] [color=#000000]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-      RenderSVGContainer {g} at (30,55) size 274x209 [transform={m=((1.00,0.00)(0.00,1.00)) t=(20.00,30.00)}]
</del><ins>+      RenderSVGContainer {g} at (30,55) size 280x209 [transform={m=((1.00,0.00)(0.00,1.00)) t=(20.00,30.00)}]
</ins><span class="cx">         RenderSVGContainer {g} at (30,59) size 71x154 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,40.00)}]
</span><span class="cx">           RenderSVGText {text} at (0,-11) size 62x14 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 62x14
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">           RenderSVGText {text} at (0,129) size 71x14 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 71x14
</span><span class="cx">               chunk 1 text run 1 at (0.00,140.00) startOffset 0 endOffset 15 width 71.00: &quot;x/y positioning&quot;
</span><del>-        RenderSVGContainer {g} at (126,55) size 178x19 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,40.00)}]
</del><ins>+        RenderSVGContainer {g} at (126,55) size 184x19 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,40.00)}]
</ins><span class="cx">           RenderSVGContainer {use} at (126,55) size 8x19 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,0.00)}]
</span><span class="cx">             RenderSVGContainer {g} at (126,55) size 8x19
</span><span class="cx">               RenderSVGPath {line} at (129,55) size 2x15 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -44,14 +44,15 @@
</span><span class="cx">             RenderSVGContainer {g} at (246,55) size 8x19
</span><span class="cx">               RenderSVGPath {line} at (249,55) size 2x15 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">               RenderSVGRect {rect} at (246,66) size 8x8 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (10,-10) size 135x13 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 135x12
-              chunk 1 text run 1 at (10.00,0.00) startOffset 0 endOffset 2 width 15.00: &quot;fi&quot;
</del><ins>+          RenderSVGText {text} at (10,-10) size 180x13 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 180x12
+              chunk 1 text run 1 at (10.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;f&quot;
+              chunk 1 text run 1 at (180.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;i&quot;
</ins><span class="cx">               chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
</span><span class="cx">               chunk 1 text run 1 at (70.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
</span><span class="cx">               chunk 1 text run 1 at (100.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
</span><span class="cx">               chunk 1 text run 1 at (130.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;4&quot;
</span><del>-        RenderSVGContainer {g} at (116,85) size 79x79 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,80.00)}]
</del><ins>+        RenderSVGContainer {g} at (116,85) size 84x79 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,80.00)}]
</ins><span class="cx">           RenderSVGContainer {use} at (116,85) size 8x19 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,-10.00)}]
</span><span class="cx">             RenderSVGContainer {g} at (116,85) size 8x19
</span><span class="cx">               RenderSVGPath {line} at (119,85) size 2x15 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -76,14 +77,15 @@
</span><span class="cx">             RenderSVGContainer {g} at (176,125) size 8x19
</span><span class="cx">               RenderSVGPath {line} at (179,125) size 2x15 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">               RenderSVGRect {rect} at (176,136) size 8x8 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (0,-20) size 75x53 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 75x52
-              chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 2 width 15.00: &quot;fi&quot;
-              chunk 1 text run 1 at (15.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
-              chunk 1 text run 1 at (30.00,10.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
-              chunk 1 text run 1 at (45.00,20.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
-              chunk 1 text run 1 at (60.00,30.00) startOffset 0 endOffset 1 width 15.00: &quot;4&quot;
-        RenderSVGContainer {g} at (126,185) size 178x79 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,180.00)}]
</del><ins>+          RenderSVGText {text} at (0,-20) size 80x73 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 80x72
+              chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 10.00: &quot;f&quot;
+              chunk 1 text run 1 at (10.00,50.00) startOffset 0 endOffset 1 width 10.00: &quot;i&quot;
+              chunk 1 text run 1 at (20.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+              chunk 1 text run 1 at (35.00,10.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+              chunk 1 text run 1 at (50.00,20.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
+              chunk 1 text run 1 at (65.00,30.00) startOffset 0 endOffset 1 width 15.00: &quot;4&quot;
+        RenderSVGContainer {g} at (126,185) size 184x79 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,180.00)}]
</ins><span class="cx">           RenderSVGContainer {use} at (126,185) size 8x19 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">             RenderSVGContainer {g} at (126,185) size 8x19
</span><span class="cx">               RenderSVGPath {line} at (129,185) size 2x15 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -108,9 +110,10 @@
</span><span class="cx">             RenderSVGContainer {g} at (246,225) size 8x19
</span><span class="cx">               RenderSVGPath {line} at (249,225) size 2x15 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">               RenderSVGRect {rect} at (246,236) size 8x8 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (10,-20) size 135x53 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 135x52
-              chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 2 width 15.00: &quot;fi&quot;
</del><ins>+          RenderSVGText {text} at (10,-20) size 180x73 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 180x72
+              chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 1 width 10.00: &quot;f&quot;
+              chunk 1 text run 1 at (180.00,50.00) startOffset 0 endOffset 1 width 10.00: &quot;i&quot;
</ins><span class="cx">               chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
</span><span class="cx">               chunk 1 text run 1 at (70.00,10.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
</span><span class="cx">               chunk 1 text run 1 at (100.00,20.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEcolorprop05texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -6,11 +6,8 @@
</span><span class="cx">     RenderSVGContainer {g} at (120,60) size 150x150
</span><span class="cx">       RenderSVGContainer {g} at (120,60) size 150x150
</span><span class="cx">         RenderSVGRect {rect} at (120,60) size 150x150 [fill={[type=SOLID] [color=#00FF00]}] [x=120.00] [y=60.00] [width=150.00] [height=150.00]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.8 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.8 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEcoordsdom01fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -9,11 +9,8 @@
</span><span class="cx">           RenderSVGEllipse {circle} at (200,140) size 80x80 [fill={[type=SOLID] [color=#FF0000]}] [cx=0.00] [cy=0.00] [r=40.00]
</span><span class="cx">         RenderSVGContainer {g} at (200,140) size 80x80 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(0.00,0.00)}]
</span><span class="cx">           RenderSVGEllipse {circle} at (200,140) size 80x80 [fill={[type=SOLID] [color=#00FF00]}] [cx=0.00] [cy=0.00] [r=40.00]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.7 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.7 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEcoordsdom02fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -9,11 +9,8 @@
</span><span class="cx">           RenderSVGEllipse {circle} at (160,140) size 160x80 [transform={m=((2.00,0.00)(0.00,1.00)) t=(20.00,20.00)}] [fill={[type=SOLID] [color=#FF0000]}] [cx=0.00] [cy=0.00] [r=40.00]
</span><span class="cx">         RenderSVGContainer {g} at (160,140) size 160x80 [transform={m=((2.00,0.00)(0.00,1.00)) t=(20.00,20.00)}]
</span><span class="cx">           RenderSVGEllipse {circle} at (160,140) size 160x80 [fill={[type=SOLID] [color=#00FF00]}] [cx=0.00] [cy=0.00] [r=40.00]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.7 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.7 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEcoordsdom03fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,82 +3,26 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (10,18) size 382x202
-      RenderSVGText {text} at (10,18) size 382x15 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 382x14
-          chunk 1 text run 1 at (10.00,30.00) startOffset 0 endOffset 1 width 8.55: &quot;T&quot;
-          chunk 1 text run 2 at (17.22,30.00) startOffset 1 endOffset 3 width 14.78: &quot;es&quot;
-          chunk 1 text run 3 at (31.97,30.00) startOffset 3 endOffset 6 width 11.68: &quot;t t&quot;
-          chunk 1 text run 4 at (43.60,30.00) startOffset 6 endOffset 17 width 80.92: &quot;hat some me&quot;
-          chunk 1 text run 5 at (124.38,30.00) startOffset 17 endOffset 18 width 3.89: &quot;t&quot;
-          chunk 1 text run 6 at (128.23,30.00) startOffset 18 endOffset 24 width 38.14: &quot;hods t&quot;
-          chunk 1 text run 7 at (166.35,30.00) startOffset 24 endOffset 34 width 66.15: &quot;aking an S&quot;
-          chunk 1 text run 8 at (231.91,30.00) startOffset 34 endOffset 35 width 9.34: &quot;V&quot;
-          chunk 1 text run 9 at (240.66,30.00) startOffset 35 endOffset 40 width 38.89: &quot;GMatr&quot;
-          chunk 1 text run 10 at (279.57,30.00) startOffset 40 endOffset 44 width 17.89: &quot;ix t&quot;
-          chunk 1 text run 11 at (297.45,30.00) startOffset 44 endOffset 46 width 14.78: &quot;ak&quot;
-          chunk 1 text run 12 at (311.94,30.00) startOffset 46 endOffset 53 width 45.92: &quot;e a cop&quot;
-          chunk 1 text run 13 at (357.63,30.00) startOffset 53 endOffset 60 width 33.46: &quot;y of it&quot;
</del><ins>+    RenderSVGContainer {g} at (10,18) size 392x202
+      RenderSVGText {text} at (10,18) size 392x15 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 392x14
+          chunk 1 text run 1 at (10.00,30.00) startOffset 0 endOffset 60 width 392.00: &quot;Test that some methods taking an SVGMatrix take a copy of it&quot;
</ins><span class="cx">       RenderSVGRect {rect} at (10,50) size 50x50 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=50.00] [width=50.00] [height=50.00]
</span><span class="cx">       RenderSVGRect {rect} at (10,110) size 50x50 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=110.00] [width=50.00] [height=50.00]
</span><span class="cx">       RenderSVGRect {rect} at (10,170) size 50x50 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=170.00] [width=50.00] [height=50.00]
</span><del>-      RenderSVGContainer {g} at (70,72) size 232x130
-        RenderSVGText {text} at (70,72) size 232x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 232x10
-            chunk 1 text run 1 at (70.00,80.00) startOffset 0 endOffset 1 width 6.67: &quot;S&quot;
-            chunk 1 text run 2 at (76.25,80.00) startOffset 1 endOffset 2 width 6.67: &quot;V&quot;
-            chunk 1 text run 3 at (82.50,80.00) startOffset 2 endOffset 3 width 7.78: &quot;G&quot;
-            chunk 1 text run 4 at (89.84,80.00) startOffset 3 endOffset 4 width 6.11: &quot;T&quot;
-            chunk 1 text run 5 at (95.03,80.00) startOffset 4 endOffset 5 width 3.33: &quot;r&quot;
-            chunk 1 text run 6 at (98.31,80.00) startOffset 5 endOffset 9 width 18.90: &quot;ansf&quot;
-            chunk 1 text run 7 at (117.11,80.00) startOffset 9 endOffset 15 width 30.00: &quot;ormLis&quot;
-            chunk 1 text run 8 at (147.08,80.00) startOffset 15 endOffset 19 width 13.89: &quot;t.cr&quot;
-            chunk 1 text run 9 at (160.86,80.00) startOffset 19 endOffset 22 width 13.90: &quot;eat&quot;
-            chunk 1 text run 10 at (174.62,80.00) startOffset 22 endOffset 24 width 12.23: &quot;eS&quot;
-            chunk 1 text run 11 at (186.43,80.00) startOffset 24 endOffset 25 width 6.67: &quot;V&quot;
-            chunk 1 text run 12 at (192.68,80.00) startOffset 25 endOffset 26 width 7.78: &quot;G&quot;
-            chunk 1 text run 13 at (200.02,80.00) startOffset 26 endOffset 27 width 6.11: &quot;T&quot;
-            chunk 1 text run 14 at (205.21,80.00) startOffset 27 endOffset 28 width 3.33: &quot;r&quot;
-            chunk 1 text run 15 at (208.49,80.00) startOffset 28 endOffset 32 width 18.90: &quot;ansf&quot;
-            chunk 1 text run 16 at (227.29,80.00) startOffset 32 endOffset 36 width 23.33: &quot;ormF&quot;
-            chunk 1 text run 17 at (250.27,80.00) startOffset 36 endOffset 37 width 3.33: &quot;r&quot;
-            chunk 1 text run 18 at (253.54,80.00) startOffset 37 endOffset 43 width 33.89: &quot;omMatr&quot;
-            chunk 1 text run 19 at (287.44,80.00) startOffset 43 endOffset 47 width 13.88: &quot;ix()&quot;
-        RenderSVGText {text} at (70,132) size 229x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 229x10
-            chunk 1 text run 1 at (70.00,140.00) startOffset 0 endOffset 1 width 6.67: &quot;S&quot;
-            chunk 1 text run 2 at (76.25,140.00) startOffset 1 endOffset 2 width 6.67: &quot;V&quot;
-            chunk 1 text run 3 at (82.50,140.00) startOffset 2 endOffset 4 width 14.45: &quot;GS&quot;
-            chunk 1 text run 4 at (96.53,140.00) startOffset 4 endOffset 5 width 6.67: &quot;V&quot;
-            chunk 1 text run 5 at (102.78,140.00) startOffset 5 endOffset 16 width 55.57: &quot;GElement.cr&quot;
-            chunk 1 text run 6 at (158.24,140.00) startOffset 16 endOffset 19 width 13.90: &quot;eat&quot;
-            chunk 1 text run 7 at (172.00,140.00) startOffset 19 endOffset 21 width 12.23: &quot;eS&quot;
-            chunk 1 text run 8 at (183.81,140.00) startOffset 21 endOffset 22 width 6.67: &quot;V&quot;
-            chunk 1 text run 9 at (190.06,140.00) startOffset 22 endOffset 23 width 7.78: &quot;G&quot;
-            chunk 1 text run 10 at (197.40,140.00) startOffset 23 endOffset 24 width 6.11: &quot;T&quot;
-            chunk 1 text run 11 at (202.59,140.00) startOffset 24 endOffset 25 width 3.33: &quot;r&quot;
-            chunk 1 text run 12 at (205.87,140.00) startOffset 25 endOffset 29 width 18.90: &quot;ansf&quot;
-            chunk 1 text run 13 at (224.67,140.00) startOffset 29 endOffset 33 width 23.33: &quot;ormF&quot;
-            chunk 1 text run 14 at (247.65,140.00) startOffset 33 endOffset 34 width 3.33: &quot;r&quot;
-            chunk 1 text run 15 at (250.92,140.00) startOffset 34 endOffset 40 width 33.89: &quot;omMatr&quot;
-            chunk 1 text run 16 at (284.82,140.00) startOffset 40 endOffset 44 width 13.88: &quot;ix()&quot;
-        RenderSVGText {text} at (70,192) size 115x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 115x10
-            chunk 1 text run 1 at (70.00,200.00) startOffset 0 endOffset 1 width 6.67: &quot;S&quot;
-            chunk 1 text run 2 at (76.25,200.00) startOffset 1 endOffset 2 width 6.67: &quot;V&quot;
-            chunk 1 text run 3 at (82.50,200.00) startOffset 2 endOffset 3 width 7.78: &quot;G&quot;
-            chunk 1 text run 4 at (89.84,200.00) startOffset 3 endOffset 4 width 6.11: &quot;T&quot;
-            chunk 1 text run 5 at (95.03,200.00) startOffset 4 endOffset 5 width 3.33: &quot;r&quot;
-            chunk 1 text run 6 at (98.31,200.00) startOffset 5 endOffset 9 width 18.90: &quot;ansf&quot;
-            chunk 1 text run 7 at (117.11,200.00) startOffset 9 endOffset 15 width 30.56: &quot;orm.se&quot;
-            chunk 1 text run 8 at (147.57,200.00) startOffset 15 endOffset 20 width 22.78: &quot;tMatr&quot;
-            chunk 1 text run 9 at (170.36,200.00) startOffset 20 endOffset 24 width 13.88: &quot;ix()&quot;
</del><ins>+      RenderSVGContainer {g} at (70,72) size 240x130
+        RenderSVGText {text} at (70,72) size 240x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 240x10
+            chunk 1 text run 1 at (70.00,80.00) startOffset 0 endOffset 47 width 240.00: &quot;SVGTransformList.createSVGTransformFromMatrix()&quot;
+        RenderSVGText {text} at (70,132) size 238x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 238x10
+            chunk 1 text run 1 at (70.00,140.00) startOffset 0 endOffset 44 width 238.00: &quot;SVGSVGElement.createSVGTransformFromMatrix()&quot;
+        RenderSVGText {text} at (70,192) size 118x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 118x10
+            chunk 1 text run 1 at (70.00,200.00) startOffset 0 endOffset 24 width 118.00: &quot;SVGTransform.setMatrix()&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (0,0) size 0x0 [transform={m=((3.00,0.00)(0.00,1.00)) t=(0.00,0.00)}]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.7 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.7 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEcoordsdom04fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,108 +3,64 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (19,34) size 178x260
</del><ins>+    RenderSVGContainer {g} at (19,34) size 179x260
</ins><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-      RenderSVGContainer {g} at (19,34) size 178x260 [transform={m=((1.00,0.00)(0.00,1.00)) t=(20.00,-10.00)}]
-        RenderSVGContainer {g} at (19,34) size 178x260 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,40.00)}]
</del><ins>+      RenderSVGContainer {g} at (19,34) size 179x260 [transform={m=((1.00,0.00)(0.00,1.00)) t=(20.00,-10.00)}]
+        RenderSVGContainer {g} at (19,34) size 179x260 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,40.00)}]
</ins><span class="cx">           RenderSVGRect {rect} at (19,34) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=5.00] [width=15.00] [height=15.00]
</span><del>-          RenderSVGText {text} at (20,5) size 140x19 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 140x18
-              chunk 1 text run 1 at (20.00,20.00) startOffset 0 endOffset 3 width 27.00: &quot;Scr&quot;
-              chunk 1 text run 2 at (47.02,20.00) startOffset 3 endOffset 5 width 14.00: &quot;ip&quot;
-              chunk 1 text run 3 at (60.95,20.00) startOffset 5 endOffset 17 width 98.06: &quot;ting enabled&quot;
</del><ins>+          RenderSVGText {text} at (20,5) size 139x19 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 139x18
+              chunk 1 text run 1 at (20.00,20.00) startOffset 0 endOffset 17 width 139.00: &quot;Scripting enabled&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,54) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=25.00] [width=15.00] [height=15.00]
</span><span class="cx">           RenderSVGText {text} at (20,25) size 148x19 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 148x18
</span><del>-              chunk 1 text run 1 at (20.00,40.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,40.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,40.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,40.00) startOffset 13 endOffset 17 width 30.02: &quot;t #1&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,40.00) startOffset 0 endOffset 17 width 148.00: &quot;Passed subtest #1&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,74) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=45.00] [width=15.00] [height=15.00]
</span><span class="cx">           RenderSVGText {text} at (20,45) size 148x19 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 148x18
</span><del>-              chunk 1 text run 1 at (20.00,60.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,60.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,60.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,60.00) startOffset 13 endOffset 17 width 30.02: &quot;t #2&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,60.00) startOffset 0 endOffset 17 width 148.00: &quot;Passed subtest #2&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,94) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=65.00] [width=15.00] [height=15.00]
</span><span class="cx">           RenderSVGText {text} at (20,65) size 148x19 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 148x18
</span><del>-              chunk 1 text run 1 at (20.00,80.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,80.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,80.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,80.00) startOffset 13 endOffset 17 width 30.02: &quot;t #3&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,80.00) startOffset 0 endOffset 17 width 148.00: &quot;Passed subtest #3&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,114) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=85.00] [width=15.00] [height=15.00]
</span><span class="cx">           RenderSVGText {text} at (20,85) size 148x19 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 148x18
</span><del>-              chunk 1 text run 1 at (20.00,100.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,100.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,100.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,100.00) startOffset 13 endOffset 17 width 30.02: &quot;t #4&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,100.00) startOffset 0 endOffset 17 width 148.00: &quot;Passed subtest #4&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,134) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=105.00] [width=15.00] [height=15.00]
</span><span class="cx">           RenderSVGText {text} at (20,105) size 148x19 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 148x18
</span><del>-              chunk 1 text run 1 at (20.00,120.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,120.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,120.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,120.00) startOffset 13 endOffset 17 width 30.02: &quot;t #5&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,120.00) startOffset 0 endOffset 17 width 148.00: &quot;Passed subtest #5&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,154) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=125.00] [width=15.00] [height=15.00]
</span><span class="cx">           RenderSVGText {text} at (20,125) size 148x19 contains 1 chunk(s)
</span><del>-            RenderSVGInlineText {#text} at (0,0) size 148x19
-              chunk 1 text run 1 at (20.00,140.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,140.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,140.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,140.00) startOffset 13 endOffset 17 width 30.02: &quot;t #6&quot;
</del><ins>+            RenderSVGInlineText {#text} at (0,0) size 148x18
+              chunk 1 text run 1 at (20.00,140.00) startOffset 0 endOffset 17 width 148.00: &quot;Passed subtest #6&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,174) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=145.00] [width=15.00] [height=15.00]
</span><span class="cx">           RenderSVGText {text} at (20,145) size 148x19 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 148x18
</span><del>-              chunk 1 text run 1 at (20.00,160.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,160.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,160.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,160.00) startOffset 13 endOffset 17 width 30.02: &quot;t #7&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,160.00) startOffset 0 endOffset 17 width 148.00: &quot;Passed subtest #7&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,194) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=165.00] [width=15.00] [height=15.00]
</span><span class="cx">           RenderSVGText {text} at (20,165) size 148x19 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 148x18
</span><del>-              chunk 1 text run 1 at (20.00,180.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,180.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,180.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,180.00) startOffset 13 endOffset 17 width 30.02: &quot;t #8&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,180.00) startOffset 0 endOffset 17 width 148.00: &quot;Passed subtest #8&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,214) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=185.00] [width=15.00] [height=15.00]
</span><span class="cx">           RenderSVGText {text} at (20,185) size 148x19 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 148x18
</span><del>-              chunk 1 text run 1 at (20.00,200.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,200.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,200.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,200.00) startOffset 13 endOffset 17 width 30.02: &quot;t #9&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,200.00) startOffset 0 endOffset 17 width 148.00: &quot;Passed subtest #9&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,234) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=205.00] [width=15.00] [height=15.00]
</span><del>-          RenderSVGText {text} at (20,205) size 157x19 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 157x18
-              chunk 1 text run 1 at (20.00,220.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,220.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,220.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,220.00) startOffset 13 endOffset 17 width 30.02: &quot;t #1&quot;
-              chunk 1 text run 5 at (166.16,220.00) startOffset 17 endOffset 18 width 10.01: &quot;0&quot;
</del><ins>+          RenderSVGText {text} at (20,205) size 158x19 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 158x18
+              chunk 1 text run 1 at (20.00,220.00) startOffset 0 endOffset 18 width 158.00: &quot;Passed subtest #10&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,254) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=225.00] [width=15.00] [height=15.00]
</span><del>-          RenderSVGText {text} at (20,225) size 156x19 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 156x18
-              chunk 1 text run 1 at (20.00,240.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,240.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,240.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,240.00) startOffset 13 endOffset 17 width 30.02: &quot;t #1&quot;
-              chunk 1 text run 5 at (165.15,240.00) startOffset 17 endOffset 18 width 10.01: &quot;1&quot;
</del><ins>+          RenderSVGText {text} at (20,225) size 158x19 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 158x18
+              chunk 1 text run 1 at (20.00,240.00) startOffset 0 endOffset 18 width 158.00: &quot;Passed subtest #11&quot;
</ins><span class="cx">           RenderSVGRect {rect} at (19,274) size 17x17 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=245.00] [width=15.00] [height=15.00]
</span><del>-          RenderSVGText {text} at (20,245) size 157x19 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 157x18
-              chunk 1 text run 1 at (20.00,260.00) startOffset 0 endOffset 1 width 12.01: &quot;P&quot;
-              chunk 1 text run 2 at (31.50,260.00) startOffset 1 endOffset 11 width 87.05: &quot;assed subt&quot;
-              chunk 1 text run 3 at (118.30,260.00) startOffset 11 endOffset 13 width 19.01: &quot;es&quot;
-              chunk 1 text run 4 at (137.25,260.00) startOffset 13 endOffset 17 width 30.02: &quot;t #1&quot;
-              chunk 1 text run 5 at (166.03,260.00) startOffset 17 endOffset 18 width 10.01: &quot;2&quot;
-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.5 $&quot;
</del><ins>+          RenderSVGText {text} at (20,245) size 158x19 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 158x18
+              chunk 1 text run 1 at (20.00,260.00) startOffset 0 endOffset 18 width 158.00: &quot;Passed subtest #12&quot;
+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.5 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEcoordsunits03bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -10,116 +10,81 @@
</span><span class="cx">       RenderSVGText {text} at (125,9) size 181x14 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 181x14
</span><span class="cx">           chunk 1 text run 1 at (125.00,20.00) startOffset 0 endOffset 35 width 181.00: &quot;Initial viewport and CSS units test&quot;
</span><del>-      RenderSVGContainer {g} at (20,67) size 386x196 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,60.00)}]
-        RenderSVGText {text} at (20,7) size 22x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 22x14
-            chunk 1 text run 1 at (20.00,18.00) startOffset 0 endOffset 3 width 21.68: &quot;200&quot;
-        RenderSVGText {text} at (230,9) size 176x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 176x14
-            chunk 1 text run 1 at (230.00,20.00) startOffset 0 endOffset 27 width 156.78: &quot;User space units (no specif&quot;
-            chunk 1 text run 2 at (386.75,20.00) startOffset 27 endOffset 31 width 18.77: &quot;ier)&quot;
</del><ins>+      RenderSVGContainer {g} at (20,67) size 387x196 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,60.00)}]
+        RenderSVGText {text} at (20,7) size 21x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 21x14
+            chunk 1 text run 1 at (20.00,18.00) startOffset 0 endOffset 3 width 21.00: &quot;200&quot;
+        RenderSVGText {text} at (230,9) size 177x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 177x14
+            chunk 1 text run 1 at (230.00,20.00) startOffset 0 endOffset 31 width 177.00: &quot;User space units (no specifier)&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (20,80) size 200x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=20.00] [width=200.00] [height=1.00]
</span><del>-        RenderSVGText {text} at (20,27) size 40x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 40x14
-            chunk 1 text run 1 at (20.00,38.00) startOffset 0 endOffset 6 width 39.03: &quot;200 px&quot;
-        RenderSVGText {text} at (230,29) size 61x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 61x13
-            chunk 1 text run 1 at (230.00,40.00) startOffset 0 endOffset 3 width 18.06: &quot;Pix&quot;
-            chunk 1 text run 2 at (247.68,40.00) startOffset 3 endOffset 11 width 42.61: &quot;els (px)&quot;
</del><ins>+        RenderSVGText {text} at (20,27) size 39x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 39x14
+            chunk 1 text run 1 at (20.00,38.00) startOffset 0 endOffset 6 width 39.00: &quot;200 px&quot;
+        RenderSVGText {text} at (230,29) size 62x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 62x14
+            chunk 1 text run 1 at (230.00,40.00) startOffset 0 endOffset 11 width 62.00: &quot;Pixels (px)&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (20,100) size 200x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=40.00] [width=200.00] [height=1.00]
</span><del>-        RenderSVGText {text} at (20,47) size 187x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 187x13
-            chunk 1 text run 1 at (20.00,58.00) startOffset 0 endOffset 17 width 101.53: &quot;20 em = 200 px (f&quot;
-            chunk 1 text run 2 at (121.40,58.00) startOffset 17 endOffset 27 width 60.33: &quot;ont-size=1&quot;
-            chunk 1 text run 3 at (180.90,58.00) startOffset 27 endOffset 31 width 25.28: &quot;0px)&quot;
-        RenderSVGText {text} at (230,49) size 144x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 144x13
-            chunk 1 text run 1 at (230.00,60.00) startOffset 0 endOffset 1 width 9.39: &quot;R&quot;
-            chunk 1 text run 2 at (239.23,60.00) startOffset 1 endOffset 7 width 30.34: &quot;elativ&quot;
-            chunk 1 text run 3 at (269.29,60.00) startOffset 7 endOffset 10 width 14.46: &quot;e t&quot;
-            chunk 1 text run 4 at (283.58,60.00) startOffset 10 endOffset 13 width 14.46: &quot;o f&quot;
-            chunk 1 text run 5 at (297.91,60.00) startOffset 13 endOffset 26 width 75.13: &quot;ont size (em)&quot;
</del><ins>+        RenderSVGText {text} at (20,47) size 189x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 189x14
+            chunk 1 text run 1 at (20.00,58.00) startOffset 0 endOffset 31 width 189.00: &quot;20 em = 200 px (font-size=10px)&quot;
+        RenderSVGText {text} at (230,49) size 146x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 146x14
+            chunk 1 text run 1 at (230.00,60.00) startOffset 0 endOffset 26 width 146.00: &quot;Relative to font size (em)&quot;
</ins><span class="cx">         RenderSVGContainer {g} at (20,120) size 200x1
</span><span class="cx">           RenderSVGRect {rect} at (20,120) size 200x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=60.00] [width=200.00] [height=1.00]
</span><span class="cx">         RenderSVGText {text} at (20,67) size 32x14 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 32x13
-            chunk 1 text run 1 at (20.00,78.00) startOffset 0 endOffset 4 width 25.30: &quot;40 e&quot;
-            chunk 1 text run 2 at (44.94,78.00) startOffset 4 endOffset 5 width 6.50: &quot;x&quot;
-        RenderSVGText {text} at (230,69) size 162x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 162x13
-            chunk 1 text run 1 at (230.00,80.00) startOffset 0 endOffset 1 width 9.39: &quot;R&quot;
-            chunk 1 text run 2 at (239.23,80.00) startOffset 1 endOffset 7 width 30.34: &quot;elativ&quot;
-            chunk 1 text run 3 at (269.29,80.00) startOffset 7 endOffset 10 width 14.46: &quot;e t&quot;
-            chunk 1 text run 4 at (283.58,80.00) startOffset 10 endOffset 13 width 14.46: &quot;o f&quot;
-            chunk 1 text run 5 at (297.91,80.00) startOffset 13 endOffset 28 width 83.10: &quot;ont x-height (e&quot;
-            chunk 1 text run 6 at (380.64,80.00) startOffset 28 endOffset 30 width 10.83: &quot;x)&quot;
-        RenderSVGContainer {g} at (20,140) size 200x1
-          RenderSVGRect {rect} at (20,140) size 200x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=80.00] [width=200.00] [height=1.00]
-        RenderSVGText {text} at (20,87) size 96x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 96x13
-            chunk 1 text run 1 at (20.00,98.00) startOffset 0 endOffset 1 width 7.23: &quot;4&quot;
-            chunk 1 text run 2 at (26.11,98.00) startOffset 1 endOffset 2 width 7.23: &quot;1&quot;
-            chunk 1 text run 3 at (32.35,98.00) startOffset 2 endOffset 4 width 10.84: &quot;.6&quot;
-            chunk 1 text run 4 at (42.79,98.00) startOffset 4 endOffset 15 width 72.63: &quot;7% = 200 px&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 32x14
+            chunk 1 text run 1 at (20.00,78.00) startOffset 0 endOffset 5 width 32.00: &quot;40 ex&quot;
+        RenderSVGText {text} at (230,69) size 164x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 164x14
+            chunk 1 text run 1 at (230.00,80.00) startOffset 0 endOffset 30 width 164.00: &quot;Relative to font x-height (ex)&quot;
+        RenderSVGContainer {g} at (20,140) size 320x1
+          RenderSVGRect {rect} at (20,140) size 320x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=80.00] [width=320.00] [height=1.00]
+        RenderSVGText {text} at (20,87) size 99x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 99x14
+            chunk 1 text run 1 at (20.00,98.00) startOffset 0 endOffset 15 width 99.00: &quot;41.67% = 200 px&quot;
</ins><span class="cx">         RenderSVGText {text} at (230,89) size 90x14 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 90x13
-            chunk 1 text run 1 at (230.00,100.00) startOffset 0 endOffset 1 width 8.67: &quot;P&quot;
-            chunk 1 text run 2 at (238.26,100.00) startOffset 1 endOffset 3 width 11.56: &quot;er&quot;
-            chunk 1 text run 3 at (249.73,100.00) startOffset 3 endOffset 7 width 24.57: &quot;cent&quot;
-            chunk 1 text run 4 at (274.29,100.00) startOffset 7 endOffset 14 width 45.51: &quot;age (%)&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 90x14
+            chunk 1 text run 1 at (230.00,100.00) startOffset 0 endOffset 14 width 90.00: &quot;Percentage (%)&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (20,160) size 201x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=100.00] [width=200.02] [height=1.00]
</span><span class="cx">         RenderSVGText {text} at (20,107) size 21x14 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 21x14
</span><del>-            chunk 1 text run 1 at (20.00,118.00) startOffset 0 endOffset 4 width 20.96: &quot;1 in&quot;
</del><ins>+            chunk 1 text run 1 at (20.00,118.00) startOffset 0 endOffset 4 width 21.00: &quot;1 in&quot;
</ins><span class="cx">         RenderSVGText {text} at (230,109) size 61x14 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 61x13
-            chunk 1 text run 1 at (230.00,120.00) startOffset 0 endOffset 3 width 17.34: &quot;Inc&quot;
-            chunk 1 text run 2 at (247.36,120.00) startOffset 3 endOffset 11 width 43.34: &quot;hes (in)&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 61x14
+            chunk 1 text run 1 at (230.00,120.00) startOffset 0 endOffset 11 width 61.00: &quot;Inches (in)&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (20,180) size 96x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=120.00] [width=96.00] [height=1.00]
</span><del>-        RenderSVGText {text} at (20,127) size 83x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 83x14
-            chunk 1 text run 1 at (20.00,138.00) startOffset 0 endOffset 3 width 18.07: &quot;2.5&quot;
-            chunk 1 text run 2 at (38.08,138.00) startOffset 3 endOffset 14 width 63.95: &quot;4 cm = 1 in&quot;
</del><ins>+        RenderSVGText {text} at (20,127) size 84x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 84x14
+            chunk 1 text run 1 at (20.00,138.00) startOffset 0 endOffset 14 width 84.00: &quot;2.54 cm = 1 in&quot;
</ins><span class="cx">         RenderSVGText {text} at (230,129) size 100x14 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 100x13
-            chunk 1 text run 1 at (230.00,140.00) startOffset 0 endOffset 7 width 48.40: &quot;Centime&quot;
-            chunk 1 text run 2 at (278.27,140.00) startOffset 7 endOffset 8 width 3.61: &quot;t&quot;
-            chunk 1 text run 3 at (281.69,140.00) startOffset 8 endOffset 10 width 11.56: &quot;er&quot;
-            chunk 1 text run 4 at (293.30,140.00) startOffset 10 endOffset 16 width 36.10: &quot;s (cm)&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 100x14
+            chunk 1 text run 1 at (230.00,140.00) startOffset 0 endOffset 16 width 100.00: &quot;Centimeters (cm)&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (20,200) size 96x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=140.00] [width=96.00] [height=1.00]
</span><del>-        RenderSVGText {text} at (20,147) size 87x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 87x14
-            chunk 1 text run 1 at (20.00,158.00) startOffset 0 endOffset 14 width 86.35: &quot;25.4 mm = 1 in&quot;
-        RenderSVGText {text} at (230,149) size 96x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 96x13
-            chunk 1 text run 1 at (230.00,160.00) startOffset 0 endOffset 7 width 40.43: &quot;Millime&quot;
-            chunk 1 text run 2 at (270.30,160.00) startOffset 7 endOffset 8 width 3.61: &quot;t&quot;
-            chunk 1 text run 3 at (273.72,160.00) startOffset 8 endOffset 10 width 11.56: &quot;er&quot;
-            chunk 1 text run 4 at (285.33,160.00) startOffset 10 endOffset 16 width 40.43: &quot;s (mm)&quot;
</del><ins>+        RenderSVGText {text} at (20,147) size 88x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 88x14
+            chunk 1 text run 1 at (20.00,158.00) startOffset 0 endOffset 14 width 88.00: &quot;25.4 mm = 1 in&quot;
+        RenderSVGText {text} at (230,149) size 97x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 97x14
+            chunk 1 text run 1 at (230.00,160.00) startOffset 0 endOffset 16 width 97.00: &quot;Millimeters (mm)&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (20,220) size 96x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=160.00] [width=96.00] [height=1.00]
</span><del>-        RenderSVGText {text} at (20,167) size 61x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 61x13
-            chunk 1 text run 1 at (20.00,178.00) startOffset 0 endOffset 1 width 7.23: &quot;7&quot;
-            chunk 1 text run 2 at (26.85,178.00) startOffset 1 endOffset 3 width 14.46: &quot;2p&quot;
-            chunk 1 text run 3 at (41.26,178.00) startOffset 3 endOffset 11 width 39.39: &quot;t = 1 in&quot;
-        RenderSVGText {text} at (230,169) size 59x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 59x13
-            chunk 1 text run 1 at (230.00,180.00) startOffset 0 endOffset 1 width 8.67: &quot;P&quot;
-            chunk 1 text run 2 at (238.31,180.00) startOffset 1 endOffset 9 width 42.63: &quot;oints (p&quot;
-            chunk 1 text run 3 at (280.88,180.00) startOffset 9 endOffset 11 width 7.94: &quot;t)&quot;
</del><ins>+        RenderSVGText {text} at (20,167) size 62x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 62x14
+            chunk 1 text run 1 at (20.00,178.00) startOffset 0 endOffset 11 width 62.00: &quot;72pt = 1 in&quot;
+        RenderSVGText {text} at (230,169) size 60x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 60x14
+            chunk 1 text run 1 at (230.00,180.00) startOffset 0 endOffset 11 width 60.00: &quot;Points (pt)&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (20,240) size 96x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=180.00] [width=96.00] [height=1.00]
</span><del>-        RenderSVGText {text} at (20,187) size 57x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 57x14
-            chunk 1 text run 1 at (20.00,198.00) startOffset 0 endOffset 10 width 56.73: &quot;6pc = 1 in&quot;
-        RenderSVGText {text} at (230,189) size 58x14 contains 1 chunk(s)
</del><ins>+        RenderSVGText {text} at (20,187) size 58x14 contains 1 chunk(s)
</ins><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 58x14
</span><del>-            chunk 1 text run 1 at (230.00,200.00) startOffset 0 endOffset 10 width 57.78: &quot;Picas (pc)&quot;
</del><ins>+            chunk 1 text run 1 at (20.00,198.00) startOffset 0 endOffset 10 width 58.00: &quot;6pc = 1 in&quot;
+        RenderSVGText {text} at (230,189) size 59x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 59x14
+            chunk 1 text run 1 at (230.00,200.00) startOffset 0 endOffset 10 width 59.00: &quot;Picas (pc)&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (20,260) size 96x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=200.00] [width=96.00] [height=1.00]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.7 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.7 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEfiltersfelem01bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -12,47 +12,29 @@
</span><span class="cx">         RenderSVGEllipse {circle} at (90,20) size 80x80 [fill={[type=SOLID] [color=#00FF00]}] [cx=130.00] [cy=60.00] [r=40.00]
</span><span class="cx">         RenderSVGText {text} at (95,114) size 70x20 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 69x20
</span><del>-            chunk 1 (middle anchor) text run 1 at (95.69,130.00) startOffset 0 endOffset 1 width 14.44: &quot;N&quot;
-            chunk 1 (middle anchor) text run 2 at (110.17,130.00) startOffset 1 endOffset 4 width 22.24: &quot;o f&quot;
-            chunk 1 (middle anchor) text run 3 at (132.37,130.00) startOffset 4 endOffset 7 width 14.44: &quot;ilt&quot;
-            chunk 1 (middle anchor) text run 4 at (146.53,130.00) startOffset 7 endOffset 9 width 17.78: &quot;er&quot;
</del><ins>+            chunk 1 (middle anchor) text run 1 at (95.50,130.00) startOffset 0 endOffset 9 width 69.00: &quot;No filter&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (82,162) size 96x122
</span><span class="cx">         RenderSVGEllipse {circle} at (100,180) size 60x60 [fill={[type=SOLID] [color=#00FF00]}] [cx=130.00] [cy=210.00] [r=30.00]
</span><span class="cx">         RenderSVGEllipse {circle} at (82,162) size 96x96 [fill={[type=SOLID] [color=#FF0000]}] [cx=130.00] [cy=210.00] [r=40.00]
</span><span class="cx">           [filter=&quot;null&quot;] RenderSVGResourceFilter {filter} at (82,162) size 96x96
</span><span class="cx">         RenderSVGText {text} at (91,264) size 78x20 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 78x20
-            chunk 1 (middle anchor) text run 1 at (91.27,280.00) startOffset 0 endOffset 6 width 45.56: &quot;Null f&quot;
-            chunk 1 (middle anchor) text run 2 at (136.79,280.00) startOffset 6 endOffset 9 width 14.44: &quot;ilt&quot;
-            chunk 1 (middle anchor) text run 3 at (150.95,280.00) startOffset 9 endOffset 11 width 17.78: &quot;er&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 77x20
+            chunk 1 (middle anchor) text run 1 at (91.50,280.00) startOffset 0 endOffset 11 width 77.00: &quot;Null filter&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (252,20) size 156x114
</span><span class="cx">         RenderSVGEllipse {circle} at (300,30) size 60x60 [fill={[type=SOLID] [color=#00FF00]}] [cx=330.00] [cy=60.00] [r=30.00]
</span><span class="cx">         RenderSVGEllipse {circle} at (290,20) size 80x80 [fill={[type=SOLID] [color=#FF0000]}] [cx=330.00] [cy=60.00] [r=40.00]
</span><span class="cx">         RenderSVGText {text} at (252,114) size 156x20 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 155x20
-            chunk 1 (middle anchor) text run 1 at (252.78,130.00) startOffset 0 endOffset 1 width 14.44: &quot;N&quot;
-            chunk 1 (middle anchor) text run 2 at (267.26,130.00) startOffset 1 endOffset 5 width 40.02: &quot;on-e&quot;
-            chunk 1 (middle anchor) text run 3 at (306.74,130.00) startOffset 5 endOffset 8 width 24.44: &quot;xis&quot;
-            chunk 1 (middle anchor) text run 4 at (331.12,130.00) startOffset 8 endOffset 9 width 5.56: &quot;t&quot;
-            chunk 1 (middle anchor) text run 5 at (336.40,130.00) startOffset 9 endOffset 14 width 38.92: &quot;ent f&quot;
-            chunk 1 (middle anchor) text run 6 at (375.28,130.00) startOffset 14 endOffset 17 width 14.44: &quot;ilt&quot;
-            chunk 1 (middle anchor) text run 7 at (389.44,130.00) startOffset 17 endOffset 19 width 17.78: &quot;er&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 156x20
+            chunk 1 (middle anchor) text run 1 at (252.00,130.00) startOffset 0 endOffset 19 width 156.00: &quot;Non-existent filter&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (214,180) size 232x104
</span><span class="cx">         RenderSVGEllipse {circle} at (300,180) size 60x60 [fill={[type=SOLID] [color=#00FF00]}] [cx=330.00] [cy=210.00] [r=30.00]
</span><span class="cx">         RenderSVGEllipse {circle} at (322,202) size 16x16 [fill={[type=SOLID] [color=#FF0000]}] [cx=330.00] [cy=210.00] [r=40.00]
</span><span class="cx">           [filter=&quot;nullreg&quot;] RenderSVGResourceFilter {filter} at (322,202) size 16x16
</span><span class="cx">         RenderSVGText {text} at (214,264) size 232x20 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 232x20
-            chunk 1 (middle anchor) text run 1 at (214.17,280.00) startOffset 0 endOffset 8 width 64.44: &quot;Null wit&quot;
-            chunk 1 (middle anchor) text run 2 at (278.55,280.00) startOffset 8 endOffset 17 width 75.56: &quot;h small r&quot;
-            chunk 1 (middle anchor) text run 3 at (353.89,280.00) startOffset 17 endOffset 24 width 60.04: &quot;egion f&quot;
-            chunk 1 (middle anchor) text run 4 at (413.89,280.00) startOffset 24 endOffset 27 width 14.44: &quot;ilt&quot;
-            chunk 1 (middle anchor) text run 5 at (428.05,280.00) startOffset 27 endOffset 29 width 17.78: &quot;er&quot;
-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.7 $&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 231x20
+            chunk 1 (middle anchor) text run 1 at (214.50,280.00) startOffset 0 endOffset 29 width 231.00: &quot;Null with small region filter&quot;
+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.7 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEfiltersimage03fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -49,17 +49,13 @@
</span><span class="cx">           RenderSVGRect {rect} at (159,199) size 52x52 [stroke={[type=SOLID] [color=#0000FF]}] [x=100.00] [y=100.00] [width=50.00] [height=50.00]
</span><span class="cx">           RenderSVGRect {rect} at (259,199) size 52x52 [stroke={[type=SOLID] [color=#0000FF]}] [x=200.00] [y=100.00] [width=50.00] [height=50.00]
</span><span class="cx">           RenderSVGRect {rect} at (359,199) size 52x52 [stroke={[type=SOLID] [color=#0000FF]}] [x=300.00] [y=100.00] [width=50.00] [height=50.00]
</span><del>-    RenderSVGContainer {g} at (10,314) size 223x33
-      RenderSVGText {text} at (10,314) size 223x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 223x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 13 width 8.90: &quot;.&quot;
-          chunk 1 text run 5 at (188.50,340.00) startOffset 13 endOffset 16 width 44.48: &quot;1 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.1 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span><span class="cx">     RenderSVGContainer {g} at (0,0) size 480x23
</span><span class="cx">       RenderSVGRect {rect} at (0,0) size 480x22 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=1.00] [y=1.00] [width=478.00] [height=20.00]
</span><del>-      RenderSVGText {text} at (206,2) size 68x20 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 67x20
-          chunk 1 (middle anchor) text run 1 at (206.67,18.00) startOffset 0 endOffset 5 width 66.66: &quot;DRAFT&quot;
</del><ins>+      RenderSVGText {text} at (205,2) size 70x20 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 70x20
+          chunk 1 (middle anchor) text run 1 at (205.00,18.00) startOffset 0 endOffset 5 width 70.00: &quot;DRAFT&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEinteractpointer03texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,42 +3,18 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (10,30) size 290x123
-      RenderSVGText {text} at (10,30) size 290x13 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 290x13
-          chunk 1 text run 1 at (10.00,40.00) startOffset 0 endOffset 1 width 7.33: &quot;T&quot;
-          chunk 1 text run 2 at (16.19,40.00) startOffset 1 endOffset 3 width 12.67: &quot;es&quot;
-          chunk 1 text run 3 at (28.83,40.00) startOffset 3 endOffset 10 width 32.69: &quot;t point&quot;
-          chunk 1 text run 4 at (61.35,40.00) startOffset 10 endOffset 12 width 10.67: &quot;er&quot;
-          chunk 1 text run 5 at (71.45,40.00) startOffset 12 endOffset 14 width 10.67: &quot;-e&quot;
-          chunk 1 text run 6 at (81.94,40.00) startOffset 14 endOffset 15 width 6.00: &quot;v&quot;
-          chunk 1 text run 7 at (87.69,40.00) startOffset 15 endOffset 26 width 59.96: &quot;ents=\&quot;paint&quot;
-          chunk 1 text run 8 at (147.48,40.00) startOffset 26 endOffset 33 width 35.60: &quot;ed\&quot; wit&quot;
-          chunk 1 text run 9 at (183.05,40.00) startOffset 33 endOffset 44 width 56.03: &quot;h paint ser&quot;
-          chunk 1 text run 10 at (239.43,40.00) startOffset 44 endOffset 45 width 6.00: &quot;v&quot;
-          chunk 1 text run 11 at (245.18,40.00) startOffset 45 endOffset 49 width 17.34: &quot;er f&quot;
-          chunk 1 text run 12 at (262.41,40.00) startOffset 49 endOffset 55 width 31.34: &quot;allbac&quot;
-          chunk 1 text run 13 at (293.84,40.00) startOffset 55 endOffset 56 width 6.00: &quot;k&quot;
</del><ins>+    RenderSVGContainer {g} at (10,30) size 297x123
+      RenderSVGText {text} at (10,30) size 297x13 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 297x12
+          chunk 1 text run 1 at (10.00,40.00) startOffset 0 endOffset 56 width 297.00: &quot;Test pointer-events=\&quot;painted\&quot; with paint server fallback&quot;
</ins><span class="cx">       RenderSVGRect {rect} at (10,80) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=80.00] [width=50.00] [height=50.00]
</span><span class="cx">       RenderSVGRect {rect} at (10,80) size 50x50 [x=10.00] [y=80.00] [width=50.00] [height=50.00]
</span><del>-      RenderSVGContainer {g} at (10,139) size 254x14
-        RenderSVGText {text} at (10,139) size 254x14 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 254x13
-            chunk 1 text run 1 at (10.00,150.00) startOffset 0 endOffset 2 width 18.06: &quot;Mo&quot;
-            chunk 1 text run 2 at (27.82,150.00) startOffset 2 endOffset 3 width 6.50: &quot;v&quot;
-            chunk 1 text run 3 at (34.05,150.00) startOffset 3 endOffset 6 width 14.46: &quot;e t&quot;
-            chunk 1 text run 4 at (48.47,150.00) startOffset 6 endOffset 20 width 81.67: &quot;he pointing de&quot;
-            chunk 1 text run 5 at (129.94,150.00) startOffset 20 endOffset 26 width 33.96: &quot;vice o&quot;
-            chunk 1 text run 6 at (163.66,150.00) startOffset 26 endOffset 27 width 6.50: &quot;v&quot;
-            chunk 1 text run 7 at (169.89,150.00) startOffset 27 endOffset 31 width 18.78: &quot;er t&quot;
-            chunk 1 text run 8 at (188.63,150.00) startOffset 31 endOffset 35 width 22.40: &quot;he r&quot;
-            chunk 1 text run 9 at (210.89,150.00) startOffset 35 endOffset 38 width 17.34: &quot;ect&quot;
-            chunk 1 text run 10 at (228.22,150.00) startOffset 38 endOffset 44 width 35.41: &quot;angle.&quot;
-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.4 $&quot;
</del><ins>+      RenderSVGContainer {g} at (10,139) size 257x14
+        RenderSVGText {text} at (10,139) size 257x14 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 257x14
+            chunk 1 text run 1 at (10.00,150.00) startOffset 0 endOffset 44 width 257.00: &quot;Move the pointing device over the rectangle.&quot;
+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.4 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEpaintingmarker07fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -12,11 +12,8 @@
</span><span class="cx">             RenderSVGPath {path} at (0,0) size 200x200 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 0 0 L 200 200 L 0 150 Z&quot;]
</span><span class="cx">       RenderSVGPath {path} at (0,0) size 225x225 [fill={[type=SOLID] [color=#000000]}] [end marker=testMarker] [data=&quot;M 0 0 L 25 25&quot;]
</span><span class="cx">       RenderSVGPath {path} at (100,0) size 225x225 [fill={[type=SOLID] [color=#000000]}] [end marker=testMarker2] [data=&quot;M 100 0 L 125 25&quot;]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.3 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.3 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEpathsdom02fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -5,16 +5,13 @@
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">     RenderSVGContainer {g} at (119,61) size 242x239
</span><span class="cx">       RenderSVGPath {path} at (119,61) size 242x239 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#0000FF]}] [data=&quot;M 250.261 208.191 C 256 300 224 300 229.739 208.191 C 175.122 282.21 150.609 261.641 214.019 195 C 124.601 216.595 119.045 185.081 210.456 174.791 C 128.077 133.856 144.077 106.144 220.716 157.019 C 183.923 72.7092 213.993 61.7646 240 150 C 266.007 61.7646 296.077 72.7092 259.284 157.019 C 335.923 106.144 351.923 133.856 269.544 174.791 C 360.955 185.081 355.399 216.595 265.981 195 C 329.391 261.641 304.878 282.21 250.261 208.191 Z&quot;]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.5 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.5 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span><span class="cx">     RenderSVGContainer {g} at (0,0) size 480x23
</span><span class="cx">       RenderSVGRect {rect} at (0,0) size 480x22 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=1.00] [y=1.00] [width=478.00] [height=20.00]
</span><del>-      RenderSVGText {text} at (206,2) size 68x20 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 67x20
-          chunk 1 (middle anchor) text run 1 at (206.67,18.00) startOffset 0 endOffset 5 width 66.66: &quot;DRAFT&quot;
</del><ins>+      RenderSVGText {text} at (205,2) size 70x20 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 70x20
+          chunk 1 (middle anchor) text run 1 at (205.00,18.00) startOffset 0 endOffset 5 width 70.00: &quot;DRAFT&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEpserversgrad17bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -16,11 +16,7 @@
</span><span class="cx">         RenderSVGRect {rect} at (49,81) size 146x146 [stroke={[type=SOLID] [color=#000000]}] [x=0.00] [y=-60.00] [width=480.00] [height=480.00]
</span><span class="cx">       RenderSVGText {text} at (69,235) size 102x19 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 102x18
</span><del>-          chunk 1 (middle anchor) text run 1 at (69.04,250.00) startOffset 0 endOffset 1 width 16.99: &quot;W&quot;
-          chunk 1 (middle anchor) text run 2 at (86.02,250.00) startOffset 1 endOffset 3 width 9.00: &quot;it&quot;
-          chunk 1 (middle anchor) text run 3 at (94.96,250.00) startOffset 3 endOffset 6 width 20.02: &quot;h f&quot;
-          chunk 1 (middle anchor) text run 4 at (114.82,250.00) startOffset 6 endOffset 12 width 47.02: &quot;allbac&quot;
-          chunk 1 (middle anchor) text run 5 at (161.96,250.00) startOffset 12 endOffset 13 width 9.00: &quot;k&quot;
</del><ins>+          chunk 1 (middle anchor) text run 1 at (69.00,250.00) startOffset 0 endOffset 13 width 102.00: &quot;With fallback&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (279,81) size 146x146 [transform={m=((0.30,0.00)(0.00,0.30)) t=(280.00,100.00)}]
</span><span class="cx">         RenderSVGPath {line} at (280,151) size 144x6 [stroke={[type=LINEAR-GRADIENT] [id=&quot;grad&quot;] [stroke width=20.00]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=180.00] [x2=480.00] [y2=180.00]
</span><span class="cx">         RenderSVGPath {line} at (298,100) size 108x108 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(197.57,-116.98)}] [stroke={[type=LINEAR-GRADIENT] [id=&quot;grad&quot;] [stroke width=20.00]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=180.00] [x2=480.00] [y2=180.00]
</span><span class="lines">@@ -29,16 +25,9 @@
</span><span class="cx">         RenderSVGRect {rect} at (279,81) size 146x146 [stroke={[type=SOLID] [color=#000000]}] [x=0.00] [y=-60.00] [width=480.00] [height=480.00]
</span><span class="cx">       RenderSVGText {text} at (286,235) size 128x19 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 127x18
</span><del>-          chunk 1 (middle anchor) text run 1 at (286.53,250.00) startOffset 0 endOffset 1 width 16.99: &quot;W&quot;
-          chunk 1 (middle anchor) text run 2 at (303.51,250.00) startOffset 1 endOffset 3 width 9.00: &quot;it&quot;
-          chunk 1 (middle anchor) text run 3 at (312.45,250.00) startOffset 3 endOffset 9 width 45.04: &quot;hout f&quot;
-          chunk 1 (middle anchor) text run 4 at (357.33,250.00) startOffset 9 endOffset 15 width 47.02: &quot;allbac&quot;
-          chunk 1 (middle anchor) text run 5 at (404.47,250.00) startOffset 15 endOffset 16 width 9.00: &quot;k&quot;
-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.4 $&quot;
</del><ins>+          chunk 1 (middle anchor) text run 1 at (286.50,250.00) startOffset 0 endOffset 16 width 127.00: &quot;Without fallback&quot;
+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.4 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEpserversgrad20bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -16,11 +16,7 @@
</span><span class="cx">         RenderSVGRect {rect} at (49,81) size 146x146 [stroke={[type=SOLID] [color=#000000]}] [x=0.00] [y=-60.00] [width=480.00] [height=480.00]
</span><span class="cx">       RenderSVGText {text} at (69,235) size 102x19 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 102x18
</span><del>-          chunk 1 (middle anchor) text run 1 at (69.04,250.00) startOffset 0 endOffset 1 width 16.99: &quot;W&quot;
-          chunk 1 (middle anchor) text run 2 at (86.02,250.00) startOffset 1 endOffset 3 width 9.00: &quot;it&quot;
-          chunk 1 (middle anchor) text run 3 at (94.96,250.00) startOffset 3 endOffset 6 width 20.02: &quot;h f&quot;
-          chunk 1 (middle anchor) text run 4 at (114.82,250.00) startOffset 6 endOffset 12 width 47.02: &quot;allbac&quot;
-          chunk 1 (middle anchor) text run 5 at (161.96,250.00) startOffset 12 endOffset 13 width 9.00: &quot;k&quot;
</del><ins>+          chunk 1 (middle anchor) text run 1 at (69.00,250.00) startOffset 0 endOffset 13 width 102.00: &quot;With fallback&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (279,81) size 146x146 [transform={m=((0.30,0.00)(0.00,0.30)) t=(280.00,100.00)}]
</span><span class="cx">         RenderSVGPath {path} at (280,151) size 144x6 [stroke={[type=LINEAR-GRADIENT] [id=&quot;grad&quot;] [stroke width=20.00]}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 0 180 L 480 180&quot;]
</span><span class="cx">         RenderSVGPath {path} at (298,100) size 108x108 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(197.57,-116.98)}] [stroke={[type=LINEAR-GRADIENT] [id=&quot;grad&quot;] [stroke width=20.00]}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 0 180 L 480 180&quot;]
</span><span class="lines">@@ -29,16 +25,9 @@
</span><span class="cx">         RenderSVGRect {rect} at (279,81) size 146x146 [stroke={[type=SOLID] [color=#000000]}] [x=0.00] [y=-60.00] [width=480.00] [height=480.00]
</span><span class="cx">       RenderSVGText {text} at (286,235) size 128x19 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 127x18
</span><del>-          chunk 1 (middle anchor) text run 1 at (286.53,250.00) startOffset 0 endOffset 1 width 16.99: &quot;W&quot;
-          chunk 1 (middle anchor) text run 2 at (303.51,250.00) startOffset 1 endOffset 3 width 9.00: &quot;it&quot;
-          chunk 1 (middle anchor) text run 3 at (312.45,250.00) startOffset 3 endOffset 9 width 45.04: &quot;hout f&quot;
-          chunk 1 (middle anchor) text run 4 at (357.33,250.00) startOffset 9 endOffset 15 width 47.02: &quot;allbac&quot;
-          chunk 1 (middle anchor) text run 5 at (404.47,250.00) startOffset 15 endOffset 16 width 9.00: &quot;k&quot;
-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.7 $&quot;
</del><ins>+          chunk 1 (middle anchor) text run 1 at (286.50,250.00) startOffset 0 endOffset 16 width 127.00: &quot;Without fallback&quot;
+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.7 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEpserverspattern03fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -28,17 +28,13 @@
</span><span class="cx">         RenderSVGRect {rect} at (139,159) size 102x102 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id=&quot;invisible6&quot;]}] [x=100.00] [y=100.00] [width=100.00] [height=100.00]
</span><span class="cx">         RenderSVGRect {rect} at (239,159) size 102x102 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id=&quot;invisible7&quot;]}] [x=200.00] [y=100.00] [width=100.00] [height=100.00]
</span><span class="cx">         RenderSVGRect {rect} at (339,159) size 102x102 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#00FF00]}] [x=300.00] [y=100.00] [width=100.00] [height=100.00]
</span><del>-    RenderSVGContainer {g} at (10,314) size 223x33
-      RenderSVGText {text} at (10,314) size 223x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 223x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 13 width 8.90: &quot;.&quot;
-          chunk 1 text run 5 at (188.50,340.00) startOffset 13 endOffset 16 width 44.48: &quot;1 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.1 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span><span class="cx">     RenderSVGContainer {g} at (0,0) size 480x23
</span><span class="cx">       RenderSVGRect {rect} at (0,0) size 480x22 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=1.00] [y=1.00] [width=478.00] [height=20.00]
</span><del>-      RenderSVGText {text} at (206,2) size 68x20 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 67x20
-          chunk 1 (middle anchor) text run 1 at (206.67,18.00) startOffset 0 endOffset 5 width 66.66: &quot;DRAFT&quot;
</del><ins>+      RenderSVGText {text} at (205,2) size 70x20 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 70x20
+          chunk 1 (middle anchor) text run 1 at (205.00,18.00) startOffset 0 endOffset 5 width 70.00: &quot;DRAFT&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEpserverspattern04fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -11,11 +11,8 @@
</span><span class="cx">           RenderSVGEllipse {circle} at (3,0) size 4x4 [fill={[type=SOLID] [color=#00FF00]}] [cx=5.00] [cy=2.00] [r=2.00]
</span><span class="cx">       RenderSVGRect {rect} at (1,1) size 200x200 [fill={[type=PATTERN] [id=&quot;pattern1&quot;]}] [x=1.00] [y=1.00] [width=200.00] [height=200.00]
</span><span class="cx">       RenderSVGRect {rect} at (1,1) size 200x200 [fill={[type=PATTERN] [id=&quot;pattern2&quot;]}] [x=1.00] [y=1.00] [width=200.00] [height=200.00]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.3 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.3 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEstructuse14fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -10,16 +10,13 @@
</span><span class="cx">       RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
</span><span class="cx">       RenderSVGContainer {use} at (0,0) size 100x100
</span><span class="cx">         RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.3 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.3 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span><span class="cx">     RenderSVGContainer {g} at (0,0) size 480x23
</span><span class="cx">       RenderSVGRect {rect} at (0,0) size 480x22 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=1.00] [y=1.00] [width=478.00] [height=20.00]
</span><del>-      RenderSVGText {text} at (206,2) size 68x20 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 67x20
-          chunk 1 (middle anchor) text run 1 at (206.67,18.00) startOffset 0 endOffset 5 width 66.66: &quot;DRAFT&quot;
</del><ins>+      RenderSVGText {text} at (205,2) size 70x20 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 70x20
+          chunk 1 (middle anchor) text run 1 at (205.00,18.00) startOffset 0 endOffset 5 width 70.00: &quot;DRAFT&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEstylingcss04fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -5,12 +5,9 @@
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">     RenderSVGContainer {g} at (15,19) size 433x259
</span><span class="cx">       RenderSVGContainer {g} at (15,19) size 433x259
</span><del>-        RenderSVGText {text} at (163,19) size 154x20 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 154x20
-            chunk 1 (middle anchor) text run 1 at (163.04,35.00) startOffset 0 endOffset 10 width 98.92: &quot;CSS select&quot;
-            chunk 1 (middle anchor) text run 2 at (261.72,35.00) startOffset 10 endOffset 14 width 28.90: &quot;or t&quot;
-            chunk 1 (middle anchor) text run 3 at (290.34,35.00) startOffset 14 endOffset 16 width 21.12: &quot;es&quot;
-            chunk 1 (middle anchor) text run 4 at (311.40,35.00) startOffset 16 endOffset 17 width 5.56: &quot;t&quot;
</del><ins>+        RenderSVGText {text} at (162,19) size 156x20 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 155x20
+            chunk 1 (middle anchor) text run 1 at (162.50,35.00) startOffset 0 endOffset 17 width 155.00: &quot;CSS selector test&quot;
</ins><span class="cx">         RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">         RenderSVGContainer {g} at (29,69) size 209x69
</span><span class="cx">           RenderSVGRect {rect} at (29,69) size 69x69 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#0000FF]}] [x=30.00] [y=70.00] [width=67.50] [height=67.50]
</span><span class="lines">@@ -77,11 +74,8 @@
</span><span class="cx">           RenderSVGText {text} at (15,238) size 10x19 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 9x18
</span><span class="cx">               chunk 1 (middle anchor) text run 1 at (15.50,253.00) startOffset 0 endOffset 1 width 9.00: &quot;3&quot;
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.8 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.8 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEstylingpres02fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,146 +3,94 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (0,0) size 440x225
-      RenderSVGText {text} at (10,5) size 340x19 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 340x18
-          chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 1 width 11.00: &quot;T&quot;
-          chunk 1 text run 2 at (19.29,20.00) startOffset 1 endOffset 3 width 19.01: &quot;es&quot;
-          chunk 1 text run 3 at (38.24,20.00) startOffset 3 endOffset 23 width 150.07: &quot;ting inapplicable pr&quot;
-          chunk 1 text run 4 at (188.11,20.00) startOffset 23 endOffset 28 width 44.03: &quot;esent&quot;
-          chunk 1 text run 5 at (232.12,20.00) startOffset 28 endOffset 38 width 70.04: &quot;ation attr&quot;
-          chunk 1 text run 6 at (302.18,20.00) startOffset 38 endOffset 42 width 29.02: &quot;ibut&quot;
-          chunk 1 text run 7 at (330.94,20.00) startOffset 42 endOffset 44 width 19.01: &quot;es&quot;
-      RenderSVGContainer {g} at (0,0) size 40x10
</del><ins>+    RenderSVGContainer {g} at (0,0) size 442x225
+      RenderSVGText {text} at (10,5) size 342x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 342x18
+          chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 44 width 342.00: &quot;Testing inapplicable presentation attributes&quot;
+      RenderSVGContainer {g} at (0,0) size 39x10
</ins><span class="cx">         RenderSVGPath {path} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 0 0&quot;]
</span><span class="cx">         RenderSVGImage {image} at (0,0) size 10x10
</span><span class="cx">         RenderSVGRect {rect} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00]
</span><span class="cx">         RenderSVGEllipse {circle} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=10.00]
</span><span class="cx">         RenderSVGEllipse {ellipse} at (0,0) size 10x5 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [rx=10.00] [ry=5.00]
</span><span class="cx">         RenderSVGPath {polyline} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [points=&quot;0 0 10 10&quot;]
</span><del>-        RenderSVGText {text} at (0,-15) size 40x19 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 11x18
-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 10.01: &quot;a&quot;
-          RenderSVGTSpan {tspan} at (0,0) size 11x18
-            RenderSVGInlineText {#text} at (10,0) size 11x18
-              chunk 1 text run 1 at (10.01,0.00) startOffset 0 endOffset 1 width 10.01: &quot;b&quot;
-          RenderSVGInline {tref} at (0,0) size 11x18
-            RenderSVGInlineText {#text} at (20,0) size 11x18
-              chunk 1 text run 1 at (20.02,0.00) startOffset 0 endOffset 1 width 10.01: &quot;b&quot;
</del><ins>+        RenderSVGText {text} at (0,-15) size 39x19 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 10x18
+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;a&quot;
+          RenderSVGTSpan {tspan} at (0,0) size 10x18
+            RenderSVGInlineText {#text} at (10,0) size 10x18
+              chunk 1 text run 1 at (10.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;b&quot;
+          RenderSVGInline {tref} at (0,0) size 10x18
+            RenderSVGInlineText {#text} at (20,0) size 10x18
+              chunk 1 text run 1 at (20.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;b&quot;
</ins><span class="cx">           RenderSVGTextPath {textPath} at (0,0) size 0x1
</span><del>-          RenderSVGTSpan {altGlyph} at (0,0) size 10x18
</del><ins>+          RenderSVGTSpan {altGlyph} at (0,0) size 9x18
</ins><span class="cx">             RenderSVGInlineText {#text} at (30,0) size 9x18
</span><del>-              chunk 1 text run 1 at (30.02,0.00) startOffset 0 endOffset 1 width 9.00: &quot;c&quot;
</del><ins>+              chunk 1 text run 1 at (30.00,0.00) startOffset 0 endOffset 1 width 9.00: &quot;c&quot;
</ins><span class="cx">         RenderSVGResourceLinearGradient {linearGradient} [id=&quot;linearGradient&quot;] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
</span><span class="cx">           RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
</span><span class="cx">         RenderSVGResourceRadialGradient {radialGradient} [id=&quot;radialGradient&quot;] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.50] [focalRadius=0.00]
</span><span class="cx">           RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
</span><span class="cx">         RenderSVGResourceClipper {clipPath} [id=&quot;clipPath&quot;] [clipPathUnits=userSpaceOnUse]
</span><del>-      RenderSVGContainer {g} at (10,25) size 430x200
</del><ins>+      RenderSVGContainer {g} at (10,25) size 432x200
</ins><span class="cx">         RenderSVGRect {rect} at (10,25) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=25.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (40,28) size 75x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 75x14
-            chunk 1 text run 1 at (40.00,40.00) startOffset 0 endOffset 1 width 3.89: &quot;f&quot;
-            chunk 1 text run 2 at (43.86,40.00) startOffset 1 endOffset 13 width 70.80: &quot;ill on image&quot;
</del><ins>+        RenderSVGText {text} at (40,28) size 76x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 76x14
+            chunk 1 text run 1 at (40.00,40.00) startOffset 0 endOffset 13 width 76.00: &quot;fill on image&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (10,55) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=55.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (40,58) size 133x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 133x15
-            chunk 1 text run 1 at (40.00,70.00) startOffset 0 endOffset 1 width 7.00: &quot;s&quot;
-            chunk 1 text run 2 at (46.96,70.00) startOffset 1 endOffset 2 width 3.89: &quot;t&quot;
-            chunk 1 text run 3 at (50.68,70.00) startOffset 2 endOffset 21 width 122.18: &quot;op-opacity on tspan&quot;
</del><ins>+        RenderSVGText {text} at (40,58) size 136x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 136x14
+            chunk 1 text run 1 at (40.00,70.00) startOffset 0 endOffset 21 width 136.00: &quot;stop-opacity on tspan&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (10,85) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=85.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (40,88) size 100x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 100x14
-            chunk 1 text run 1 at (40.00,100.00) startOffset 0 endOffset 1 width 3.89: &quot;f&quot;
-            chunk 1 text run 2 at (43.75,100.00) startOffset 1 endOffset 14 width 77.03: &quot;ont-size on r&quot;
-            chunk 1 text run 3 at (120.63,100.00) startOffset 14 endOffset 17 width 18.68: &quot;ect&quot;
</del><ins>+        RenderSVGText {text} at (40,88) size 102x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 102x14
+            chunk 1 text run 1 at (40.00,100.00) startOffset 0 endOffset 17 width 102.00: &quot;font-size on rect&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (10,115) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=115.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (40,118) size 113x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 113x14
-            chunk 1 text run 1 at (40.00,130.00) startOffset 0 endOffset 1 width 3.89: &quot;f&quot;
-            chunk 1 text run 2 at (43.75,130.00) startOffset 1 endOffset 6 width 31.12: &quot;ont-s&quot;
-            chunk 1 text run 3 at (74.83,130.00) startOffset 6 endOffset 8 width 10.89: &quot;ty&quot;
-            chunk 1 text run 4 at (85.67,130.00) startOffset 8 endOffset 17 width 49.01: &quot;le on cir&quot;
-            chunk 1 text run 5 at (134.60,130.00) startOffset 17 endOffset 20 width 17.89: &quot;cle&quot;
</del><ins>+        RenderSVGText {text} at (40,118) size 115x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 115x14
+            chunk 1 text run 1 at (40.00,130.00) startOffset 0 endOffset 20 width 115.00: &quot;font-style on circle&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (10,145) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=145.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (40,148) size 107x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 107x14
-            chunk 1 text run 1 at (40.00,160.00) startOffset 0 endOffset 1 width 7.00: &quot;s&quot;
-            chunk 1 text run 2 at (46.96,160.00) startOffset 1 endOffset 2 width 3.89: &quot;t&quot;
-            chunk 1 text run 3 at (50.68,160.00) startOffset 2 endOffset 15 width 77.81: &quot;op-color on t&quot;
-            chunk 1 text run 4 at (128.30,160.00) startOffset 15 endOffset 16 width 7.78: &quot;e&quot;
-            chunk 1 text run 5 at (135.70,160.00) startOffset 16 endOffset 18 width 10.89: &quot;xt&quot;
</del><ins>+        RenderSVGText {text} at (40,148) size 110x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 110x14
+            chunk 1 text run 1 at (40.00,160.00) startOffset 0 endOffset 18 width 110.00: &quot;stop-color on text&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (10,175) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=175.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (40,178) size 133x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 133x14
-            chunk 1 text run 1 at (40.00,190.00) startOffset 0 endOffset 1 width 3.89: &quot;f&quot;
-            chunk 1 text run 2 at (43.75,190.00) startOffset 1 endOffset 6 width 31.12: &quot;ont-v&quot;
-            chunk 1 text run 3 at (74.62,190.00) startOffset 6 endOffset 8 width 12.45: &quot;ar&quot;
-            chunk 1 text run 4 at (87.08,190.00) startOffset 8 endOffset 23 width 85.60: &quot;iant on ellipse&quot;
</del><ins>+        RenderSVGText {text} at (40,178) size 136x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 136x14
+            chunk 1 text run 1 at (40.00,190.00) startOffset 0 endOffset 23 width 136.00: &quot;font-variant on ellipse&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (10,205) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=205.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (40,208) size 154x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 154x14
-            chunk 1 text run 1 at (40.00,220.00) startOffset 0 endOffset 2 width 10.89: &quot;le&quot;
-            chunk 1 text run 2 at (50.75,220.00) startOffset 2 endOffset 4 width 7.78: &quot;tt&quot;
-            chunk 1 text run 3 at (58.34,220.00) startOffset 4 endOffset 6 width 12.45: &quot;er&quot;
-            chunk 1 text run 4 at (70.13,220.00) startOffset 6 endOffset 21 width 94.93: &quot;-spacing on pol&quot;
-            chunk 1 text run 5 at (164.99,220.00) startOffset 21 endOffset 22 width 7.00: &quot;y&quot;
-            chunk 1 text run 6 at (171.94,220.00) startOffset 22 endOffset 26 width 21.78: &quot;line&quot;
</del><ins>+        RenderSVGText {text} at (40,208) size 158x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 158x14
+            chunk 1 text run 1 at (40.00,220.00) startOffset 0 endOffset 26 width 158.00: &quot;letter-spacing on polyline&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (250,25) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=250.00] [y=25.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (280,28) size 109x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 109x14
-            chunk 1 text run 1 at (280.00,40.00) startOffset 0 endOffset 1 width 3.89: &quot;f&quot;
-            chunk 1 text run 2 at (283.85,40.00) startOffset 1 endOffset 17 width 93.37: &quot;lood-color on tr&quot;
-            chunk 1 text run 3 at (377.06,40.00) startOffset 17 endOffset 19 width 11.68: &quot;ef&quot;
</del><ins>+        RenderSVGText {text} at (280,28) size 112x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 112x14
+            chunk 1 text run 1 at (280.00,40.00) startOffset 0 endOffset 19 width 112.00: &quot;flood-color on tref&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (250,55) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=250.00] [y=55.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (280,58) size 154x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 154x15
-            chunk 1 text run 1 at (280.00,70.00) startOffset 0 endOffset 1 width 3.89: &quot;f&quot;
-            chunk 1 text run 2 at (283.85,70.00) startOffset 1 endOffset 18 width 102.72: &quot;lood-opacity on t&quot;
-            chunk 1 text run 3 at (386.37,70.00) startOffset 18 endOffset 19 width 7.78: &quot;e&quot;
-            chunk 1 text run 4 at (393.78,70.00) startOffset 19 endOffset 22 width 20.23: &quot;xtP&quot;
-            chunk 1 text run 5 at (413.62,70.00) startOffset 22 endOffset 24 width 11.68: &quot;at&quot;
-            chunk 1 text run 6 at (425.25,70.00) startOffset 24 endOffset 25 width 7.78: &quot;h&quot;
</del><ins>+        RenderSVGText {text} at (280,58) size 157x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 157x14
+            chunk 1 text run 1 at (280.00,70.00) startOffset 0 endOffset 25 width 157.00: &quot;flood-opacity on textPath&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (250,85) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=250.00] [y=85.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (280,88) size 154x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 154x14
-            chunk 1 text run 1 at (280.00,100.00) startOffset 0 endOffset 3 width 14.77: &quot;clr&quot;
-            chunk 1 text run 2 at (294.11,100.00) startOffset 3 endOffset 10 width 35.78: &quot;-intp-f&quot;
-            chunk 1 text run 3 at (329.87,100.00) startOffset 10 endOffset 13 width 10.11: &quot;ilt&quot;
-            chunk 1 text run 4 at (339.78,100.00) startOffset 13 endOffset 15 width 12.45: &quot;er&quot;
-            chunk 1 text run 5 at (352.28,100.00) startOffset 15 endOffset 25 width 59.14: &quot;s on altGl&quot;
-            chunk 1 text run 6 at (411.35,100.00) startOffset 25 endOffset 28 width 22.57: &quot;yph&quot;
</del><ins>+        RenderSVGText {text} at (280,88) size 158x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 158x14
+            chunk 1 text run 1 at (280.00,100.00) startOffset 0 endOffset 28 width 158.00: &quot;clr-intp-filters on altGlyph&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (250,115) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=250.00] [y=115.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (280,118) size 155x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 155x14
-            chunk 1 text run 1 at (280.00,130.00) startOffset 0 endOffset 6 width 36.57: &quot;displa&quot;
-            chunk 1 text run 2 at (316.20,130.00) startOffset 6 endOffset 19 width 80.14: &quot;y on linearGr&quot;
-            chunk 1 text run 3 at (396.27,130.00) startOffset 19 endOffset 25 width 38.14: &quot;adient&quot;
</del><ins>+        RenderSVGText {text} at (280,118) size 158x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 158x14
+            chunk 1 text run 1 at (280.00,130.00) startOffset 0 endOffset 25 width 158.00: &quot;display on linearGradient&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (250,145) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=250.00] [y=145.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (280,148) size 91x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 91x14
-            chunk 1 text run 1 at (280.00,160.00) startOffset 0 endOffset 1 width 3.89: &quot;f&quot;
-            chunk 1 text run 2 at (283.86,160.00) startOffset 1 endOffset 6 width 18.65: &quot;ill-r&quot;
-            chunk 1 text run 3 at (302.54,160.00) startOffset 6 endOffset 14 width 49.03: &quot;ule on s&quot;
-            chunk 1 text run 4 at (351.53,160.00) startOffset 14 endOffset 15 width 3.89: &quot;t&quot;
-            chunk 1 text run 5 at (355.25,160.00) startOffset 15 endOffset 17 width 15.57: &quot;op&quot;
</del><ins>+        RenderSVGText {text} at (280,148) size 93x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 93x14
+            chunk 1 text run 1 at (280.00,160.00) startOffset 0 endOffset 17 width 93.00: &quot;fill-rule on stop&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (250,175) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=250.00] [y=175.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (280,178) size 160x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 160x14
-            chunk 1 text run 1 at (280.00,190.00) startOffset 0 endOffset 15 width 76.23: &quot;visibility on r&quot;
-            chunk 1 text run 2 at (356.16,190.00) startOffset 15 endOffset 22 width 45.12: &quot;adialGr&quot;
-            chunk 1 text run 3 at (401.21,190.00) startOffset 22 endOffset 28 width 38.14: &quot;adient&quot;
</del><ins>+        RenderSVGText {text} at (280,178) size 162x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 162x14
+            chunk 1 text run 1 at (280.00,190.00) startOffset 0 endOffset 28 width 162.00: &quot;visibility on radialGradient&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (250,205) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=250.00] [y=205.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (280,208) size 153x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 153x14
-            chunk 1 text run 1 at (280.00,220.00) startOffset 0 endOffset 23 width 133.04: &quot;lighting-color on clipP&quot;
-            chunk 1 text run 2 at (412.65,220.00) startOffset 23 endOffset 25 width 11.68: &quot;at&quot;
-            chunk 1 text run 3 at (424.28,220.00) startOffset 25 endOffset 26 width 7.78: &quot;h&quot;
-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.9 $&quot;
</del><ins>+        RenderSVGText {text} at (280,208) size 155x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 155x14
+            chunk 1 text run 1 at (280.00,220.00) startOffset 0 endOffset 26 width 155.00: &quot;lighting-color on clipPath&quot;
+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.9 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEsvgdomover01fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (10,49) size 410x230
</del><ins>+    RenderSVGContainer {g} at (10,49) size 417x230
</ins><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">         RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
</span><span class="cx">         RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
</span><span class="lines">@@ -13,293 +13,133 @@
</span><span class="cx">         RenderSVGText {text}
</span><span class="cx">         RenderSVGText {text} at (0,-15) size 73x19 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 73x18
</span><del>-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 4 width 44.01: &quot;some&quot;
-            chunk 1 text run 2 at (43.83,0.00) startOffset 4 endOffset 5 width 5.00: &quot;t&quot;
-            chunk 1 text run 3 at (48.58,0.00) startOffset 5 endOffset 6 width 10.01: &quot;e&quot;
-            chunk 1 text run 4 at (58.10,0.00) startOffset 6 endOffset 8 width 14.00: &quot;xt&quot;
</del><ins>+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 8 width 73.00: &quot;sometext&quot;
</ins><span class="cx">         RenderSVGResourceMarker {marker} [id=&quot;m&quot;] [markerUnits=strokeWidth] [ref at (0,0)] [angle=0.00]
</span><span class="cx">         RenderSVGViewportContainer {svg} at (0,0) size 0x0
</span><span class="cx">         RenderSVGResourceFilter {filter} [id=&quot;f&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
</span><span class="cx">         RenderSVGPath {polygon} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [points=&quot;&quot;]
</span><del>-      RenderSVGContainer {g} at (10,49) size 140x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,50.00)}]
</del><ins>+      RenderSVGContainer {g} at (10,49) size 145x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,50.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,51) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 130x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 130x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 1 width 3.00: &quot;r&quot;
-            chunk 1 text run 2 at (12.38,7.00) startOffset 1 endOffset 9 width 35.02: &quot;.x.baseV&quot;
-            chunk 1 text run 3 at (46.86,7.00) startOffset 9 endOffset 13 width 14.00: &quot;al.v&quot;
-            chunk 1 text run 4 at (60.71,7.00) startOffset 13 endOffset 25 width 48.54: &quot;alue == 0: P&quot;
-            chunk 1 text run 5 at (108.54,7.00) startOffset 25 endOffset 30 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,59) size 287x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,60.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 135x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 135x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 30 width 135.00: &quot;r.x.baseVal.value == 0: PASSED&quot;
+      RenderSVGContainer {g} at (10,59) size 291x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,60.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,61) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 277x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 277x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 1 width 3.00: &quot;r&quot;
-            chunk 1 text run 2 at (12.38,7.00) startOffset 1 endOffset 9 width 35.02: &quot;.x.baseV&quot;
-            chunk 1 text run 3 at (46.86,7.00) startOffset 9 endOffset 17 width 29.51: &quot;al.unitT&quot;
-            chunk 1 text run 4 at (75.47,7.00) startOffset 17 endOffset 28 width 46.53: &quot;ype == 1 (S&quot;
-            chunk 1 text run 5 at (121.63,7.00) startOffset 28 endOffset 29 width 6.00: &quot;V&quot;
-            chunk 1 text run 6 at (127.25,7.00) startOffset 29 endOffset 34 width 29.51: &quot;G_LEN&quot;
-            chunk 1 text run 7 at (156.74,7.00) startOffset 34 endOffset 35 width 7.00: &quot;G&quot;
-            chunk 1 text run 8 at (163.35,7.00) startOffset 35 endOffset 38 width 17.50: &quot;THT&quot;
-            chunk 1 text run 9 at (181.03,7.00) startOffset 38 endOffset 52 width 76.01: &quot;YPE_NUMBER): P&quot;
-            chunk 1 text run 10 at (256.34,7.00) startOffset 52 endOffset 57 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,69) size 232x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,70.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 281x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 281x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 57 width 281.00: &quot;r.x.baseVal.unitType == 1 (SVG_LENGTHTYPE_NUMBER): PASSED&quot;
+      RenderSVGContainer {g} at (10,69) size 240x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,70.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,71) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 222x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 222x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 1 width 4.50: &quot;v&quot;
-            chunk 1 text run 2 at (13.88,7.00) startOffset 1 endOffset 6 width 18.50: &quot;.widt&quot;
-            chunk 1 text run 3 at (32.36,7.00) startOffset 6 endOffset 13 width 33.02: &quot;h.baseV&quot;
-            chunk 1 text run 4 at (64.85,7.00) startOffset 13 endOffset 17 width 14.00: &quot;al.v&quot;
-            chunk 1 text run 5 at (78.69,7.00) startOffset 17 endOffset 29 width 49.53: &quot;alueInSpecif&quot;
-            chunk 1 text run 6 at (128.20,7.00) startOffset 29 endOffset 33 width 18.50: &quot;iedU&quot;
-            chunk 1 text run 7 at (146.66,7.00) startOffset 33 endOffset 42 width 34.52: &quot;nits == 1&quot;
-            chunk 1 text run 8 at (180.63,7.00) startOffset 42 endOffset 47 width 21.01: &quot;00: P&quot;
-            chunk 1 text run 9 at (200.94,7.00) startOffset 47 endOffset 52 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,79) size 327x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,80.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 230x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 230x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 52 width 230.00: &quot;v.width.baseVal.valueInSpecifiedUnits == 100: PASSED&quot;
+      RenderSVGContainer {g} at (10,79) size 332x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,80.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,81) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 317x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 317x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 1 width 4.50: &quot;v&quot;
-            chunk 1 text run 2 at (13.88,7.00) startOffset 1 endOffset 6 width 18.50: &quot;.widt&quot;
-            chunk 1 text run 3 at (32.36,7.00) startOffset 6 endOffset 13 width 33.02: &quot;h.baseV&quot;
-            chunk 1 text run 4 at (64.85,7.00) startOffset 13 endOffset 21 width 29.51: &quot;al.unitT&quot;
-            chunk 1 text run 5 at (93.46,7.00) startOffset 21 endOffset 32 width 46.53: &quot;ype == 2 (S&quot;
-            chunk 1 text run 6 at (139.61,7.00) startOffset 32 endOffset 33 width 6.00: &quot;V&quot;
-            chunk 1 text run 7 at (145.23,7.00) startOffset 33 endOffset 38 width 29.51: &quot;G_LEN&quot;
-            chunk 1 text run 8 at (174.73,7.00) startOffset 38 endOffset 39 width 7.00: &quot;G&quot;
-            chunk 1 text run 9 at (181.33,7.00) startOffset 39 endOffset 42 width 17.50: &quot;THT&quot;
-            chunk 1 text run 10 at (199.01,7.00) startOffset 42 endOffset 49 width 41.52: &quot;YPE_PER&quot;
-            chunk 1 text run 11 at (240.38,7.00) startOffset 49 endOffset 53 width 24.50: &quot;CENT&quot;
-            chunk 1 text run 12 at (264.02,7.00) startOffset 53 endOffset 54 width 6.00: &quot;A&quot;
-            chunk 1 text run 13 at (269.71,7.00) startOffset 54 endOffset 60 width 27.01: &quot;GE): P&quot;
-            chunk 1 text run 14 at (296.02,7.00) startOffset 60 endOffset 65 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,89) size 286x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,90.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 322x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 322x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 65 width 322.00: &quot;v.width.baseVal.unitType == 2 (SVG_LENGTHTYPE_PERCENTAGE): PASSED&quot;
+      RenderSVGContainer {g} at (10,89) size 297x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,90.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,91) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 276x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 276x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 4 width 10.01: &quot;tt.t&quot;
-            chunk 1 text run 2 at (19.88,7.00) startOffset 4 endOffset 5 width 5.00: &quot;e&quot;
-            chunk 1 text run 3 at (24.64,7.00) startOffset 5 endOffset 12 width 29.52: &quot;xtLengt&quot;
-            chunk 1 text run 4 at (54.14,7.00) startOffset 12 endOffset 19 width 33.02: &quot;h.baseV&quot;
-            chunk 1 text run 5 at (86.63,7.00) startOffset 19 endOffset 23 width 14.00: &quot;al.v&quot;
-            chunk 1 text run 6 at (100.47,7.00) startOffset 23 endOffset 36 width 50.04: &quot;alue == tt.ge&quot;
-            chunk 1 text run 7 at (150.42,7.00) startOffset 36 endOffset 40 width 21.50: &quot;tCom&quot;
-            chunk 1 text run 8 at (171.96,7.00) startOffset 40 endOffset 43 width 12.51: &quot;put&quot;
-            chunk 1 text run 9 at (184.35,7.00) startOffset 43 endOffset 46 width 15.51: &quot;edT&quot;
-            chunk 1 text run 10 at (199.00,7.00) startOffset 46 endOffset 47 width 5.00: &quot;e&quot;
-            chunk 1 text run 11 at (203.76,7.00) startOffset 47 endOffset 54 width 29.52: &quot;xtLengt&quot;
-            chunk 1 text run 12 at (233.25,7.00) startOffset 54 endOffset 60 width 22.00: &quot;h(): P&quot;
-            chunk 1 text run 13 at (254.56,7.00) startOffset 60 endOffset 65 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,99) size 135x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,100.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 287x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 287x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 65 width 287.00: &quot;tt.textLength.baseVal.value == tt.getComputedTextLength(): PASSED&quot;
+      RenderSVGContainer {g} at (10,99) size 141x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,100.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,101) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 125x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 125x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 4 width 14.51: &quot;s.of&quot;
-            chunk 1 text run 2 at (24.71,7.00) startOffset 4 endOffset 7 width 12.01: &quot;fse&quot;
-            chunk 1 text run 3 at (36.62,7.00) startOffset 7 endOffset 14 width 30.52: &quot;t.baseV&quot;
-            chunk 1 text run 4 at (66.61,7.00) startOffset 14 endOffset 24 width 38.53: &quot;al == 0: P&quot;
-            chunk 1 text run 5 at (104.44,7.00) startOffset 24 endOffset 29 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,109) size 185x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,110.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 131x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 131x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 29 width 131.00: &quot;s.offset.baseVal == 0: PASSED&quot;
+      RenderSVGContainer {g} at (10,109) size 191x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,110.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,111) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 175x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 175x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 4 width 15.00: &quot;c.pr&quot;
-            chunk 1 text run 2 at (24.90,7.00) startOffset 4 endOffset 8 width 17.51: &quot;eser&quot;
-            chunk 1 text run 3 at (42.67,7.00) startOffset 8 endOffset 9 width 4.50: &quot;v&quot;
-            chunk 1 text run 4 at (46.98,7.00) startOffset 9 endOffset 21 width 56.03: &quot;eAlpha.baseV&quot;
-            chunk 1 text run 5 at (102.48,7.00) startOffset 21 endOffset 28 width 25.02: &quot;al == f&quot;
-            chunk 1 text run 6 at (127.42,7.00) startOffset 28 endOffset 35 width 27.51: &quot;alse: P&quot;
-            chunk 1 text run 7 at (154.23,7.00) startOffset 35 endOffset 40 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,119) size 159x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,120.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 181x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 181x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 40 width 181.00: &quot;c.preserveAlpha.baseVal == false: PASSED&quot;
+      RenderSVGContainer {g} at (10,119) size 163x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,120.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,121) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 149x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 149x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 8 width 34.00: &quot;c.classN&quot;
-            chunk 1 text run 2 at (43.96,7.00) startOffset 8 endOffset 17 width 45.52: &quot;ame.baseV&quot;
-            chunk 1 text run 3 at (88.95,7.00) startOffset 17 endOffset 28 width 39.91: &quot;al == \&quot;\&quot;: P&quot;
-            chunk 1 text run 4 at (128.16,7.00) startOffset 28 endOffset 33 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,129) size 128x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,130.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 153x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 153x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 33 width 153.00: &quot;c.className.baseVal == \&quot;\&quot;: PASSED&quot;
+      RenderSVGContainer {g} at (10,129) size 131x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,130.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,131) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 118x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 118x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 4 width 12.50: &quot;i.hr&quot;
-            chunk 1 text run 2 at (22.40,7.00) startOffset 4 endOffset 12 width 35.52: &quot;ef.baseV&quot;
-            chunk 1 text run 3 at (57.39,7.00) startOffset 12 endOffset 23 width 39.91: &quot;al == \&quot;\&quot;: P&quot;
-            chunk 1 text run 4 at (96.61,7.00) startOffset 23 endOffset 28 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,139) size 209x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,140.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 121x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 121x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 28 width 121.00: &quot;i.href.baseVal == \&quot;\&quot;: PASSED&quot;
+      RenderSVGContainer {g} at (10,139) size 213x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,140.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,141) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 199x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 199x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 3 width 7.50: &quot;i.r&quot;
-            chunk 1 text run 2 at (17.40,7.00) startOffset 3 endOffset 5 width 10.01: &quot;eq&quot;
-            chunk 1 text run 3 at (27.44,7.00) startOffset 5 endOffset 8 width 10.00: &quot;uir&quot;
-            chunk 1 text run 4 at (37.34,7.00) startOffset 8 endOffset 11 width 15.51: &quot;edF&quot;
-            chunk 1 text run 5 at (52.63,7.00) startOffset 11 endOffset 16 width 20.51: &quot;eatur&quot;
-            chunk 1 text run 6 at (73.04,7.00) startOffset 16 endOffset 29 width 57.02: &quot;es.numberOfIt&quot;
-            chunk 1 text run 7 at (129.94,7.00) startOffset 29 endOffset 40 width 48.53: &quot;ems == 0: P&quot;
-            chunk 1 text run 8 at (177.77,7.00) startOffset 40 endOffset 45 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,149) size 227x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,150.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 203x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 203x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 45 width 203.00: &quot;i.requiredFeatures.numberOfItems == 0: PASSED&quot;
+      RenderSVGContainer {g} at (10,149) size 233x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,150.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,151) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 217x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 217x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 3 width 11.50: &quot;c.k&quot;
-            chunk 1 text run 2 at (21.31,7.00) startOffset 3 endOffset 12 width 38.01: &quot;ernelMatr&quot;
-            chunk 1 text run 3 at (59.33,7.00) startOffset 12 endOffset 20 width 34.51: &quot;ix.baseV&quot;
-            chunk 1 text run 4 at (93.31,7.00) startOffset 20 endOffset 33 width 54.52: &quot;al.numberOfIt&quot;
-            chunk 1 text run 5 at (147.71,7.00) startOffset 33 endOffset 44 width 48.53: &quot;ems == 0: P&quot;
-            chunk 1 text run 6 at (195.53,7.00) startOffset 44 endOffset 49 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,159) size 180x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,160.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 223x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 223x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 49 width 223.00: &quot;c.kernelMatrix.baseVal.numberOfItems == 0: PASSED&quot;
+      RenderSVGContainer {g} at (10,159) size 186x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,160.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,161) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 170x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 170x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 9 width 37.52: &quot;t.x.baseV&quot;
-            chunk 1 text run 2 at (46.99,7.00) startOffset 9 endOffset 22 width 54.52: &quot;al.numberOfIt&quot;
-            chunk 1 text run 3 at (101.39,7.00) startOffset 22 endOffset 33 width 48.53: &quot;ems == 0: P&quot;
-            chunk 1 text run 4 at (149.21,7.00) startOffset 33 endOffset 38 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,169) size 168x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,170.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 176x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 176x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 38 width 176.00: &quot;t.x.baseVal.numberOfItems == 0: PASSED&quot;
+      RenderSVGContainer {g} at (10,169) size 172x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,170.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,171) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 158x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 158x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 19 width 79.04: &quot;p.points.numberOfIt&quot;
-            chunk 1 text run 2 at (88.91,7.00) startOffset 19 endOffset 30 width 48.53: &quot;ems == 0: P&quot;
-            chunk 1 text run 3 at (136.74,7.00) startOffset 30 endOffset 35 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,179) size 356x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,180.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 162x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 162x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 35 width 162.00: &quot;p.points.numberOfItems == 0: PASSED&quot;
+      RenderSVGContainer {g} at (10,179) size 358x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,180.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,181) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 346x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 346x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 4 width 15.51: &quot;g.gr&quot;
-            chunk 1 text run 2 at (25.46,7.00) startOffset 4 endOffset 11 width 31.01: &quot;adientU&quot;
-            chunk 1 text run 3 at (56.44,7.00) startOffset 11 endOffset 21 width 42.02: &quot;nits.baseV&quot;
-            chunk 1 text run 4 at (97.93,7.00) startOffset 21 endOffset 31 width 39.02: &quot;al == 2 (S&quot;
-            chunk 1 text run 5 at (136.58,7.00) startOffset 31 endOffset 32 width 6.00: &quot;V&quot;
-            chunk 1 text run 6 at (142.20,7.00) startOffset 32 endOffset 40 width 43.51: &quot;G_UNIT_T&quot;
-            chunk 1 text run 7 at (185.89,7.00) startOffset 40 endOffset 51 width 64.52: &quot;YPE_OBJECTB&quot;
-            chunk 1 text run 8 at (250.34,7.00) startOffset 51 endOffset 57 width 35.50: &quot;OUNDIN&quot;
-            chunk 1 text run 9 at (285.82,7.00) startOffset 57 endOffset 59 width 13.01: &quot;GB&quot;
-            chunk 1 text run 10 at (298.76,7.00) startOffset 59 endOffset 60 width 7.00: &quot;O&quot;
-            chunk 1 text run 11 at (305.35,7.00) startOffset 60 endOffset 65 width 20.01: &quot;X): P&quot;
-            chunk 1 text run 12 at (324.66,7.00) startOffset 65 endOffset 70 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,189) size 150x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,190.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 348x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 348x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 70 width 348.00: &quot;g.gradientUnits.baseVal == 2 (SVG_UNIT_TYPE_OBJECTBOUNDINGBOX): PASSED&quot;
+      RenderSVGContainer {g} at (10,189) size 155x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,190.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,191) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 140x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 140x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 3 width 7.51: &quot;f.f&quot;
-            chunk 1 text run 2 at (17.49,7.00) startOffset 3 endOffset 6 width 6.50: &quot;ilt&quot;
-            chunk 1 text run 3 at (23.86,7.00) startOffset 6 endOffset 9 width 14.50: &quot;erR&quot;
-            chunk 1 text run 4 at (38.25,7.00) startOffset 9 endOffset 18 width 43.52: &quot;esX.baseV&quot;
-            chunk 1 text run 5 at (81.24,7.00) startOffset 18 endOffset 28 width 38.53: &quot;al == 0: P&quot;
-            chunk 1 text run 6 at (119.07,7.00) startOffset 28 endOffset 33 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,199) size 186x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,200.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 145x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 145x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 33 width 145.00: &quot;f.filterResX.baseVal == 0: PASSED&quot;
+      RenderSVGContainer {g} at (10,199) size 190x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,200.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,201) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 176x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 176x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 4 width 18.00: &quot;m.or&quot;
-            chunk 1 text run 2 at (28.01,7.00) startOffset 4 endOffset 19 width 65.54: &quot;ientAngle.baseV&quot;
-            chunk 1 text run 3 at (93.02,7.00) startOffset 19 endOffset 23 width 14.00: &quot;al.v&quot;
-            chunk 1 text run 4 at (106.86,7.00) startOffset 23 endOffset 35 width 48.54: &quot;alue == 0: P&quot;
-            chunk 1 text run 5 at (154.69,7.00) startOffset 35 endOffset 40 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,209) size 349x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,210.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 180x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 180x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 40 width 180.00: &quot;m.orientAngle.baseVal.value == 0: PASSED&quot;
+      RenderSVGContainer {g} at (10,209) size 353x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,210.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,211) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 339x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 339x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 4 width 18.00: &quot;m.or&quot;
-            chunk 1 text run 2 at (28.01,7.00) startOffset 4 endOffset 19 width 65.54: &quot;ientAngle.baseV&quot;
-            chunk 1 text run 3 at (93.02,7.00) startOffset 19 endOffset 27 width 29.51: &quot;al.unitT&quot;
-            chunk 1 text run 4 at (121.63,7.00) startOffset 27 endOffset 38 width 46.53: &quot;ype == 1 (S&quot;
-            chunk 1 text run 5 at (167.78,7.00) startOffset 38 endOffset 39 width 6.00: &quot;V&quot;
-            chunk 1 text run 6 at (173.40,7.00) startOffset 39 endOffset 43 width 24.51: &quot;G_AN&quot;
-            chunk 1 text run 7 at (197.89,7.00) startOffset 43 endOffset 47 width 23.51: &quot;GLET&quot;
-            chunk 1 text run 8 at (221.58,7.00) startOffset 47 endOffset 66 width 97.52: &quot;YPE_UNSPECIFIED): P&quot;
-            chunk 1 text run 9 at (318.40,7.00) startOffset 66 endOffset 71 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,219) size 215x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,220.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 343x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 343x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 71 width 343.00: &quot;m.orientAngle.baseVal.unitType == 1 (SVG_ANGLETYPE_UNSPECIFIED): PASSED&quot;
+      RenderSVGContainer {g} at (10,219) size 225x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,220.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,221) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 205x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 205x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 1 width 4.50: &quot;v&quot;
-            chunk 1 text run 2 at (13.88,7.00) startOffset 1 endOffset 5 width 14.00: &quot;.vie&quot;
-            chunk 1 text run 3 at (27.80,7.00) startOffset 5 endOffset 8 width 17.50: &quot;wBo&quot;
-            chunk 1 text run 4 at (45.06,7.00) startOffset 8 endOffset 15 width 32.52: &quot;x.baseV&quot;
-            chunk 1 text run 5 at (77.05,7.00) startOffset 15 endOffset 22 width 23.51: &quot;al.[x,y&quot;
-            chunk 1 text run 6 at (99.93,7.00) startOffset 22 endOffset 27 width 18.50: &quot;,widt&quot;
-            chunk 1 text run 7 at (118.40,7.00) startOffset 27 endOffset 44 width 66.05: &quot;h,height] == 0: P&quot;
-            chunk 1 text run 8 at (183.75,7.00) startOffset 44 endOffset 49 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,229) size 214x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,230.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 215x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 215x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 49 width 215.00: &quot;v.viewBox.baseVal.[x,y,width,height] == 0: PASSED&quot;
+      RenderSVGContainer {g} at (10,229) size 220x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,230.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,231) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 204x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 204x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 4 width 10.50: &quot;t.tr&quot;
-            chunk 1 text run 2 at (20.46,7.00) startOffset 4 endOffset 8 width 17.01: &quot;ansf&quot;
-            chunk 1 text run 3 at (37.38,7.00) startOffset 8 endOffset 17 width 43.51: &quot;orm.baseV&quot;
-            chunk 1 text run 4 at (80.36,7.00) startOffset 17 endOffset 30 width 54.52: &quot;al.numberOfIt&quot;
-            chunk 1 text run 5 at (134.76,7.00) startOffset 30 endOffset 41 width 48.53: &quot;ems == 0: P&quot;
-            chunk 1 text run 6 at (182.58,7.00) startOffset 41 endOffset 46 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,239) size 410x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,240.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 210x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 210x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 46 width 210.00: &quot;t.transform.baseVal.numberOfItems == 0: PASSED&quot;
+      RenderSVGContainer {g} at (10,239) size 417x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,240.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,241) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 400x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 400x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 1 width 4.50: &quot;v&quot;
-            chunk 1 text run 2 at (13.88,7.00) startOffset 1 endOffset 4 width 10.50: &quot;.pr&quot;
-            chunk 1 text run 3 at (24.28,7.00) startOffset 4 endOffset 8 width 17.51: &quot;eser&quot;
-            chunk 1 text run 4 at (42.05,7.00) startOffset 8 endOffset 9 width 4.50: &quot;v&quot;
-            chunk 1 text run 5 at (46.36,7.00) startOffset 9 endOffset 17 width 39.01: &quot;eAspectR&quot;
-            chunk 1 text run 6 at (85.24,7.00) startOffset 17 endOffset 27 width 42.52: &quot;atio.baseV&quot;
-            chunk 1 text run 7 at (127.23,7.00) startOffset 27 endOffset 43 width 60.53: &quot;al.align == 6 (S&quot;
-            chunk 1 text run 8 at (187.39,7.00) startOffset 43 endOffset 44 width 6.00: &quot;V&quot;
-            chunk 1 text run 9 at (193.01,7.00) startOffset 44 endOffset 52 width 49.01: &quot;G_PRESER&quot;
-            chunk 1 text run 10 at (241.68,7.00) startOffset 52 endOffset 62 width 60.52: &quot;VEASPECTRA&quot;
-            chunk 1 text run 11 at (301.36,7.00) startOffset 62 endOffset 70 width 42.51: &quot;TIO_XMID&quot;
-            chunk 1 text run 12 at (343.30,7.00) startOffset 70 endOffset 78 width 36.50: &quot;YMID): P&quot;
-            chunk 1 text run 13 at (379.10,7.00) startOffset 78 endOffset 83 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,249) size 374x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,250.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 407x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 407x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 83 width 407.00: &quot;v.preserveAspectRatio.baseVal.align == 6 (SVG_PRESERVEASPECTRATIO_XMIDYMID): PASSED&quot;
+      RenderSVGContainer {g} at (10,249) size 381x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,250.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,251) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 364x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 364x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 1 width 4.50: &quot;v&quot;
-            chunk 1 text run 2 at (13.88,7.00) startOffset 1 endOffset 4 width 10.50: &quot;.pr&quot;
-            chunk 1 text run 3 at (24.28,7.00) startOffset 4 endOffset 8 width 17.51: &quot;eser&quot;
-            chunk 1 text run 4 at (42.05,7.00) startOffset 8 endOffset 9 width 4.50: &quot;v&quot;
-            chunk 1 text run 5 at (46.36,7.00) startOffset 9 endOffset 17 width 39.01: &quot;eAspectR&quot;
-            chunk 1 text run 6 at (85.24,7.00) startOffset 17 endOffset 27 width 42.52: &quot;atio.baseV&quot;
-            chunk 1 text run 7 at (127.23,7.00) startOffset 27 endOffset 33 width 27.01: &quot;al.mee&quot;
-            chunk 1 text run 8 at (154.15,7.00) startOffset 33 endOffset 49 width 64.03: &quot;tOrSlice == 1 (S&quot;
-            chunk 1 text run 9 at (217.80,7.00) startOffset 49 endOffset 50 width 6.00: &quot;V&quot;
-            chunk 1 text run 10 at (223.43,7.00) startOffset 50 endOffset 56 width 37.01: &quot;G_MEET&quot;
-            chunk 1 text run 11 at (260.06,7.00) startOffset 56 endOffset 72 width 83.52: &quot;ORSLICE_MEET): P&quot;
-            chunk 1 text run 12 at (342.87,7.00) startOffset 72 endOffset 77 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,259) size 273x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,260.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 371x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 371x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 77 width 371.00: &quot;v.preserveAspectRatio.baseVal.meetOrSlice == 1 (SVG_MEETORSLICE_MEET): PASSED&quot;
+      RenderSVGContainer {g} at (10,259) size 275x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,260.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,261) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 263x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 263x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 1 width 4.50: &quot;v&quot;
-            chunk 1 text run 2 at (13.88,7.00) startOffset 1 endOffset 10 width 46.52: &quot;.zoomAndP&quot;
-            chunk 1 text run 3 at (60.15,7.00) startOffset 10 endOffset 20 width 42.03: &quot;an == 2 (S&quot;
-            chunk 1 text run 4 at (101.80,7.00) startOffset 20 endOffset 21 width 6.00: &quot;V&quot;
-            chunk 1 text run 5 at (107.42,7.00) startOffset 21 endOffset 31 width 64.01: &quot;G_ZOOMANDP&quot;
-            chunk 1 text run 6 at (170.73,7.00) startOffset 31 endOffset 36 width 31.01: &quot;AN_MA&quot;
-            chunk 1 text run 7 at (201.42,7.00) startOffset 36 endOffset 45 width 41.51: &quot;GNIFY): P&quot;
-            chunk 1 text run 8 at (242.23,7.00) startOffset 45 endOffset 50 width 30.51: &quot;ASSED&quot;
-      RenderSVGContainer {g} at (10,269) size 94x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,270.00)}]
</del><ins>+        RenderSVGText {text} at (10,-1) size 265x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 265x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 50 width 265.00: &quot;v.zoomAndPan == 2 (SVG_ZOOMANDPAN_MAGNIFY): PASSED&quot;
+      RenderSVGContainer {g} at (10,269) size 99x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,270.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (10,271) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
</span><del>-        RenderSVGText {text} at (10,-1) size 84x10 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 84x9
-            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 1 width 5.50: &quot;T&quot;
-            chunk 1 text run 2 at (14.64,7.00) startOffset 1 endOffset 3 width 9.50: &quot;es&quot;
-            chunk 1 text run 3 at (24.12,7.00) startOffset 3 endOffset 6 width 9.50: &quot;t s&quot;
-            chunk 1 text run 4 at (33.60,7.00) startOffset 6 endOffset 7 width 2.50: &quot;t&quot;
-            chunk 1 text run 5 at (36.09,7.00) startOffset 7 endOffset 14 width 28.02: &quot;atus: P&quot;
-            chunk 1 text run 6 at (63.41,7.00) startOffset 14 endOffset 19 width 30.51: &quot;ASSED&quot;
-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.9 $&quot;
</del><ins>+        RenderSVGText {text} at (10,-1) size 89x10 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 89x9
+            chunk 1 text run 1 at (10.00,7.00) startOffset 0 endOffset 19 width 89.00: &quot;Test status: PASSED&quot;
+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.9 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span><span class="cx">     RenderSVGContainer {g} at (0,0) size 480x23
</span><span class="cx">       RenderSVGRect {rect} at (0,0) size 480x22 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=1.00] [y=1.00] [width=478.00] [height=20.00]
</span><del>-      RenderSVGText {text} at (206,2) size 68x20 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 67x20
-          chunk 1 (middle anchor) text run 1 at (206.67,18.00) startOffset 0 endOffset 5 width 66.66: &quot;DRAFT&quot;
</del><ins>+      RenderSVGText {text} at (205,2) size 70x20 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 70x20
+          chunk 1 (middle anchor) text run 1 at (205.00,18.00) startOffset 0 endOffset 5 width 70.00: &quot;DRAFT&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEtexttref03bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,57 +3,45 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (75,15) size 239x193
-      RenderSVGText {text} at (75,15) size 239x13 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 239x12
-          chunk 1 text run 1 at (75.00,25.00) startOffset 0 endOffset 1 width 7.33: &quot;T&quot;
-          chunk 1 text run 2 at (81.19,25.00) startOffset 1 endOffset 3 width 12.67: &quot;es&quot;
-          chunk 1 text run 3 at (93.83,25.00) startOffset 3 endOffset 8 width 16.30: &quot;t 'tr&quot;
-          chunk 1 text run 4 at (109.99,25.00) startOffset 8 endOffset 26 width 93.67: &quot;ef' element uses f&quot;
-          chunk 1 text run 5 at (203.63,25.00) startOffset 26 endOffset 30 width 16.01: &quot;latt&quot;
-          chunk 1 text run 6 at (219.47,25.00) startOffset 30 endOffset 36 width 33.36: &quot;ened t&quot;
-          chunk 1 text run 7 at (252.66,25.00) startOffset 36 endOffset 37 width 6.67: &quot;e&quot;
-          chunk 1 text run 8 at (259.01,25.00) startOffset 37 endOffset 43 width 34.68: &quot;xtCont&quot;
-          chunk 1 text run 9 at (293.52,25.00) startOffset 43 endOffset 47 width 20.02: &quot;ent.&quot;
</del><ins>+    RenderSVGContainer {g} at (75,15) size 241x193
+      RenderSVGText {text} at (75,15) size 241x13 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 241x12
+          chunk 1 text run 1 at (75.00,25.00) startOffset 0 endOffset 47 width 241.00: &quot;Test 'tref' element uses flattened textContent.&quot;
</ins><span class="cx">       RenderSVGText {text} at (75,171) size 150x37 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInline {tref} at (0,0) size 150x36
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 150x36
</span><del>-            chunk 1 text run 1 at (75.00,200.00) startOffset 0 endOffset 5 width 70.02: &quot;Flatt&quot;
-            chunk 1 text run 2 at (144.52,200.00) startOffset 5 endOffset 9 width 80.06: &quot;ened&quot;
</del><ins>+            chunk 1 text run 1 at (75.00,200.00) startOffset 0 endOffset 9 width 150.00: &quot;Flattened&quot;
</ins><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">         RenderSVGText {text} at (0,-80) size 171x100 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,65) size 11x18
</span><span class="cx">             chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 11.00: &quot;F&quot;
</span><del>-          RenderSVGTSpan {tspan} at (0,0) size 5x19
-            RenderSVGInlineText {#text} at (10,65) size 4x18
</del><ins>+          RenderSVGTSpan {tspan} at (0,0) size 4x19
+            RenderSVGInlineText {#text} at (11,65) size 4x18
</ins><span class="cx">               chunk 1 text run 1 at (11.00,0.00) startOffset 0 endOffset 1 width 4.00: &quot;l&quot;
</span><del>-          RenderSVGTSpan {tspan} at (0,0) size 57x100
-            RenderSVGInlineText {#text} at (14,0) size 56x100
-              chunk 1 text run 1 at (14.99,0.00) startOffset 0 endOffset 1 width 55.60: &quot;a&quot;
-          RenderSVGTSpan {tspan} at (0,0) size 11x19
-            RenderSVGInlineText {#text} at (70,65) size 6x18
-              chunk 1 text run 1 at (70.59,0.00) startOffset 0 endOffset 1 width 5.00: &quot;t&quot;
-            RenderSVGTSpan {tspan} at (0,0) size 6x19
-              RenderSVGInlineText {#text} at (75,65) size 6x18
-                chunk 1 text run 1 at (75.60,0.00) startOffset 0 endOffset 1 width 5.00: &quot;t&quot;
-          RenderSVGTSpan {tspan} at (0,0) size 11x19
-            RenderSVGInlineText {#text} at (130,65) size 11x18
-              chunk 1 text run 1 at (130.60,0.00) startOffset 0 endOffset 1 width 10.01: &quot;e&quot;
-          RenderSVGTSpan {tspan} at (0,0) size 11x19
-            RenderSVGInlineText {#text} at (140,65) size 11x18
-              chunk 1 text run 1 at (140.61,0.00) startOffset 0 endOffset 1 width 10.01: &quot;n&quot;
-          RenderSVGTSpan {tspan} at (0,0) size 11x19
-            RenderSVGInlineText {#text} at (150,65) size 11x18
-              chunk 1 text run 1 at (150.62,0.00) startOffset 0 endOffset 1 width 10.01: &quot;e&quot;
-          RenderSVGTSpan {tspan} at (0,0) size 11x19
-            RenderSVGInlineText {#text} at (160,65) size 11x18
-              chunk 1 text run 1 at (160.63,0.00) startOffset 0 endOffset 1 width 10.01: &quot;d&quot;
-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.4 $&quot;
</del><ins>+          RenderSVGTSpan {tspan} at (0,0) size 56x100
+            RenderSVGInlineText {#text} at (15,0) size 56x100
+              chunk 1 text run 1 at (15.00,0.00) startOffset 0 endOffset 1 width 56.00: &quot;a&quot;
+          RenderSVGTSpan {tspan} at (0,0) size 10x19
+            RenderSVGInlineText {#text} at (71,65) size 5x18
+              chunk 1 text run 1 at (71.00,0.00) startOffset 0 endOffset 1 width 5.00: &quot;t&quot;
+            RenderSVGTSpan {tspan} at (0,0) size 5x19
+              RenderSVGInlineText {#text} at (76,65) size 5x18
+                chunk 1 text run 1 at (76.00,0.00) startOffset 0 endOffset 1 width 5.00: &quot;t&quot;
+          RenderSVGTSpan {tspan} at (0,0) size 10x19
+            RenderSVGInlineText {#text} at (131,65) size 10x18
+              chunk 1 text run 1 at (131.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;e&quot;
+          RenderSVGTSpan {tspan} at (0,0) size 10x19
+            RenderSVGInlineText {#text} at (141,65) size 10x18
+              chunk 1 text run 1 at (141.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;n&quot;
+          RenderSVGTSpan {tspan} at (0,0) size 10x19
+            RenderSVGInlineText {#text} at (151,65) size 10x18
+              chunk 1 text run 1 at (151.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;e&quot;
+          RenderSVGTSpan {tspan} at (0,0) size 10x19
+            RenderSVGInlineText {#text} at (161,65) size 10x18
+              chunk 1 text run 1 at (161.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;d&quot;
+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.4 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEtexttspan02bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,238 +3,222 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (0,0) size 478x212
-      RenderSVGText {text} at (2,86) size 475x114 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (17,0) size 380x55
-          chunk 1 text run 1 at (20.00,120.00) startOffset 0 endOffset 1 width 25.27: &quot;N&quot;
-          chunk 1 text run 2 at (45.34,120.00) startOffset 1 endOffset 2 width 19.46: &quot;o&quot;
-          chunk 1 text run 3 at (64.45,120.00) startOffset 2 endOffset 3 width 9.73: &quot;t&quot;
-          chunk 1 text run 4 at (74.18,120.00) startOffset 3 endOffset 4 width 9.73: &quot; &quot;
-          chunk 1 text run 5 at (83.91,120.00) startOffset 4 endOffset 5 width 19.46: &quot;a&quot;
-          chunk 1 text run 6 at (103.37,120.00) startOffset 5 endOffset 6 width 7.77: &quot;l&quot;
-          chunk 1 text run 7 at (111.14,120.00) startOffset 6 endOffset 7 width 7.77: &quot;l&quot;
-          chunk 1 text run 8 at (118.91,120.00) startOffset 7 endOffset 8 width 9.73: &quot; &quot;
-          chunk 1 text run 9 at (128.64,120.00) startOffset 8 endOffset 9 width 17.50: &quot;c&quot;
-          chunk 1 text run 10 at (146.18,120.00) startOffset 9 endOffset 10 width 19.46: &quot;h&quot;
-          chunk 1 text run 11 at (165.64,120.00) startOffset 10 endOffset 11 width 19.46: &quot;a&quot;
-          chunk 1 text run 12 at (185.10,120.00) startOffset 11 endOffset 12 width 11.65: &quot;r&quot;
-          chunk 1 text run 13 at (196.58,120.00) startOffset 12 endOffset 13 width 19.46: &quot;a&quot;
-          chunk 1 text run 14 at (216.04,120.00) startOffset 13 endOffset 14 width 17.50: &quot;c&quot;
-          chunk 1 text run 15 at (233.54,120.00) startOffset 14 endOffset 15 width 9.73: &quot;t&quot;
-          chunk 1 text run 16 at (242.78,120.00) startOffset 15 endOffset 16 width 19.46: &quot;e&quot;
-          chunk 1 text run 17 at (262.24,120.00) startOffset 16 endOffset 17 width 11.65: &quot;r&quot;
-          chunk 1 text run 18 at (274.03,120.00) startOffset 17 endOffset 18 width 17.50: &quot;s&quot;
-          chunk 1 text run 19 at (291.53,120.00) startOffset 18 endOffset 19 width 9.73: &quot; &quot;
-          chunk 1 text run 20 at (301.26,120.00) startOffset 19 endOffset 20 width 7.77: &quot;i&quot;
-          chunk 1 text run 21 at (309.03,120.00) startOffset 20 endOffset 21 width 19.46: &quot;n&quot;
-          chunk 1 text run 22 at (328.49,120.00) startOffset 21 endOffset 22 width 9.73: &quot; &quot;
-          chunk 1 text run 23 at (338.22,120.00) startOffset 22 endOffset 23 width 9.73: &quot;t&quot;
-          chunk 1 text run 24 at (347.85,120.00) startOffset 23 endOffset 24 width 19.46: &quot;h&quot;
-          chunk 1 text run 25 at (367.31,120.00) startOffset 24 endOffset 25 width 19.46: &quot;e&quot;
-          chunk 1 text run 26 at (386.77,120.00) startOffset 25 endOffset 26 width 9.73: &quot; &quot;
-        RenderSVGTSpan {tspan} at (0,0) size 475x55
-          RenderSVGInlineText {#text} at (0,59) size 475x54
-            chunk 1 text run 1 at (20.00,180.00) startOffset 0 endOffset 1 width 9.73: &quot;t&quot;
-            chunk 1 text run 2 at (29.24,180.00) startOffset 1 endOffset 2 width 19.46: &quot;e&quot;
-            chunk 1 text run 3 at (47.76,180.00) startOffset 2 endOffset 3 width 17.50: &quot;x&quot;
-            chunk 1 text run 4 at (65.26,180.00) startOffset 3 endOffset 4 width 9.73: &quot;t&quot;
-            chunk 1 text run 5 at (74.99,180.00) startOffset 4 endOffset 5 width 9.73: &quot; &quot;
-            chunk 1 text run 6 at (84.71,180.00) startOffset 5 endOffset 6 width 19.46: &quot;h&quot;
-            chunk 1 text run 7 at (104.17,180.00) startOffset 6 endOffset 7 width 19.46: &quot;a&quot;
-            chunk 1 text run 8 at (122.90,180.00) startOffset 7 endOffset 8 width 17.50: &quot;v&quot;
-            chunk 1 text run 9 at (139.66,180.00) startOffset 8 endOffset 9 width 19.46: &quot;e&quot;
-            chunk 1 text run 10 at (159.13,180.00) startOffset 9 endOffset 10 width 9.73: &quot; &quot;
-            chunk 1 text run 11 at (168.85,180.00) startOffset 10 endOffset 11 width 19.46: &quot;a&quot;
-            chunk 1 text run 12 at (188.32,180.00) startOffset 11 endOffset 12 width 9.73: &quot; &quot;
-            chunk 1 text run 13 at (198.04,180.00) startOffset 12 endOffset 13 width 17.50: &quot;s&quot;
-            chunk 1 text run 14 at (215.54,180.00) startOffset 13 endOffset 14 width 19.46: &quot;p&quot;
-            chunk 1 text run 15 at (235.01,180.00) startOffset 14 endOffset 15 width 19.46: &quot;e&quot;
-            chunk 1 text run 16 at (254.47,180.00) startOffset 15 endOffset 16 width 17.50: &quot;c&quot;
-            chunk 1 text run 17 at (271.97,180.00) startOffset 16 endOffset 17 width 7.77: &quot;i&quot;
-            chunk 1 text run 18 at (279.74,180.00) startOffset 17 endOffset 18 width 9.73: &quot;f&quot;
-            chunk 1 text run 19 at (289.40,180.00) startOffset 18 endOffset 19 width 7.77: &quot;i&quot;
-            chunk 1 text run 20 at (297.17,180.00) startOffset 19 endOffset 20 width 19.46: &quot;e&quot;
-            chunk 1 text run 21 at (316.63,180.00) startOffset 20 endOffset 21 width 19.46: &quot;d&quot;
-            chunk 1 text run 22 at (336.09,180.00) startOffset 21 endOffset 22 width 9.73: &quot; &quot;
-            chunk 1 text run 23 at (345.82,180.00) startOffset 22 endOffset 23 width 11.65: &quot;r&quot;
-            chunk 1 text run 24 at (357.26,180.00) startOffset 23 endOffset 24 width 19.46: &quot;o&quot;
-            chunk 1 text run 25 at (376.37,180.00) startOffset 24 endOffset 25 width 9.73: &quot;t&quot;
-            chunk 1 text run 26 at (386.07,180.00) startOffset 25 endOffset 26 width 19.46: &quot;a&quot;
-            chunk 1 text run 27 at (405.53,180.00) startOffset 26 endOffset 27 width 9.73: &quot;t&quot;
-            chunk 1 text run 28 at (415.26,180.00) startOffset 27 endOffset 28 width 7.77: &quot;i&quot;
-            chunk 1 text run 29 at (423.03,180.00) startOffset 28 endOffset 29 width 19.46: &quot;o&quot;
-            chunk 1 text run 30 at (442.49,180.00) startOffset 29 endOffset 30 width 19.46: &quot;n&quot;
</del><ins>+    RenderSVGContainer {g} at (0,0) size 480x212
+      RenderSVGText {text} at (2,86) size 478x114 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (17,0) size 381x54
+          chunk 1 text run 1 at (20.00,120.00) startOffset 0 endOffset 1 width 25.00: &quot;N&quot;
+          chunk 1 text run 2 at (45.00,120.00) startOffset 1 endOffset 2 width 19.00: &quot;o&quot;
+          chunk 1 text run 3 at (64.00,120.00) startOffset 2 endOffset 3 width 10.00: &quot;t&quot;
+          chunk 1 text run 4 at (74.00,120.00) startOffset 3 endOffset 4 width 10.00: &quot; &quot;
+          chunk 1 text run 5 at (84.00,120.00) startOffset 4 endOffset 5 width 19.00: &quot;a&quot;
+          chunk 1 text run 6 at (103.00,120.00) startOffset 5 endOffset 6 width 8.00: &quot;l&quot;
+          chunk 1 text run 7 at (111.00,120.00) startOffset 6 endOffset 7 width 8.00: &quot;l&quot;
+          chunk 1 text run 8 at (119.00,120.00) startOffset 7 endOffset 8 width 10.00: &quot; &quot;
+          chunk 1 text run 9 at (129.00,120.00) startOffset 8 endOffset 9 width 18.00: &quot;c&quot;
+          chunk 1 text run 10 at (147.00,120.00) startOffset 9 endOffset 10 width 19.00: &quot;h&quot;
+          chunk 1 text run 11 at (166.00,120.00) startOffset 10 endOffset 11 width 19.00: &quot;a&quot;
+          chunk 1 text run 12 at (185.00,120.00) startOffset 11 endOffset 12 width 12.00: &quot;r&quot;
+          chunk 1 text run 13 at (197.00,120.00) startOffset 12 endOffset 13 width 19.00: &quot;a&quot;
+          chunk 1 text run 14 at (216.00,120.00) startOffset 13 endOffset 14 width 18.00: &quot;c&quot;
+          chunk 1 text run 15 at (234.00,120.00) startOffset 14 endOffset 15 width 10.00: &quot;t&quot;
+          chunk 1 text run 16 at (244.00,120.00) startOffset 15 endOffset 16 width 19.00: &quot;e&quot;
+          chunk 1 text run 17 at (263.00,120.00) startOffset 16 endOffset 17 width 12.00: &quot;r&quot;
+          chunk 1 text run 18 at (275.00,120.00) startOffset 17 endOffset 18 width 18.00: &quot;s&quot;
+          chunk 1 text run 19 at (293.00,120.00) startOffset 18 endOffset 19 width 10.00: &quot; &quot;
+          chunk 1 text run 20 at (303.00,120.00) startOffset 19 endOffset 20 width 8.00: &quot;i&quot;
+          chunk 1 text run 21 at (311.00,120.00) startOffset 20 endOffset 21 width 19.00: &quot;n&quot;
+          chunk 1 text run 22 at (330.00,120.00) startOffset 21 endOffset 22 width 10.00: &quot; &quot;
+          chunk 1 text run 23 at (340.00,120.00) startOffset 22 endOffset 23 width 10.00: &quot;t&quot;
+          chunk 1 text run 24 at (350.00,120.00) startOffset 23 endOffset 24 width 19.00: &quot;h&quot;
+          chunk 1 text run 25 at (369.00,120.00) startOffset 24 endOffset 25 width 19.00: &quot;e&quot;
+          chunk 1 text run 26 at (388.00,120.00) startOffset 25 endOffset 26 width 10.00: &quot; &quot;
+        RenderSVGTSpan {tspan} at (0,0) size 478x55
+          RenderSVGInlineText {#text} at (0,59) size 478x54
+            chunk 1 text run 1 at (20.00,180.00) startOffset 0 endOffset 1 width 10.00: &quot;t&quot;
+            chunk 1 text run 2 at (30.00,180.00) startOffset 1 endOffset 2 width 19.00: &quot;e&quot;
+            chunk 1 text run 3 at (49.00,180.00) startOffset 2 endOffset 3 width 18.00: &quot;x&quot;
+            chunk 1 text run 4 at (67.00,180.00) startOffset 3 endOffset 4 width 10.00: &quot;t&quot;
+            chunk 1 text run 5 at (77.00,180.00) startOffset 4 endOffset 5 width 10.00: &quot; &quot;
+            chunk 1 text run 6 at (87.00,180.00) startOffset 5 endOffset 6 width 19.00: &quot;h&quot;
+            chunk 1 text run 7 at (106.00,180.00) startOffset 6 endOffset 7 width 19.00: &quot;a&quot;
+            chunk 1 text run 8 at (125.00,180.00) startOffset 7 endOffset 8 width 18.00: &quot;v&quot;
+            chunk 1 text run 9 at (143.00,180.00) startOffset 8 endOffset 9 width 19.00: &quot;e&quot;
+            chunk 1 text run 10 at (162.00,180.00) startOffset 9 endOffset 10 width 10.00: &quot; &quot;
+            chunk 1 text run 11 at (172.00,180.00) startOffset 10 endOffset 11 width 19.00: &quot;a&quot;
+            chunk 1 text run 12 at (191.00,180.00) startOffset 11 endOffset 12 width 10.00: &quot; &quot;
+            chunk 1 text run 13 at (201.00,180.00) startOffset 12 endOffset 13 width 18.00: &quot;s&quot;
+            chunk 1 text run 14 at (219.00,180.00) startOffset 13 endOffset 14 width 19.00: &quot;p&quot;
+            chunk 1 text run 15 at (238.00,180.00) startOffset 14 endOffset 15 width 19.00: &quot;e&quot;
+            chunk 1 text run 16 at (257.00,180.00) startOffset 15 endOffset 16 width 18.00: &quot;c&quot;
+            chunk 1 text run 17 at (275.00,180.00) startOffset 16 endOffset 17 width 8.00: &quot;i&quot;
+            chunk 1 text run 18 at (283.00,180.00) startOffset 17 endOffset 18 width 10.00: &quot;f&quot;
+            chunk 1 text run 19 at (293.00,180.00) startOffset 18 endOffset 19 width 8.00: &quot;i&quot;
+            chunk 1 text run 20 at (301.00,180.00) startOffset 19 endOffset 20 width 19.00: &quot;e&quot;
+            chunk 1 text run 21 at (320.00,180.00) startOffset 20 endOffset 21 width 19.00: &quot;d&quot;
+            chunk 1 text run 22 at (339.00,180.00) startOffset 21 endOffset 22 width 10.00: &quot; &quot;
+            chunk 1 text run 23 at (349.00,180.00) startOffset 22 endOffset 23 width 12.00: &quot;r&quot;
+            chunk 1 text run 24 at (361.00,180.00) startOffset 23 endOffset 24 width 19.00: &quot;o&quot;
+            chunk 1 text run 25 at (380.00,180.00) startOffset 24 endOffset 25 width 10.00: &quot;t&quot;
+            chunk 1 text run 26 at (390.00,180.00) startOffset 25 endOffset 26 width 19.00: &quot;a&quot;
+            chunk 1 text run 27 at (409.00,180.00) startOffset 26 endOffset 27 width 10.00: &quot;t&quot;
+            chunk 1 text run 28 at (419.00,180.00) startOffset 27 endOffset 28 width 8.00: &quot;i&quot;
+            chunk 1 text run 29 at (427.00,180.00) startOffset 28 endOffset 29 width 19.00: &quot;o&quot;
+            chunk 1 text run 30 at (446.00,180.00) startOffset 29 endOffset 30 width 19.00: &quot;n&quot;
</ins><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><del>-      RenderSVGText {text} at (2,86) size 475x114 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (17,6) size 79x40
-          chunk 1 text run 1 at (20.00,120.00) startOffset 0 endOffset 1 width 25.27: &quot;N&quot;
-          chunk 1 text run 2 at (45.34,120.00) startOffset 1 endOffset 2 width 19.46: &quot;o&quot;
-          chunk 1 text run 3 at (64.45,120.00) startOffset 2 endOffset 3 width 9.73: &quot;t&quot;
-          chunk 1 text run 4 at (74.18,120.00) startOffset 3 endOffset 4 width 9.73: &quot; &quot;
-        RenderSVGTSpan {tspan} at (0,0) size 400x100
-          RenderSVGInlineText {#text} at (77,0) size 225x41
-            chunk 1 text run 1 at (83.91,120.00) startOffset 0 endOffset 1 width 19.46: &quot;a&quot;
-            chunk 1 text run 2 at (103.37,120.00) startOffset 1 endOffset 2 width 7.77: &quot;l&quot;
-            chunk 1 text run 3 at (111.14,120.00) startOffset 2 endOffset 3 width 7.77: &quot;l&quot;
-            chunk 1 text run 4 at (118.91,120.00) startOffset 3 endOffset 4 width 9.73: &quot; &quot;
-            chunk 1 text run 5 at (128.64,120.00) startOffset 4 endOffset 5 width 17.50: &quot;c&quot;
-            chunk 1 text run 6 at (146.18,120.00) startOffset 5 endOffset 6 width 19.46: &quot;h&quot;
-            chunk 1 text run 7 at (165.64,120.00) startOffset 6 endOffset 7 width 19.46: &quot;a&quot;
-            chunk 1 text run 8 at (185.10,120.00) startOffset 7 endOffset 8 width 11.65: &quot;r&quot;
-            chunk 1 text run 9 at (196.58,120.00) startOffset 8 endOffset 9 width 19.46: &quot;a&quot;
-            chunk 1 text run 10 at (216.04,120.00) startOffset 9 endOffset 10 width 17.50: &quot;c&quot;
-            chunk 1 text run 11 at (233.54,120.00) startOffset 10 endOffset 11 width 9.73: &quot;t&quot;
-            chunk 1 text run 12 at (242.78,120.00) startOffset 11 endOffset 12 width 19.46: &quot;e&quot;
-            chunk 1 text run 13 at (262.24,120.00) startOffset 12 endOffset 13 width 11.65: &quot;r&quot;
-            chunk 1 text run 14 at (274.03,120.00) startOffset 13 endOffset 14 width 17.50: &quot;s&quot;
-            chunk 1 text run 15 at (291.53,120.00) startOffset 14 endOffset 15 width 9.73: &quot; &quot;
-          RenderSVGTSpan {tspan} at (0,0) size 108x49
-            RenderSVGInlineText {#text} at (292,15) size 62x39
-              chunk 1 text run 1 at (301.26,120.00) startOffset 0 endOffset 1 width 7.77: &quot;i&quot;
-              chunk 1 text run 2 at (309.03,120.00) startOffset 1 endOffset 2 width 19.46: &quot;n&quot;
-              chunk 1 text run 3 at (328.49,120.00) startOffset 2 endOffset 3 width 9.73: &quot; &quot;
-            RenderSVGTSpan {tspan} at (0,0) size 69x44
-              RenderSVGInlineText {#text} at (331,6) size 68x44
-                chunk 1 text run 1 at (338.22,120.00) startOffset 0 endOffset 1 width 9.73: &quot;t&quot;
-                chunk 1 text run 2 at (347.85,120.00) startOffset 1 endOffset 2 width 19.46: &quot;h&quot;
-                chunk 1 text run 3 at (367.31,120.00) startOffset 2 endOffset 3 width 19.46: &quot;e&quot;
-                chunk 1 text run 4 at (386.77,120.00) startOffset 3 endOffset 4 width 9.73: &quot; &quot;
</del><ins>+      RenderSVGText {text} at (2,86) size 478x114 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (17,5) size 79x40
+          chunk 1 text run 1 at (20.00,120.00) startOffset 0 endOffset 1 width 25.00: &quot;N&quot;
+          chunk 1 text run 2 at (45.00,120.00) startOffset 1 endOffset 2 width 19.00: &quot;o&quot;
+          chunk 1 text run 3 at (64.00,120.00) startOffset 2 endOffset 3 width 10.00: &quot;t&quot;
+          chunk 1 text run 4 at (74.00,120.00) startOffset 3 endOffset 4 width 10.00: &quot; &quot;
+        RenderSVGTSpan {tspan} at (0,0) size 401x100
+          RenderSVGInlineText {#text} at (77,0) size 227x41
+            chunk 1 text run 1 at (84.00,120.00) startOffset 0 endOffset 1 width 19.00: &quot;a&quot;
+            chunk 1 text run 2 at (103.00,120.00) startOffset 1 endOffset 2 width 8.00: &quot;l&quot;
+            chunk 1 text run 3 at (111.00,120.00) startOffset 2 endOffset 3 width 8.00: &quot;l&quot;
+            chunk 1 text run 4 at (119.00,120.00) startOffset 3 endOffset 4 width 10.00: &quot; &quot;
+            chunk 1 text run 5 at (129.00,120.00) startOffset 4 endOffset 5 width 18.00: &quot;c&quot;
+            chunk 1 text run 6 at (147.00,120.00) startOffset 5 endOffset 6 width 19.00: &quot;h&quot;
+            chunk 1 text run 7 at (166.00,120.00) startOffset 6 endOffset 7 width 19.00: &quot;a&quot;
+            chunk 1 text run 8 at (185.00,120.00) startOffset 7 endOffset 8 width 12.00: &quot;r&quot;
+            chunk 1 text run 9 at (197.00,120.00) startOffset 8 endOffset 9 width 19.00: &quot;a&quot;
+            chunk 1 text run 10 at (216.00,120.00) startOffset 9 endOffset 10 width 18.00: &quot;c&quot;
+            chunk 1 text run 11 at (234.00,120.00) startOffset 10 endOffset 11 width 10.00: &quot;t&quot;
+            chunk 1 text run 12 at (244.00,120.00) startOffset 11 endOffset 12 width 19.00: &quot;e&quot;
+            chunk 1 text run 13 at (263.00,120.00) startOffset 12 endOffset 13 width 12.00: &quot;r&quot;
+            chunk 1 text run 14 at (275.00,120.00) startOffset 13 endOffset 14 width 18.00: &quot;s&quot;
+            chunk 1 text run 15 at (293.00,120.00) startOffset 14 endOffset 15 width 10.00: &quot; &quot;
+          RenderSVGTSpan {tspan} at (0,0) size 107x48
+            RenderSVGInlineText {#text} at (294,15) size 62x38
+              chunk 1 text run 1 at (303.00,120.00) startOffset 0 endOffset 1 width 8.00: &quot;i&quot;
+              chunk 1 text run 2 at (311.00,120.00) startOffset 1 endOffset 2 width 19.00: &quot;n&quot;
+              chunk 1 text run 3 at (330.00,120.00) startOffset 2 endOffset 3 width 10.00: &quot; &quot;
+            RenderSVGTSpan {tspan} at (0,0) size 68x44
+              RenderSVGInlineText {#text} at (333,6) size 68x44
+                chunk 1 text run 1 at (340.00,120.00) startOffset 0 endOffset 1 width 10.00: &quot;t&quot;
+                chunk 1 text run 2 at (350.00,120.00) startOffset 1 endOffset 2 width 19.00: &quot;h&quot;
+                chunk 1 text run 3 at (369.00,120.00) startOffset 2 endOffset 3 width 19.00: &quot;e&quot;
+                chunk 1 text run 4 at (388.00,120.00) startOffset 3 endOffset 4 width 10.00: &quot; &quot;
</ins><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 0x0
</span><del>-          RenderSVGTSpan {tspan} at (0,0) size 85x40
-            RenderSVGInlineText {#text} at (0,60) size 85x40
-              chunk 1 text run 1 at (20.00,180.00) startOffset 0 endOffset 1 width 9.73: &quot;t&quot;
-              chunk 1 text run 2 at (29.24,180.00) startOffset 1 endOffset 2 width 19.46: &quot;e&quot;
-              chunk 1 text run 3 at (47.76,180.00) startOffset 2 endOffset 3 width 17.50: &quot;x&quot;
-              chunk 1 text run 4 at (65.26,180.00) startOffset 3 endOffset 4 width 9.73: &quot;t&quot;
-              chunk 1 text run 5 at (74.99,180.00) startOffset 4 endOffset 5 width 9.73: &quot; &quot;
-          RenderSVGInlineText {#text} at (64,59) size 134x40
-            chunk 1 text run 1 at (84.72,180.00) startOffset 0 endOffset 1 width 19.46: &quot;h&quot;
-            chunk 1 text run 2 at (104.18,180.00) startOffset 1 endOffset 2 width 19.46: &quot;a&quot;
-            chunk 1 text run 3 at (122.90,180.00) startOffset 2 endOffset 3 width 17.50: &quot;v&quot;
-            chunk 1 text run 4 at (139.67,180.00) startOffset 3 endOffset 4 width 19.46: &quot;e&quot;
-            chunk 1 text run 5 at (159.13,180.00) startOffset 4 endOffset 5 width 9.73: &quot; &quot;
-            chunk 1 text run 6 at (168.86,180.00) startOffset 5 endOffset 6 width 19.46: &quot;a&quot;
-            chunk 1 text run 7 at (188.32,180.00) startOffset 6 endOffset 7 width 9.73: &quot; &quot;
</del><ins>+          RenderSVGTSpan {tspan} at (0,0) size 88x41
+            RenderSVGInlineText {#text} at (0,59) size 88x40
+              chunk 1 text run 1 at (20.00,180.00) startOffset 0 endOffset 1 width 10.00: &quot;t&quot;
+              chunk 1 text run 2 at (30.00,180.00) startOffset 1 endOffset 2 width 19.00: &quot;e&quot;
+              chunk 1 text run 3 at (49.00,180.00) startOffset 2 endOffset 3 width 18.00: &quot;x&quot;
+              chunk 1 text run 4 at (67.00,180.00) startOffset 3 endOffset 4 width 10.00: &quot;t&quot;
+              chunk 1 text run 5 at (77.00,180.00) startOffset 4 endOffset 5 width 10.00: &quot; &quot;
+          RenderSVGInlineText {#text} at (67,59) size 135x40
+            chunk 1 text run 1 at (87.00,180.00) startOffset 0 endOffset 1 width 19.00: &quot;h&quot;
+            chunk 1 text run 2 at (106.00,180.00) startOffset 1 endOffset 2 width 19.00: &quot;a&quot;
+            chunk 1 text run 3 at (125.00,180.00) startOffset 2 endOffset 3 width 18.00: &quot;v&quot;
+            chunk 1 text run 4 at (143.00,180.00) startOffset 3 endOffset 4 width 19.00: &quot;e&quot;
+            chunk 1 text run 5 at (162.00,180.00) startOffset 4 endOffset 5 width 10.00: &quot; &quot;
+            chunk 1 text run 6 at (172.00,180.00) startOffset 5 endOffset 6 width 19.00: &quot;a&quot;
+            chunk 1 text run 7 at (191.00,180.00) startOffset 6 endOffset 7 width 10.00: &quot; &quot;
</ins><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><del>-        RenderSVGTSpan {tspan} at (0,0) size 154x38
-          RenderSVGInlineText {#text} at (191,63) size 154x38
-            chunk 1 text run 1 at (198.05,180.00) startOffset 0 endOffset 1 width 17.50: &quot;s&quot;
-            chunk 1 text run 2 at (215.55,180.00) startOffset 1 endOffset 2 width 19.46: &quot;p&quot;
-            chunk 1 text run 3 at (235.01,180.00) startOffset 2 endOffset 3 width 19.46: &quot;e&quot;
-            chunk 1 text run 4 at (254.47,180.00) startOffset 3 endOffset 4 width 17.50: &quot;c&quot;
-            chunk 1 text run 5 at (271.97,180.00) startOffset 4 endOffset 5 width 7.77: &quot;i&quot;
-            chunk 1 text run 6 at (279.74,180.00) startOffset 5 endOffset 6 width 9.73: &quot;f&quot;
-            chunk 1 text run 7 at (289.40,180.00) startOffset 6 endOffset 7 width 7.77: &quot;i&quot;
-            chunk 1 text run 8 at (297.17,180.00) startOffset 7 endOffset 8 width 19.46: &quot;e&quot;
-            chunk 1 text run 9 at (316.63,180.00) startOffset 8 endOffset 9 width 19.46: &quot;d&quot;
-            chunk 1 text run 10 at (336.09,180.00) startOffset 9 endOffset 10 width 9.73: &quot; &quot;
-        RenderSVGInlineText {#text} at (338,77) size 137x37
-          chunk 1 text run 1 at (345.82,180.00) startOffset 0 endOffset 1 width 11.66: &quot;r&quot;
-          chunk 1 text run 2 at (357.26,180.00) startOffset 1 endOffset 2 width 19.46: &quot;o&quot;
-          chunk 1 text run 3 at (376.37,180.00) startOffset 2 endOffset 3 width 9.73: &quot;t&quot;
-          chunk 1 text run 4 at (386.07,180.00) startOffset 3 endOffset 4 width 19.46: &quot;a&quot;
-          chunk 1 text run 5 at (405.53,180.00) startOffset 4 endOffset 5 width 9.73: &quot;t&quot;
-          chunk 1 text run 6 at (415.26,180.00) startOffset 5 endOffset 6 width 7.77: &quot;i&quot;
-          chunk 1 text run 7 at (423.03,180.00) startOffset 6 endOffset 7 width 19.46: &quot;o&quot;
-          chunk 1 text run 8 at (442.49,180.00) startOffset 7 endOffset 8 width 19.46: &quot;n&quot;
-      RenderSVGText {text} at (0,-7) size 441x219 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 16x8
-          chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 7 width 15.57: &quot;       &quot;
-        RenderSVGTSpan {tspan} at (0,0) size 29x8
-          RenderSVGInlineText {#text} at (30,135) size 29x8
-            chunk 1 text run 1 at (30.00,135.00) startOffset 0 endOffset 2 width 6.67: &quot;5 &quot;
-            chunk 1 text run 1 at (36.67,135.00) startOffset 0 endOffset 1 width 4.45: &quot;1&quot;
-            chunk 1 text run 2 at (40.58,135.00) startOffset 1 endOffset 3 width 6.67: &quot;5 &quot;
-            chunk 1 text run 1 at (47.26,135.00) startOffset 0 endOffset 3 width 11.12: &quot;25 &quot;
-        RenderSVGInlineText {#text} at (58,135) size 16x8
-          chunk 1 text run 1 at (58.38,135.00) startOffset 0 endOffset 7 width 15.57: &quot;       &quot;
-        RenderSVGTSpan {tspan} at (0,0) size 41x8
-          RenderSVGInlineText {#text} at (80,130) size 41x8
-            chunk 1 text run 1 at (80.00,130.00) startOffset 0 endOffset 2 width 7.11: &quot;-1&quot;
-            chunk 1 text run 2 at (86.62,130.00) startOffset 2 endOffset 4 width 6.67: &quot;0 &quot;
-            chunk 1 text run 1 at (93.29,130.00) startOffset 0 endOffset 8 width 27.57: &quot;-20 -30 &quot;
-        RenderSVGInlineText {#text} at (120,130) size 16x8
-          chunk 1 text run 1 at (120.86,130.00) startOffset 0 endOffset 7 width 15.57: &quot;       &quot;
-        RenderSVGTSpan {tspan} at (0,0) size 138x8
-          RenderSVGInlineText {#text} at (0,6) size 138x9
-            chunk 1 text run 1 at (125.00,130.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (138.78,130.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (152.57,130.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (166.35,130.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (180.14,130.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (193.92,130.00) startOffset 0 endOffset 12 width 41.35: &quot;-40 -40 -40 &quot;
-            chunk 1 text run 1 at (235.27,130.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (249.06,130.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-        RenderSVGInlineText {#text} at (262,130) size 16x8
-          chunk 1 text run 1 at (262.84,130.00) startOffset 0 endOffset 7 width 15.57: &quot;       &quot;
-        RenderSVGTSpan {tspan} at (0,0) size 23x8
-          RenderSVGInlineText {#text} at (295,145) size 23x8
-            chunk 1 text run 1 at (295.00,145.00) startOffset 0 endOffset 3 width 11.12: &quot;70 &quot;
-            chunk 1 text run 1 at (306.12,145.00) startOffset 0 endOffset 3 width 11.12: &quot;60 &quot;
-        RenderSVGInlineText {#text} at (317,145) size 16x8
-          chunk 1 text run 1 at (317.24,145.00) startOffset 0 endOffset 7 width 15.57: &quot;       &quot;
-        RenderSVGTSpan {tspan} at (0,0) size 34x8
-          RenderSVGInlineText {#text} at (340,140) size 34x8
-            chunk 1 text run 1 at (340.00,140.00) startOffset 0 endOffset 3 width 11.12: &quot;40 &quot;
-            chunk 1 text run 1 at (351.12,140.00) startOffset 0 endOffset 3 width 11.12: &quot;30 &quot;
-            chunk 1 text run 1 at (362.24,140.00) startOffset 0 endOffset 3 width 11.12: &quot;20 &quot;
-        RenderSVGInlineText {#text} at (373,140) size 16x8
-          chunk 1 text run 1 at (373.36,140.00) startOffset 0 endOffset 7 width 15.57: &quot;       &quot;
-        RenderSVGTSpan {tspan} at (0,0) size 125x8
-          RenderSVGInlineText {#text} at (15,190) size 125x8
-            chunk 1 text run 1 at (15.00,190.00) startOffset 0 endOffset 8 width 27.57: &quot;-40 -40 &quot;
-            chunk 1 text run 1 at (42.57,190.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (56.35,190.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (70.14,190.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (83.92,190.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (97.70,190.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (111.49,190.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-            chunk 1 text run 1 at (125.27,190.00) startOffset 0 endOffset 4 width 13.78: &quot;-40 &quot;
-        RenderSVGInlineText {#text} at (139,190) size 16x8
-          chunk 1 text run 1 at (139.06,190.00) startOffset 0 endOffset 7 width 15.57: &quot;       &quot;
-        RenderSVGTSpan {tspan} at (0,0) size 107x8
-          RenderSVGInlineText {#text} at (0,6) size 107x8
-            chunk 1 text run 1 at (190.00,200.00) startOffset 0 endOffset 2 width 7.11: &quot;-1&quot;
-            chunk 1 text run 2 at (196.62,200.00) startOffset 2 endOffset 4 width 6.67: &quot;0 &quot;
-            chunk 1 text run 1 at (203.29,200.00) startOffset 0 endOffset 2 width 7.11: &quot;-1&quot;
-            chunk 1 text run 2 at (209.90,200.00) startOffset 2 endOffset 4 width 6.67: &quot;0 &quot;
-            chunk 1 text run 1 at (216.58,200.00) startOffset 0 endOffset 2 width 7.11: &quot;-1&quot;
-            chunk 1 text run 2 at (223.19,200.00) startOffset 2 endOffset 4 width 6.67: &quot;0 &quot;
-            chunk 1 text run 1 at (229.86,200.00) startOffset 0 endOffset 2 width 7.11: &quot;-1&quot;
-            chunk 1 text run 2 at (236.48,200.00) startOffset 2 endOffset 6 width 13.78: &quot;0 -1&quot;
-            chunk 1 text run 3 at (249.77,200.00) startOffset 6 endOffset 8 width 6.67: &quot;0 &quot;
-            chunk 1 text run 1 at (256.44,200.00) startOffset 0 endOffset 2 width 7.11: &quot;-1&quot;
-            chunk 1 text run 2 at (263.06,200.00) startOffset 2 endOffset 6 width 13.78: &quot;0 -1&quot;
-            chunk 1 text run 3 at (276.34,200.00) startOffset 6 endOffset 8 width 6.67: &quot;0 &quot;
-            chunk 1 text run 1 at (283.02,200.00) startOffset 0 endOffset 2 width 7.11: &quot;-1&quot;
-            chunk 1 text run 2 at (289.63,200.00) startOffset 2 endOffset 4 width 6.67: &quot;0 &quot;
-        RenderSVGInlineText {#text} at (296,200) size 16x8
-          chunk 1 text run 1 at (296.30,200.00) startOffset 0 endOffset 7 width 15.57: &quot;       &quot;
-        RenderSVGTSpan {tspan} at (0,0) size 14x8
-          RenderSVGInlineText {#text} at (275,190) size 14x8
-            chunk 1 text run 1 at (275.00,190.00) startOffset 0 endOffset 2 width 7.11: &quot;-1&quot;
-            chunk 1 text run 2 at (281.62,190.00) startOffset 2 endOffset 4 width 6.67: &quot;0 &quot;
-        RenderSVGInlineText {#text} at (288,190) size 16x8
-          chunk 1 text run 1 at (288.29,190.00) startOffset 0 endOffset 7 width 15.57: &quot;       &quot;
-        RenderSVGTSpan {tspan} at (0,0) size 89x8
-          RenderSVGInlineText {#text} at (0,6) size 89x8
-            chunk 1 text run 1 at (340.00,210.00) startOffset 0 endOffset 3 width 11.12: &quot;55 &quot;
-            chunk 1 text run 1 at (351.12,210.00) startOffset 0 endOffset 3 width 11.12: &quot;55 &quot;
-            chunk 1 text run 1 at (362.24,210.00) startOffset 0 endOffset 3 width 11.12: &quot;55 &quot;
-            chunk 1 text run 1 at (373.36,210.00) startOffset 0 endOffset 3 width 11.12: &quot;55 &quot;
-            chunk 1 text run 1 at (384.48,210.00) startOffset 0 endOffset 6 width 22.24: &quot;55 55 &quot;
-            chunk 1 text run 1 at (406.72,210.00) startOffset 0 endOffset 3 width 11.12: &quot;55 &quot;
-            chunk 1 text run 1 at (417.84,210.00) startOffset 0 endOffset 3 width 11.12: &quot;55 &quot;
-        RenderSVGInlineText {#text} at (428,210) size 12x8
-          chunk 1 text run 1 at (428.96,210.00) startOffset 0 endOffset 5 width 11.12: &quot;     &quot;
-    RenderSVGContainer {g} at (10,314) size 237x33
-      RenderSVGText {text} at (10,314) size 237x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 237x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 13 width 8.90: &quot;.&quot;
-          chunk 1 text run 5 at (188.50,340.00) startOffset 13 endOffset 14 width 17.79: &quot;1&quot;
-          chunk 1 text run 6 at (202.51,340.00) startOffset 14 endOffset 17 width 44.48: &quot;1 $&quot;
</del><ins>+        RenderSVGTSpan {tspan} at (0,0) size 155x39
+          RenderSVGInlineText {#text} at (194,62) size 154x38
+            chunk 1 text run 1 at (201.00,180.00) startOffset 0 endOffset 1 width 18.00: &quot;s&quot;
+            chunk 1 text run 2 at (219.00,180.00) startOffset 1 endOffset 2 width 19.00: &quot;p&quot;
+            chunk 1 text run 3 at (238.00,180.00) startOffset 2 endOffset 3 width 19.00: &quot;e&quot;
+            chunk 1 text run 4 at (257.00,180.00) startOffset 3 endOffset 4 width 18.00: &quot;c&quot;
+            chunk 1 text run 5 at (275.00,180.00) startOffset 4 endOffset 5 width 8.00: &quot;i&quot;
+            chunk 1 text run 6 at (283.00,180.00) startOffset 5 endOffset 6 width 10.00: &quot;f&quot;
+            chunk 1 text run 7 at (293.00,180.00) startOffset 6 endOffset 7 width 8.00: &quot;i&quot;
+            chunk 1 text run 8 at (301.00,180.00) startOffset 7 endOffset 8 width 19.00: &quot;e&quot;
+            chunk 1 text run 9 at (320.00,180.00) startOffset 8 endOffset 9 width 19.00: &quot;d&quot;
+            chunk 1 text run 10 at (339.00,180.00) startOffset 9 endOffset 10 width 10.00: &quot; &quot;
+        RenderSVGInlineText {#text} at (341,77) size 137x36
+          chunk 1 text run 1 at (349.00,180.00) startOffset 0 endOffset 1 width 12.00: &quot;r&quot;
+          chunk 1 text run 2 at (361.00,180.00) startOffset 1 endOffset 2 width 19.00: &quot;o&quot;
+          chunk 1 text run 3 at (380.00,180.00) startOffset 2 endOffset 3 width 10.00: &quot;t&quot;
+          chunk 1 text run 4 at (390.00,180.00) startOffset 3 endOffset 4 width 19.00: &quot;a&quot;
+          chunk 1 text run 5 at (409.00,180.00) startOffset 4 endOffset 5 width 10.00: &quot;t&quot;
+          chunk 1 text run 6 at (419.00,180.00) startOffset 5 endOffset 6 width 8.00: &quot;i&quot;
+          chunk 1 text run 7 at (427.00,180.00) startOffset 6 endOffset 7 width 19.00: &quot;o&quot;
+          chunk 1 text run 8 at (446.00,180.00) startOffset 7 endOffset 8 width 19.00: &quot;n&quot;
+      RenderSVGText {text} at (0,-7) size 430x219 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 14x8
+          chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 7 width 14.00: &quot;       &quot;
+        RenderSVGTSpan {tspan} at (0,0) size 26x8
+          RenderSVGInlineText {#text} at (30,135) size 26x8
+            chunk 1 text run 1 at (30.00,135.00) startOffset 0 endOffset 2 width 6.00: &quot;5 &quot;
+            chunk 1 text run 1 at (36.00,135.00) startOffset 0 endOffset 3 width 10.00: &quot;15 &quot;
+            chunk 1 text run 1 at (46.00,135.00) startOffset 0 endOffset 3 width 10.00: &quot;25 &quot;
+        RenderSVGInlineText {#text} at (56,135) size 14x8
+          chunk 1 text run 1 at (56.00,135.00) startOffset 0 endOffset 7 width 14.00: &quot;       &quot;
+        RenderSVGTSpan {tspan} at (0,0) size 39x8
+          RenderSVGInlineText {#text} at (80,130) size 39x8
+            chunk 1 text run 1 at (80.00,130.00) startOffset 0 endOffset 4 width 13.00: &quot;-10 &quot;
+            chunk 1 text run 1 at (93.00,130.00) startOffset 0 endOffset 8 width 26.00: &quot;-20 -30 &quot;
+        RenderSVGInlineText {#text} at (119,130) size 14x8
+          chunk 1 text run 1 at (119.00,130.00) startOffset 0 endOffset 7 width 14.00: &quot;       &quot;
+        RenderSVGTSpan {tspan} at (0,0) size 130x8
+          RenderSVGInlineText {#text} at (0,6) size 130x9
+            chunk 1 text run 1 at (125.00,130.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (138.00,130.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (151.00,130.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (164.00,130.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (177.00,130.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (190.00,130.00) startOffset 0 endOffset 12 width 39.00: &quot;-40 -40 -40 &quot;
+            chunk 1 text run 1 at (229.00,130.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (242.00,130.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+        RenderSVGInlineText {#text} at (255,130) size 14x8
+          chunk 1 text run 1 at (255.00,130.00) startOffset 0 endOffset 7 width 14.00: &quot;       &quot;
+        RenderSVGTSpan {tspan} at (0,0) size 20x8
+          RenderSVGInlineText {#text} at (295,145) size 20x8
+            chunk 1 text run 1 at (295.00,145.00) startOffset 0 endOffset 3 width 10.00: &quot;70 &quot;
+            chunk 1 text run 1 at (305.00,145.00) startOffset 0 endOffset 3 width 10.00: &quot;60 &quot;
+        RenderSVGInlineText {#text} at (315,145) size 14x8
+          chunk 1 text run 1 at (315.00,145.00) startOffset 0 endOffset 7 width 14.00: &quot;       &quot;
+        RenderSVGTSpan {tspan} at (0,0) size 30x8
+          RenderSVGInlineText {#text} at (340,140) size 30x8
+            chunk 1 text run 1 at (340.00,140.00) startOffset 0 endOffset 3 width 10.00: &quot;40 &quot;
+            chunk 1 text run 1 at (350.00,140.00) startOffset 0 endOffset 3 width 10.00: &quot;30 &quot;
+            chunk 1 text run 1 at (360.00,140.00) startOffset 0 endOffset 3 width 10.00: &quot;20 &quot;
+        RenderSVGInlineText {#text} at (370,140) size 14x8
+          chunk 1 text run 1 at (370.00,140.00) startOffset 0 endOffset 7 width 14.00: &quot;       &quot;
+        RenderSVGTSpan {tspan} at (0,0) size 117x8
+          RenderSVGInlineText {#text} at (15,190) size 117x8
+            chunk 1 text run 1 at (15.00,190.00) startOffset 0 endOffset 8 width 26.00: &quot;-40 -40 &quot;
+            chunk 1 text run 1 at (41.00,190.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (54.00,190.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (67.00,190.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (80.00,190.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (93.00,190.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (106.00,190.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+            chunk 1 text run 1 at (119.00,190.00) startOffset 0 endOffset 4 width 13.00: &quot;-40 &quot;
+        RenderSVGInlineText {#text} at (132,190) size 14x8
+          chunk 1 text run 1 at (132.00,190.00) startOffset 0 endOffset 7 width 14.00: &quot;       &quot;
+        RenderSVGTSpan {tspan} at (0,0) size 104x8
+          RenderSVGInlineText {#text} at (0,6) size 104x8
+            chunk 1 text run 1 at (190.00,200.00) startOffset 0 endOffset 4 width 13.00: &quot;-10 &quot;
+            chunk 1 text run 1 at (203.00,200.00) startOffset 0 endOffset 4 width 13.00: &quot;-10 &quot;
+            chunk 1 text run 1 at (216.00,200.00) startOffset 0 endOffset 4 width 13.00: &quot;-10 &quot;
+            chunk 1 text run 1 at (229.00,200.00) startOffset 0 endOffset 8 width 26.00: &quot;-10 -10 &quot;
+            chunk 1 text run 1 at (255.00,200.00) startOffset 0 endOffset 8 width 26.00: &quot;-10 -10 &quot;
+            chunk 1 text run 1 at (281.00,200.00) startOffset 0 endOffset 4 width 13.00: &quot;-10 &quot;
+        RenderSVGInlineText {#text} at (294,200) size 14x8
+          chunk 1 text run 1 at (294.00,200.00) startOffset 0 endOffset 7 width 14.00: &quot;       &quot;
+        RenderSVGTSpan {tspan} at (0,0) size 13x8
+          RenderSVGInlineText {#text} at (275,190) size 13x8
+            chunk 1 text run 1 at (275.00,190.00) startOffset 0 endOffset 4 width 13.00: &quot;-10 &quot;
+        RenderSVGInlineText {#text} at (288,190) size 14x8
+          chunk 1 text run 1 at (288.00,190.00) startOffset 0 endOffset 7 width 14.00: &quot;       &quot;
+        RenderSVGTSpan {tspan} at (0,0) size 80x8
+          RenderSVGInlineText {#text} at (0,6) size 80x8
+            chunk 1 text run 1 at (340.00,210.00) startOffset 0 endOffset 3 width 10.00: &quot;55 &quot;
+            chunk 1 text run 1 at (350.00,210.00) startOffset 0 endOffset 3 width 10.00: &quot;55 &quot;
+            chunk 1 text run 1 at (360.00,210.00) startOffset 0 endOffset 3 width 10.00: &quot;55 &quot;
+            chunk 1 text run 1 at (370.00,210.00) startOffset 0 endOffset 3 width 10.00: &quot;55 &quot;
+            chunk 1 text run 1 at (380.00,210.00) startOffset 0 endOffset 6 width 20.00: &quot;55 55 &quot;
+            chunk 1 text run 1 at (400.00,210.00) startOffset 0 endOffset 3 width 10.00: &quot;55 &quot;
+            chunk 1 text run 1 at (410.00,210.00) startOffset 0 endOffset 3 width 10.00: &quot;55 &quot;
+        RenderSVGInlineText {#text} at (420,210) size 10x8
+          chunk 1 text run 1 at (420.00,210.00) startOffset 0 endOffset 5 width 10.00: &quot;     &quot;
+    RenderSVGContainer {g} at (10,314) size 249x33
+      RenderSVGText {text} at (10,314) size 249x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 249x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 17 width 249.00: &quot;$Revision: 1.11 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom02fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,96 +3,50 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (51,40) size 389x249
-      RenderSVGText {text} at (51,40) size 159x19 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 159x18
-          chunk 1 (end anchor) text run 1 at (51.55,55.00) startOffset 0 endOffset 5 width 51.01: &quot;animV&quot;
-          chunk 1 (end anchor) text run 2 at (101.50,55.00) startOffset 5 endOffset 16 width 90.56: &quot;al != baseV&quot;
-          chunk 1 (end anchor) text run 3 at (190.99,55.00) startOffset 16 endOffset 19 width 19.01: &quot;al:&quot;
-      RenderSVGContainer {g} at (240,40) size 200x249 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(500.00,0.00)}]
</del><ins>+    RenderSVGContainer {g} at (49,40) size 391x252
+      RenderSVGText {text} at (49,40) size 161x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 161x18
+          chunk 1 (end anchor) text run 1 at (49.00,55.00) startOffset 0 endOffset 19 width 161.00: &quot;animVal != baseVal:&quot;
+      RenderSVGContainer {g} at (240,40) size 200x252 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(500.00,0.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (420,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=60.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,63) size 159x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 159x15
-            chunk 1 text run 1 at (70.00,75.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,75.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,75.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,75.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,75.00) startOffset 9 endOffset 20 width 83.24: &quot;edNumberLis&quot;
-            chunk 1 text run 6 at (224.88,75.00) startOffset 20 endOffset 21 width 3.89: &quot;t&quot;
</del><ins>+        RenderSVGText {text} at (70,63) size 162x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 162x14
+            chunk 1 text run 1 at (70.00,75.00) startOffset 0 endOffset 21 width 162.00: &quot;SVGAnimatedNumberList&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (390,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=90.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,93) size 131x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 131x14
-            chunk 1 text run 1 at (70.00,105.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,105.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,105.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,105.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,105.00) startOffset 9 endOffset 16 width 50.60: &quot;edLengt&quot;
-            chunk 1 text run 6 at (192.23,105.00) startOffset 16 endOffset 17 width 7.78: &quot;h&quot;
</del><ins>+        RenderSVGText {text} at (70,93) size 133x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 133x14
+            chunk 1 text run 1 at (70.00,105.00) startOffset 0 endOffset 17 width 133.00: &quot;SVGAnimatedLength&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (360,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=120.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,123) size 152x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 152x14
-            chunk 1 text run 1 at (70.00,135.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,135.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,135.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,135.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,135.00) startOffset 9 endOffset 16 width 50.60: &quot;edLengt&quot;
-            chunk 1 text run 6 at (192.23,135.00) startOffset 16 endOffset 20 width 25.68: &quot;hLis&quot;
-            chunk 1 text run 7 at (217.87,135.00) startOffset 20 endOffset 21 width 3.89: &quot;t&quot;
</del><ins>+        RenderSVGText {text} at (70,123) size 155x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 155x14
+            chunk 1 text run 1 at (70.00,135.00) startOffset 0 endOffset 21 width 155.00: &quot;SVGAnimatedLengthList&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (330,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=150.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,153) size 124x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 124x14
-            chunk 1 text run 1 at (70.00,165.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,165.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,165.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,165.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,165.00) startOffset 9 endOffset 16 width 51.37: &quot;edAngle&quot;
</del><ins>+        RenderSVGText {text} at (70,153) size 125x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 125x14
+            chunk 1 text run 1 at (70.00,165.00) startOffset 0 endOffset 16 width 125.00: &quot;SVGAnimatedAngle&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (300,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=180.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,183) size 116x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 116x14
-            chunk 1 text run 1 at (70.00,195.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,195.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,195.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,195.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,195.00) startOffset 9 endOffset 12 width 25.68: &quot;edR&quot;
-            chunk 1 text run 6 at (167.19,195.00) startOffset 12 endOffset 15 width 18.68: &quot;ect&quot;
</del><ins>+        RenderSVGText {text} at (70,183) size 118x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 118x14
+            chunk 1 text run 1 at (70.00,195.00) startOffset 0 endOffset 15 width 118.00: &quot;SVGAnimatedRect&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (270,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=210.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,213) size 172x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 172x14
-            chunk 1 text run 1 at (70.00,225.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,225.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,225.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,225.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,225.00) startOffset 9 endOffset 12 width 24.12: &quot;edT&quot;
-            chunk 1 text run 6 at (164.51,225.00) startOffset 12 endOffset 13 width 4.66: &quot;r&quot;
-            chunk 1 text run 7 at (169.11,225.00) startOffset 13 endOffset 17 width 26.46: &quot;ansf&quot;
-            chunk 1 text run 8 at (195.43,225.00) startOffset 17 endOffset 23 width 42.00: &quot;ormLis&quot;
-            chunk 1 text run 9 at (237.38,225.00) startOffset 23 endOffset 24 width 3.89: &quot;t&quot;
</del><ins>+        RenderSVGText {text} at (70,213) size 177x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 177x14
+            chunk 1 text run 1 at (70.00,225.00) startOffset 0 endOffset 24 width 177.00: &quot;SVGAnimatedTransformList&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (240,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=240.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,243) size 219x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 219x15
-            chunk 1 text run 1 at (70.00,255.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,255.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,255.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,255.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,255.00) startOffset 9 endOffset 13 width 29.57: &quot;edPr&quot;
-            chunk 1 text run 6 at (171.09,255.00) startOffset 13 endOffset 17 width 27.23: &quot;eser&quot;
-            chunk 1 text run 7 at (198.73,255.00) startOffset 17 endOffset 18 width 7.00: &quot;v&quot;
-            chunk 1 text run 8 at (205.44,255.00) startOffset 18 endOffset 26 width 60.69: &quot;eAspectR&quot;
-            chunk 1 text run 9 at (265.92,255.00) startOffset 26 endOffset 30 width 22.57: &quot;atio&quot;
</del><ins>+        RenderSVGText {text} at (70,243) size 222x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 222x14
+            chunk 1 text run 1 at (70.00,255.00) startOffset 0 endOffset 30 width 222.00: &quot;SVGAnimatedPreserveAspectRatio&quot;
</ins><span class="cx">       RenderSVGHiddenContainer {g} at (0,0) size 0x0
</span><span class="cx">         RenderSVGText {text} at (0,-15) size 37x24 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 37x23
</span><del>-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 10.01: &quot;a&quot;
-            chunk 1 text run 2 at (10.01,0.00) startOffset 1 endOffset 2 width 10.01: &quot;b&quot;
-            chunk 1 text run 3 at (20.02,0.00) startOffset 2 endOffset 3 width 9.00: &quot;c&quot;
</del><ins>+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;a&quot;
+            chunk 1 text run 2 at (10.00,0.00) startOffset 1 endOffset 2 width 10.00: &quot;b&quot;
+            chunk 1 text run 3 at (20.00,0.00) startOffset 2 endOffset 3 width 9.00: &quot;c&quot;
</ins><span class="cx">         RenderSVGEllipse {circle} at (0,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=50.00]
</span><span class="cx">         RenderSVGResourceMarker {marker} [id=&quot;marker&quot;] [markerUnits=strokeWidth] [ref at (0,0)] [angle=90.00]
</span><span class="cx">         RenderSVGViewportContainer {svg} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.8 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.8 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom03bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -4,31 +4,15 @@
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">     RenderSVGContainer {g} at (10,15) size 470x345
</span><del>-      RenderSVGText {text} at (10,15) size 342x19 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 342x18
-          chunk 1 text run 1 at (10.00,30.00) startOffset 0 endOffset 1 width 11.00: &quot;T&quot;
-          chunk 1 text run 2 at (19.29,30.00) startOffset 1 endOffset 3 width 19.01: &quot;es&quot;
-          chunk 1 text run 3 at (38.24,30.00) startOffset 3 endOffset 6 width 15.01: &quot;t t&quot;
-          chunk 1 text run 4 at (53.20,30.00) startOffset 6 endOffset 12 width 50.04: &quot;hat ge&quot;
-          chunk 1 text run 5 at (103.06,30.00) startOffset 12 endOffset 16 width 39.02: &quot;tBBo&quot;
-          chunk 1 text run 6 at (141.60,30.00) startOffset 16 endOffset 21 width 38.99: &quot;x() w&quot;
-          chunk 1 text run 7 at (180.42,30.00) startOffset 21 endOffset 23 width 16.00: &quot;or&quot;
-          chunk 1 text run 8 at (196.53,30.00) startOffset 23 endOffset 24 width 9.00: &quot;k&quot;
-          chunk 1 text run 9 at (205.48,30.00) startOffset 24 endOffset 29 width 39.02: &quot;s bef&quot;
-          chunk 1 text run 10 at (244.32,30.00) startOffset 29 endOffset 31 width 16.00: &quot;or&quot;
-          chunk 1 text run 11 at (260.13,30.00) startOffset 31 endOffset 34 width 27.02: &quot;e S&quot;
-          chunk 1 text run 12 at (286.39,30.00) startOffset 34 endOffset 35 width 12.01: &quot;V&quot;
-          chunk 1 text run 13 at (297.64,30.00) startOffset 35 endOffset 40 width 54.04: &quot;GLoad&quot;
</del><ins>+      RenderSVGText {text} at (10,15) size 346x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 346x18
+          chunk 1 text run 1 at (10.00,30.00) startOffset 0 endOffset 40 width 346.00: &quot;Test that getBBox() works before SVGLoad&quot;
</ins><span class="cx">       RenderSVGRect {rect} at (10,40) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=40.00] [width=50.00] [height=50.00]
</span><del>-      RenderSVGText {text} at (1000,985) size 32x19 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 32x18
-          chunk 1 text run 1 at (1000.00,1000.00) startOffset 0 endOffset 1 width 12.01: &quot;A&quot;
-          chunk 1 text run 2 at (1012.08,1000.00) startOffset 1 endOffset 3 width 19.01: &quot;bc&quot;
-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.7 $&quot;
</del><ins>+      RenderSVGText {text} at (1000,985) size 31x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 31x18
+          chunk 1 text run 1 at (1000.00,1000.00) startOffset 0 endOffset 3 width 31.00: &quot;Abc&quot;
+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.7 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom04bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,145 +3,72 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (10,15) size 430x274
-      RenderSVGText {text} at (10,15) size 298x19 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 298x18
-          chunk 1 text run 1 at (10.00,30.00) startOffset 0 endOffset 1 width 11.00: &quot;T&quot;
-          chunk 1 text run 2 at (19.29,30.00) startOffset 1 endOffset 3 width 19.01: &quot;es&quot;
-          chunk 1 text run 3 at (38.24,30.00) startOffset 3 endOffset 11 width 51.01: &quot;ting liv&quot;
-          chunk 1 text run 4 at (88.88,30.00) startOffset 11 endOffset 21 width 85.05: &quot;eness of S&quot;
-          chunk 1 text run 5 at (173.17,30.00) startOffset 21 endOffset 22 width 12.01: &quot;V&quot;
-          chunk 1 text run 6 at (184.42,30.00) startOffset 22 endOffset 35 width 123.03: &quot;G DOM objects&quot;
-      RenderSVGContainer {g} at (90,40) size 350x249 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(500.00,0.00)}]
</del><ins>+    RenderSVGContainer {g} at (10,15) size 430x277
+      RenderSVGText {text} at (10,15) size 301x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 301x18
+          chunk 1 text run 1 at (10.00,30.00) startOffset 0 endOffset 35 width 301.00: &quot;Testing liveness of SVG DOM objects&quot;
+      RenderSVGContainer {g} at (90,40) size 350x252 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(500.00,0.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (420,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=60.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,63) size 159x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 159x15
-            chunk 1 text run 1 at (70.00,75.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,75.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,75.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,75.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,75.00) startOffset 9 endOffset 20 width 83.24: &quot;edNumberLis&quot;
-            chunk 1 text run 6 at (224.88,75.00) startOffset 20 endOffset 21 width 3.89: &quot;t&quot;
</del><ins>+        RenderSVGText {text} at (70,63) size 162x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 162x14
+            chunk 1 text run 1 at (70.00,75.00) startOffset 0 endOffset 21 width 162.00: &quot;SVGAnimatedNumberList&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (390,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=90.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,93) size 131x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 131x14
-            chunk 1 text run 1 at (70.00,105.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,105.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,105.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,105.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,105.00) startOffset 9 endOffset 16 width 50.60: &quot;edLengt&quot;
-            chunk 1 text run 6 at (192.23,105.00) startOffset 16 endOffset 17 width 7.78: &quot;h&quot;
</del><ins>+        RenderSVGText {text} at (70,93) size 133x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 133x14
+            chunk 1 text run 1 at (70.00,105.00) startOffset 0 endOffset 17 width 133.00: &quot;SVGAnimatedLength&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (360,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=120.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,123) size 152x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 152x14
-            chunk 1 text run 1 at (70.00,135.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,135.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,135.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,135.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,135.00) startOffset 9 endOffset 16 width 50.60: &quot;edLengt&quot;
-            chunk 1 text run 6 at (192.23,135.00) startOffset 16 endOffset 20 width 25.68: &quot;hLis&quot;
-            chunk 1 text run 7 at (217.87,135.00) startOffset 20 endOffset 21 width 3.89: &quot;t&quot;
</del><ins>+        RenderSVGText {text} at (70,123) size 155x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 155x14
+            chunk 1 text run 1 at (70.00,135.00) startOffset 0 endOffset 21 width 155.00: &quot;SVGAnimatedLengthList&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (330,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=150.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,153) size 124x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 124x14
-            chunk 1 text run 1 at (70.00,165.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,165.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,165.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,165.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,165.00) startOffset 9 endOffset 16 width 51.37: &quot;edAngle&quot;
</del><ins>+        RenderSVGText {text} at (70,153) size 125x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 125x14
+            chunk 1 text run 1 at (70.00,165.00) startOffset 0 endOffset 16 width 125.00: &quot;SVGAnimatedAngle&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (300,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=180.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,183) size 116x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 116x14
-            chunk 1 text run 1 at (70.00,195.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,195.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,195.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,195.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,195.00) startOffset 9 endOffset 12 width 25.68: &quot;edR&quot;
-            chunk 1 text run 6 at (167.19,195.00) startOffset 12 endOffset 15 width 18.68: &quot;ect&quot;
</del><ins>+        RenderSVGText {text} at (70,183) size 118x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 118x14
+            chunk 1 text run 1 at (70.00,195.00) startOffset 0 endOffset 15 width 118.00: &quot;SVGAnimatedRect&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (270,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=210.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,213) size 172x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 172x14
-            chunk 1 text run 1 at (70.00,225.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,225.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,225.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,225.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,225.00) startOffset 9 endOffset 12 width 24.12: &quot;edT&quot;
-            chunk 1 text run 6 at (164.51,225.00) startOffset 12 endOffset 13 width 4.66: &quot;r&quot;
-            chunk 1 text run 7 at (169.11,225.00) startOffset 13 endOffset 17 width 26.46: &quot;ansf&quot;
-            chunk 1 text run 8 at (195.43,225.00) startOffset 17 endOffset 23 width 42.00: &quot;ormLis&quot;
-            chunk 1 text run 9 at (237.38,225.00) startOffset 23 endOffset 24 width 3.89: &quot;t&quot;
</del><ins>+        RenderSVGText {text} at (70,213) size 177x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 177x14
+            chunk 1 text run 1 at (70.00,225.00) startOffset 0 endOffset 24 width 177.00: &quot;SVGAnimatedTransformList&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (240,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=240.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,243) size 219x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 219x15
-            chunk 1 text run 1 at (70.00,255.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,255.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,255.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,255.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,255.00) startOffset 9 endOffset 13 width 29.57: &quot;edPr&quot;
-            chunk 1 text run 6 at (171.09,255.00) startOffset 13 endOffset 17 width 27.23: &quot;eser&quot;
-            chunk 1 text run 7 at (198.73,255.00) startOffset 17 endOffset 18 width 7.00: &quot;v&quot;
-            chunk 1 text run 8 at (205.44,255.00) startOffset 18 endOffset 26 width 60.69: &quot;eAspectR&quot;
-            chunk 1 text run 9 at (265.92,255.00) startOffset 26 endOffset 30 width 22.57: &quot;atio&quot;
</del><ins>+        RenderSVGText {text} at (70,243) size 222x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 222x14
+            chunk 1 text run 1 at (70.00,255.00) startOffset 0 endOffset 30 width 222.00: &quot;SVGAnimatedPreserveAspectRatio&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (210,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=270.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,273) size 139x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 139x14
-            chunk 1 text run 1 at (70.00,285.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,285.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,285.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,285.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,285.00) startOffset 9 endOffset 18 width 66.93: &quot;edBoolean&quot;
</del><ins>+        RenderSVGText {text} at (70,273) size 141x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 141x14
+            chunk 1 text run 1 at (70.00,285.00) startOffset 0 endOffset 18 width 141.00: &quot;SVGAnimatedBoolean&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (180,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=300.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,303) size 124x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 124x14
-            chunk 1 text run 1 at (70.00,315.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,315.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,315.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,315.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,315.00) startOffset 9 endOffset 12 width 24.91: &quot;edS&quot;
-            chunk 1 text run 6 at (166.54,315.00) startOffset 12 endOffset 14 width 8.55: &quot;tr&quot;
-            chunk 1 text run 7 at (175.11,315.00) startOffset 14 endOffset 17 width 18.68: &quot;ing&quot;
</del><ins>+        RenderSVGText {text} at (70,303) size 126x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 126x14
+            chunk 1 text run 1 at (70.00,315.00) startOffset 0 endOffset 17 width 126.00: &quot;SVGAnimatedString&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (150,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=330.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,333) size 167x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 167x14
-            chunk 1 text run 1 at (70.00,345.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,345.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,345.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,345.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,345.00) startOffset 9 endOffset 17 width 64.58: &quot;edEnumer&quot;
-            chunk 1 text run 6 at (206.19,345.00) startOffset 17 endOffset 22 width 30.35: &quot;ation&quot;
</del><ins>+        RenderSVGText {text} at (70,333) size 170x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 170x14
+            chunk 1 text run 1 at (70.00,345.00) startOffset 0 endOffset 22 width 170.00: &quot;SVGAnimatedEnumeration&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (120,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=360.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,363) size 131x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 131x14
-            chunk 1 text run 1 at (70.00,375.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,375.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,375.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,375.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,375.00) startOffset 9 endOffset 14 width 31.14: &quot;edInt&quot;
-            chunk 1 text run 6 at (172.62,375.00) startOffset 14 endOffset 18 width 28.01: &quot;eger&quot;
</del><ins>+        RenderSVGText {text} at (70,363) size 134x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 134x14
+            chunk 1 text run 1 at (70.00,375.00) startOffset 0 endOffset 18 width 134.00: &quot;SVGAnimatedInteger&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (90,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=390.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,393) size 138x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 138x14
-            chunk 1 text run 1 at (70.00,405.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,405.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,405.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,405.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,405.00) startOffset 9 endOffset 17 width 65.35: &quot;edNumber&quot;
</del><ins>+        RenderSVGText {text} at (70,393) size 140x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 140x14
+            chunk 1 text run 1 at (70.00,405.00) startOffset 0 endOffset 17 width 140.00: &quot;SVGAnimatedNumber&quot;
</ins><span class="cx">       RenderSVGHiddenContainer {g} at (0,0) size 0x0
</span><span class="cx">         RenderSVGText {text} at (10,-15) size 34x22 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 34x22
</span><del>-            chunk 1 text run 1 at (10.00,0.00) startOffset 0 endOffset 1 width 10.01: &quot;a&quot;
-            chunk 1 text run 2 at (20.01,0.00) startOffset 1 endOffset 2 width 10.01: &quot;b&quot;
-            chunk 1 text run 3 at (30.02,0.00) startOffset 2 endOffset 3 width 9.00: &quot;c&quot;
</del><ins>+            chunk 1 text run 1 at (10.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;a&quot;
+            chunk 1 text run 2 at (20.00,0.00) startOffset 1 endOffset 2 width 10.00: &quot;b&quot;
+            chunk 1 text run 3 at (30.00,0.00) startOffset 2 endOffset 3 width 9.00: &quot;c&quot;
</ins><span class="cx">         RenderSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=100.00]
</span><span class="cx">         RenderSVGResourceMarker {marker} [id=&quot;marker&quot;] [markerUnits=strokeWidth] [ref at (0,0)] [angle=60.00]
</span><span class="cx">         RenderSVGViewportContainer {svg} at (0,0) size 0x0
</span><span class="cx">         RenderSVGResourceFilter {filter} [id=&quot;&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
</span><span class="cx">           [feTurbulence type=&quot;TURBULANCE&quot; baseFrequency=&quot;4.00, 5.00&quot; seed=&quot;0.00&quot; numOctaves=&quot;1&quot; stitchTiles=&quot;0&quot;]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.7 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.7 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom05bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,67 +3,30 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (10,15) size 366x175
-      RenderSVGText {text} at (10,15) size 366x19 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 366x18
-          chunk 1 text run 1 at (10.00,30.00) startOffset 0 endOffset 1 width 11.00: &quot;T&quot;
-          chunk 1 text run 2 at (19.29,30.00) startOffset 1 endOffset 3 width 19.01: &quot;es&quot;
-          chunk 1 text run 3 at (38.24,30.00) startOffset 3 endOffset 12 width 63.04: &quot;t side ef&quot;
-          chunk 1 text run 4 at (101.67,30.00) startOffset 12 endOffset 13 width 5.00: &quot;f&quot;
-          chunk 1 text run 5 at (106.41,30.00) startOffset 13 endOffset 32 width 144.07: &quot;ects of assigning t&quot;
-          chunk 1 text run 6 at (250.26,30.00) startOffset 32 endOffset 35 width 24.01: &quot;o v&quot;
-          chunk 1 text run 7 at (273.95,30.00) startOffset 35 endOffset 42 width 67.03: &quot;alueAsS&quot;
-          chunk 1 text run 8 at (340.93,30.00) startOffset 42 endOffset 44 width 11.00: &quot;tr&quot;
-          chunk 1 text run 9 at (351.95,30.00) startOffset 44 endOffset 47 width 24.01: &quot;ing&quot;
</del><ins>+    RenderSVGContainer {g} at (10,15) size 368x175
+      RenderSVGText {text} at (10,15) size 368x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 368x18
+          chunk 1 text run 1 at (10.00,30.00) startOffset 0 endOffset 47 width 368.00: &quot;Test side effects of assigning to valueAsString&quot;
</ins><span class="cx">       RenderSVGRect {rect} at (10,40) size 30x30 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=40.00] [width=30.00] [height=30.00]
</span><span class="cx">       RenderSVGRect {rect} at (10,80) size 30x30 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=80.00] [width=30.00] [height=30.00]
</span><span class="cx">       RenderSVGRect {rect} at (10,120) size 30x30 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=120.00] [width=30.00] [height=30.00]
</span><span class="cx">       RenderSVGRect {rect} at (10,160) size 30x30 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=160.00] [width=30.00] [height=30.00]
</span><del>-      RenderSVGContainer {g} at (50,48) size 185x135
-        RenderSVGText {text} at (50,48) size 175x15 contains 1 chunk(s)
</del><ins>+      RenderSVGContainer {g} at (50,48) size 182x135
+        RenderSVGText {text} at (50,48) size 172x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 172x15
+            chunk 1 text run 1 at (50.00,60.00) startOffset 0 endOffset 25 width 172.00: &quot;Valid string on SVGLength&quot;
+        RenderSVGText {text} at (50,88) size 182x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 182x15
+            chunk 1 text run 1 at (50.00,100.00) startOffset 0 endOffset 27 width 182.00: &quot;Invalid string on SVGLength&quot;
+        RenderSVGText {text} at (50,128) size 165x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 165x15
+            chunk 1 text run 1 at (50.00,140.00) startOffset 0 endOffset 24 width 165.00: &quot;Valid string on SVGAngle&quot;
+        RenderSVGText {text} at (50,168) size 175x15 contains 1 chunk(s)
</ins><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 175x15
</span><del>-            chunk 1 text run 1 at (50.00,60.00) startOffset 0 endOffset 1 width 10.01: &quot;V&quot;
-            chunk 1 text run 2 at (59.12,60.00) startOffset 1 endOffset 7 width 35.01: &quot;alid s&quot;
-            chunk 1 text run 3 at (94.09,60.00) startOffset 7 endOffset 9 width 9.16: &quot;tr&quot;
-            chunk 1 text run 4 at (103.26,60.00) startOffset 9 endOffset 17 width 55.03: &quot;ing on S&quot;
-            chunk 1 text run 5 at (157.67,60.00) startOffset 17 endOffset 18 width 10.00: &quot;V&quot;
-            chunk 1 text run 6 at (167.04,60.00) startOffset 18 endOffset 24 width 49.20: &quot;GLengt&quot;
-            chunk 1 text run 7 at (216.20,60.00) startOffset 24 endOffset 25 width 8.34: &quot;h&quot;
-        RenderSVGText {text} at (50,88) size 185x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 185x15
-            chunk 1 text run 1 at (50.00,100.00) startOffset 0 endOffset 2 width 12.51: &quot;In&quot;
-            chunk 1 text run 2 at (62.31,100.00) startOffset 2 endOffset 3 width 7.50: &quot;v&quot;
-            chunk 1 text run 3 at (69.55,100.00) startOffset 3 endOffset 9 width 35.01: &quot;alid s&quot;
-            chunk 1 text run 4 at (104.51,100.00) startOffset 9 endOffset 11 width 9.17: &quot;tr&quot;
-            chunk 1 text run 5 at (113.69,100.00) startOffset 11 endOffset 19 width 55.03: &quot;ing on S&quot;
-            chunk 1 text run 6 at (168.10,100.00) startOffset 19 endOffset 20 width 10.00: &quot;V&quot;
-            chunk 1 text run 7 at (177.47,100.00) startOffset 20 endOffset 26 width 49.20: &quot;GLengt&quot;
-            chunk 1 text run 8 at (226.62,100.00) startOffset 26 endOffset 27 width 8.34: &quot;h&quot;
-        RenderSVGText {text} at (50,128) size 167x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 167x15
-            chunk 1 text run 1 at (50.00,140.00) startOffset 0 endOffset 1 width 10.01: &quot;V&quot;
-            chunk 1 text run 2 at (59.12,140.00) startOffset 1 endOffset 7 width 35.01: &quot;alid s&quot;
-            chunk 1 text run 3 at (94.09,140.00) startOffset 7 endOffset 9 width 9.16: &quot;tr&quot;
-            chunk 1 text run 4 at (103.26,140.00) startOffset 9 endOffset 17 width 55.03: &quot;ing on S&quot;
-            chunk 1 text run 5 at (157.67,140.00) startOffset 17 endOffset 18 width 10.00: &quot;V&quot;
-            chunk 1 text run 6 at (167.04,140.00) startOffset 18 endOffset 19 width 11.67: &quot;G&quot;
-            chunk 1 text run 7 at (178.62,140.00) startOffset 19 endOffset 24 width 38.35: &quot;Angle&quot;
-        RenderSVGText {text} at (50,168) size 178x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 178x15
-            chunk 1 text run 1 at (50.00,180.00) startOffset 0 endOffset 2 width 12.51: &quot;In&quot;
-            chunk 1 text run 2 at (62.31,180.00) startOffset 2 endOffset 3 width 7.50: &quot;v&quot;
-            chunk 1 text run 3 at (69.55,180.00) startOffset 3 endOffset 9 width 35.01: &quot;alid s&quot;
-            chunk 1 text run 4 at (104.51,180.00) startOffset 9 endOffset 11 width 9.17: &quot;tr&quot;
-            chunk 1 text run 5 at (113.69,180.00) startOffset 11 endOffset 19 width 55.03: &quot;ing on S&quot;
-            chunk 1 text run 6 at (168.10,180.00) startOffset 19 endOffset 20 width 10.00: &quot;V&quot;
-            chunk 1 text run 7 at (177.47,180.00) startOffset 20 endOffset 21 width 11.67: &quot;G&quot;
-            chunk 1 text run 8 at (189.05,180.00) startOffset 21 endOffset 26 width 38.35: &quot;Angle&quot;
</del><ins>+            chunk 1 text run 1 at (50.00,180.00) startOffset 0 endOffset 26 width 175.00: &quot;Invalid string on SVGAngle&quot;
</ins><span class="cx">       RenderSVGResourceMarker {marker} [id=&quot;m&quot;] [markerUnits=strokeWidth] [ref at (0,0)] [angle=1.80]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.6 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.6 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom06fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -6,13 +6,8 @@
</span><span class="cx">     RenderSVGContainer {g} at (0,0) size 480x360
</span><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">       RenderSVGText {text} at (160,55) size 160x19 contains 1 chunk(s)
</span><del>-        RenderSVGInlineText {#text} at (0,0) size 159x18
-          chunk 1 (middle anchor) text run 1 at (160.78,70.00) startOffset 0 endOffset 1 width 12.01: &quot;S&quot;
-          chunk 1 (middle anchor) text run 2 at (172.03,70.00) startOffset 1 endOffset 2 width 12.01: &quot;V&quot;
-          chunk 1 (middle anchor) text run 3 at (183.28,70.00) startOffset 2 endOffset 4 width 26.01: &quot;GS&quot;
-          chunk 1 (middle anchor) text run 4 at (209.24,70.00) startOffset 4 endOffset 6 width 11.00: &quot;tr&quot;
-          chunk 1 (middle anchor) text run 5 at (220.25,70.00) startOffset 6 endOffset 12 width 47.02: &quot;ingLis&quot;
-          chunk 1 (middle anchor) text run 6 at (267.22,70.00) startOffset 12 endOffset 17 width 52.00: &quot;t DOM&quot;
</del><ins>+        RenderSVGInlineText {#text} at (0,0) size 160x18
+          chunk 1 (middle anchor) text run 1 at (160.00,70.00) startOffset 0 endOffset 17 width 160.00: &quot;SVGStringList DOM&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (80,100) size 320x100
</span><span class="cx">         RenderSVGRect {rect} at (80,100) size 100x100 [transform={m=((1.00,0.00)(0.00,1.00)) t=(80.00,100.00)}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
</span><span class="cx">         RenderSVGRect {rect} at (190,100) size 100x100 [transform={m=((1.00,0.00)(0.00,1.00)) t=(190.00,100.00)}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
</span><span class="lines">@@ -21,11 +16,8 @@
</span><span class="cx">       RenderSVGRect {rect} at (190,100) size 100x100 [transform={m=((1.00,0.00)(0.00,1.00)) t=(190.00,100.00)}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
</span><span class="cx">       RenderSVGRect {rect} at (300,100) size 100x100 [transform={m=((1.00,0.00)(0.00,1.00)) t=(300.00,100.00)}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
</span><span class="cx">       RenderSVGRect {rect} at (0,0) size 480x360 [x=0.00] [y=0.00] [width=480.00] [height=360.00]
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.5 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.5 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11SEtypesdom07fexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,98 +3,50 @@
</span><span class="cx"> layer at (0,0) size 480x360
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 480x360
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (44,40) size 396x249
-      RenderSVGText {text} at (44,40) size 166x19 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 166x18
-          chunk 1 (end anchor) text run 1 at (44.78,55.00) startOffset 0 endOffset 5 width 51.01: &quot;animV&quot;
-          chunk 1 (end anchor) text run 2 at (94.73,55.00) startOffset 5 endOffset 12 width 43.00: &quot;al is r&quot;
-          chunk 1 (end anchor) text run 3 at (137.53,55.00) startOffset 12 endOffset 19 width 59.04: &quot;ead onl&quot;
-          chunk 1 (end anchor) text run 4 at (196.48,55.00) startOffset 19 endOffset 20 width 9.00: &quot;y&quot;
-          chunk 1 (end anchor) text run 5 at (205.00,55.00) startOffset 20 endOffset 21 width 5.00: &quot;:&quot;
-      RenderSVGContainer {g} at (240,40) size 200x249 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(500.00,0.00)}]
</del><ins>+    RenderSVGContainer {g} at (43,40) size 397x252
+      RenderSVGText {text} at (43,40) size 167x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 167x18
+          chunk 1 (end anchor) text run 1 at (43.00,55.00) startOffset 0 endOffset 21 width 167.00: &quot;animVal is read only:&quot;
+      RenderSVGContainer {g} at (240,40) size 200x252 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(500.00,0.00)}]
</ins><span class="cx">         RenderSVGRect {rect} at (420,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=60.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,63) size 159x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 159x15
-            chunk 1 text run 1 at (70.00,75.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,75.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,75.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,75.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,75.00) startOffset 9 endOffset 20 width 83.24: &quot;edNumberLis&quot;
-            chunk 1 text run 6 at (224.88,75.00) startOffset 20 endOffset 21 width 3.89: &quot;t&quot;
</del><ins>+        RenderSVGText {text} at (70,63) size 162x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 162x14
+            chunk 1 text run 1 at (70.00,75.00) startOffset 0 endOffset 21 width 162.00: &quot;SVGAnimatedNumberList&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (390,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=90.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,93) size 131x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 131x14
-            chunk 1 text run 1 at (70.00,105.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,105.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,105.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,105.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,105.00) startOffset 9 endOffset 16 width 50.60: &quot;edLengt&quot;
-            chunk 1 text run 6 at (192.23,105.00) startOffset 16 endOffset 17 width 7.78: &quot;h&quot;
</del><ins>+        RenderSVGText {text} at (70,93) size 133x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 133x14
+            chunk 1 text run 1 at (70.00,105.00) startOffset 0 endOffset 17 width 133.00: &quot;SVGAnimatedLength&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (360,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=120.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,123) size 152x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 152x14
-            chunk 1 text run 1 at (70.00,135.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,135.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,135.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,135.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,135.00) startOffset 9 endOffset 16 width 50.60: &quot;edLengt&quot;
-            chunk 1 text run 6 at (192.23,135.00) startOffset 16 endOffset 20 width 25.68: &quot;hLis&quot;
-            chunk 1 text run 7 at (217.87,135.00) startOffset 20 endOffset 21 width 3.89: &quot;t&quot;
</del><ins>+        RenderSVGText {text} at (70,123) size 155x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 155x14
+            chunk 1 text run 1 at (70.00,135.00) startOffset 0 endOffset 21 width 155.00: &quot;SVGAnimatedLengthList&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (330,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=150.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,153) size 124x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 124x14
-            chunk 1 text run 1 at (70.00,165.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,165.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,165.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,165.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,165.00) startOffset 9 endOffset 16 width 51.37: &quot;edAngle&quot;
</del><ins>+        RenderSVGText {text} at (70,153) size 125x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 125x14
+            chunk 1 text run 1 at (70.00,165.00) startOffset 0 endOffset 16 width 125.00: &quot;SVGAnimatedAngle&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (300,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=180.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,183) size 116x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 116x14
-            chunk 1 text run 1 at (70.00,195.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,195.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,195.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,195.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,195.00) startOffset 9 endOffset 12 width 25.68: &quot;edR&quot;
-            chunk 1 text run 6 at (167.19,195.00) startOffset 12 endOffset 15 width 18.68: &quot;ect&quot;
</del><ins>+        RenderSVGText {text} at (70,183) size 118x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 118x14
+            chunk 1 text run 1 at (70.00,195.00) startOffset 0 endOffset 15 width 118.00: &quot;SVGAnimatedRect&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (270,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=210.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,213) size 172x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 172x14
-            chunk 1 text run 1 at (70.00,225.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,225.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,225.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,225.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,225.00) startOffset 9 endOffset 12 width 24.12: &quot;edT&quot;
-            chunk 1 text run 6 at (164.51,225.00) startOffset 12 endOffset 13 width 4.66: &quot;r&quot;
-            chunk 1 text run 7 at (169.11,225.00) startOffset 13 endOffset 17 width 26.46: &quot;ansf&quot;
-            chunk 1 text run 8 at (195.43,225.00) startOffset 17 endOffset 23 width 42.00: &quot;ormLis&quot;
-            chunk 1 text run 9 at (237.38,225.00) startOffset 23 endOffset 24 width 3.89: &quot;t&quot;
</del><ins>+        RenderSVGText {text} at (70,213) size 177x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 177x14
+            chunk 1 text run 1 at (70.00,225.00) startOffset 0 endOffset 24 width 177.00: &quot;SVGAnimatedTransformList&quot;
</ins><span class="cx">         RenderSVGRect {rect} at (240,40) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=240.00] [width=20.00] [height=20.00]
</span><del>-        RenderSVGText {text} at (70,243) size 219x15 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 219x15
-            chunk 1 text run 1 at (70.00,255.00) startOffset 0 endOffset 1 width 9.34: &quot;S&quot;
-            chunk 1 text run 2 at (78.75,255.00) startOffset 1 endOffset 2 width 9.34: &quot;V&quot;
-            chunk 1 text run 3 at (87.50,255.00) startOffset 2 endOffset 3 width 10.89: &quot;G&quot;
-            chunk 1 text run 4 at (98.31,255.00) startOffset 3 endOffset 9 width 43.57: &quot;Animat&quot;
-            chunk 1 text run 5 at (141.68,255.00) startOffset 9 endOffset 13 width 29.57: &quot;edPr&quot;
-            chunk 1 text run 6 at (171.09,255.00) startOffset 13 endOffset 17 width 27.23: &quot;eser&quot;
-            chunk 1 text run 7 at (198.73,255.00) startOffset 17 endOffset 18 width 7.00: &quot;v&quot;
-            chunk 1 text run 8 at (205.44,255.00) startOffset 18 endOffset 26 width 60.69: &quot;eAspectR&quot;
-            chunk 1 text run 9 at (265.92,255.00) startOffset 26 endOffset 30 width 22.57: &quot;atio&quot;
</del><ins>+        RenderSVGText {text} at (70,243) size 222x15 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 222x14
+            chunk 1 text run 1 at (70.00,255.00) startOffset 0 endOffset 30 width 222.00: &quot;SVGAnimatedPreserveAspectRatio&quot;
</ins><span class="cx">       RenderSVGHiddenContainer {g} at (0,0) size 0x0
</span><span class="cx">         RenderSVGText {text} at (0,-15) size 37x24 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 37x23
</span><del>-            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 10.01: &quot;a&quot;
-            chunk 1 text run 2 at (10.01,0.00) startOffset 1 endOffset 2 width 10.01: &quot;b&quot;
-            chunk 1 text run 3 at (20.02,0.00) startOffset 2 endOffset 3 width 9.00: &quot;c&quot;
</del><ins>+            chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 10.00: &quot;a&quot;
+            chunk 1 text run 2 at (10.00,0.00) startOffset 1 endOffset 2 width 10.00: &quot;b&quot;
+            chunk 1 text run 3 at (20.00,0.00) startOffset 2 endOffset 3 width 9.00: &quot;c&quot;
</ins><span class="cx">         RenderSVGEllipse {circle} at (0,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=50.00]
</span><span class="cx">         RenderSVGResourceMarker {marker} [id=&quot;marker&quot;] [markerUnits=strokeWidth] [ref at (0,0)] [angle=90.00]
</span><span class="cx">         RenderSVGViewportContainer {svg} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (10,314) size 227x33
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: &quot;$R&quot;
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: &quot;e&quot;
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: &quot;.2 $&quot;
</del><ins>+    RenderSVGContainer {g} at (10,314) size 231x33
+      RenderSVGText {text} at (10,314) size 231x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 231x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 231.00: &quot;$Revision: 1.2 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgbatiktexttextEffectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/batik/text/textEffect-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/batik/text/textEffect-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/batik/text/textEffect-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -24,25 +24,25 @@
</span><span class="cx">       RenderSVGText {text} at (44,112) size 152x60 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 152x60
</span><span class="cx">           chunk 1 (middle anchor) text run 1 at (44.00,160.00) startOffset 0 endOffset 5 width 152.00: &quot;BATIK&quot;
</span><del>-      RenderSVGText {text} at (253,112) size 154x60 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 154x60
-          chunk 1 (middle anchor) text run 1 at (253.42,160.00) startOffset 0 endOffset 5 width 153.15: &quot;BATIK&quot;
</del><ins>+      RenderSVGText {text} at (254,112) size 152x60 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 152x60
+          chunk 1 (middle anchor) text run 1 at (254.00,160.00) startOffset 0 endOffset 5 width 152.00: &quot;BATIK&quot;
</ins><span class="cx">       RenderSVGText {text} at (44,212) size 152x60 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 152x60
</span><span class="cx">           chunk 1 (middle anchor) text run 1 at (44.00,260.00) startOffset 0 endOffset 5 width 152.00: &quot;BATIK&quot;
</span><del>-      RenderSVGText {text} at (253,212) size 154x60 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 154x60
-          chunk 1 (middle anchor) text run 1 at (253.42,260.00) startOffset 0 endOffset 5 width 153.15: &quot;BATIK&quot;
</del><ins>+      RenderSVGText {text} at (254,212) size 152x60 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 152x60
+          chunk 1 (middle anchor) text run 1 at (254.00,260.00) startOffset 0 endOffset 5 width 152.00: &quot;BATIK&quot;
</ins><span class="cx">       RenderSVGText {text} at (44,312) size 152x60 contains 1 chunk(s)
</span><span class="cx">         [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (28.80,306.09) size 182.40x71.06
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 152x60
</span><span class="cx">           [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (28.80,306.10) size 182.40x71.05
</span><span class="cx">           chunk 1 (middle anchor) text run 1 at (44.00,360.00) startOffset 0 endOffset 5 width 152.00: &quot;BATIK&quot;
</span><del>-      RenderSVGText {text} at (253,312) size 154x60 contains 1 chunk(s)
-        [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (238.11,306.09) size 183.79x71.06
-        RenderSVGInlineText {#text} at (0,0) size 154x60
-          [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (238.11,306.10) size 183.78x71.05
-          chunk 1 (middle anchor) text run 1 at (253.42,360.00) startOffset 0 endOffset 5 width 153.15: &quot;BATIK&quot;
</del><ins>+      RenderSVGText {text} at (254,312) size 152x60 contains 1 chunk(s)
+        [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (238.80,306.12) size 182.40x70.99
+        RenderSVGInlineText {#text} at (0,0) size 152x60
+          [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (238.80,306.12) size 182.40x70.98
+          chunk 1 (middle anchor) text run 1 at (254.00,360.00) startOffset 0 endOffset 5 width 152.00: &quot;BATIK&quot;
</ins><span class="cx">       RenderSVGText {text} at (87,389) size 66x14 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 65x14
</span><span class="cx">           chunk 1 (middle anchor) text run 1 at (87.50,400.00) startOffset 0 endOffset 13 width 65.00: &quot;(System font)&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgbatiktexttextEffect3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/batik/text/textEffect3-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/batik/text/textEffect3-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/batik/text/textEffect3-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -2,7 +2,7 @@
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 450x500
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 448x498
</span><del>-    RenderSVGContainer {g} at (39,15) size 387x388
</del><ins>+    RenderSVGContainer {g} at (39,15) size 386x388
</ins><span class="cx">       RenderSVGText {text} at (99,15) size 252x19 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 251x18
</span><span class="cx">           chunk 1 (middle anchor) text run 1 at (99.50,30.00) startOffset 0 endOffset 37 width 251.00: &quot;Gradient and filter on text and tspan&quot;
</span><span class="lines">@@ -36,20 +36,20 @@
</span><span class="cx">           RenderSVGInlineText {#text} at (92,2) size 54x68
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (150.50,140.00) startOffset 0 endOffset 1 width 35.00: &quot;K&quot;
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><del>-      RenderSVGText {text} at (263,92) size 148x80 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,20) size 36x60
-          chunk 1 (middle anchor) text run 1 at (263.90,160.00) startOffset 0 endOffset 1 width 35.35: &quot;B&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 19x31
-          RenderSVGInlineText {#text} at (35,23) size 19x31
-            chunk 1 (middle anchor) text run 1 at (299.25,140.00) startOffset 0 endOffset 1 width 18.01: &quot;A&quot;
-        RenderSVGInlineText {#text} at (53,0) size 33x60
-          chunk 1 (middle anchor) text run 1 at (317.26,140.00) startOffset 0 endOffset 1 width 32.37: &quot;T&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 12x46
-          RenderSVGInlineText {#text} at (85,11) size 12x45
-            chunk 1 (middle anchor) text run 1 at (349.64,140.00) startOffset 0 endOffset 1 width 11.11: &quot;I&quot;
</del><ins>+      RenderSVGText {text} at (264,92) size 146x80 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,20) size 35x60
+          chunk 1 (middle anchor) text run 1 at (264.50,160.00) startOffset 0 endOffset 1 width 35.00: &quot;B&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 18x31
+          RenderSVGInlineText {#text} at (35,23) size 18x31
+            chunk 1 (middle anchor) text run 1 at (299.50,140.00) startOffset 0 endOffset 1 width 18.00: &quot;A&quot;
+        RenderSVGInlineText {#text} at (53,0) size 32x60
+          chunk 1 (middle anchor) text run 1 at (317.50,140.00) startOffset 0 endOffset 1 width 32.00: &quot;T&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 11x46
+          RenderSVGInlineText {#text} at (85,11) size 11x45
+            chunk 1 (middle anchor) text run 1 at (349.50,140.00) startOffset 0 endOffset 1 width 11.00: &quot;I&quot;
</ins><span class="cx">         RenderSVGTSpan {tspan} at (0,0) size 54x69
</span><del>-          RenderSVGInlineText {#text} at (93,2) size 54x68
-            chunk 1 (middle anchor) text run 1 at (360.75,140.00) startOffset 0 endOffset 1 width 35.35: &quot;K&quot;
</del><ins>+          RenderSVGInlineText {#text} at (92,2) size 54x68
+            chunk 1 (middle anchor) text run 1 at (360.50,140.00) startOffset 0 endOffset 1 width 35.00: &quot;K&quot;
</ins><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderSVGText {text} at (54,192) size 146x80 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,20) size 35x60
</span><span class="lines">@@ -66,20 +66,20 @@
</span><span class="cx">           RenderSVGInlineText {#text} at (92,2) size 54x68
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (150.50,240.00) startOffset 0 endOffset 1 width 35.00: &quot;K&quot;
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><del>-      RenderSVGText {text} at (263,192) size 148x80 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,20) size 36x60
-          chunk 1 (middle anchor) text run 1 at (263.90,260.00) startOffset 0 endOffset 1 width 35.35: &quot;B&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 19x31
-          RenderSVGInlineText {#text} at (35,23) size 19x31
-            chunk 1 (middle anchor) text run 1 at (299.25,240.00) startOffset 0 endOffset 1 width 18.01: &quot;A&quot;
-        RenderSVGInlineText {#text} at (53,0) size 33x60
-          chunk 1 (middle anchor) text run 1 at (317.26,240.00) startOffset 0 endOffset 1 width 32.37: &quot;T&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 12x46
-          RenderSVGInlineText {#text} at (85,11) size 12x45
-            chunk 1 (middle anchor) text run 1 at (349.64,240.00) startOffset 0 endOffset 1 width 11.11: &quot;I&quot;
</del><ins>+      RenderSVGText {text} at (264,192) size 146x80 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,20) size 35x60
+          chunk 1 (middle anchor) text run 1 at (264.50,260.00) startOffset 0 endOffset 1 width 35.00: &quot;B&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 18x31
+          RenderSVGInlineText {#text} at (35,23) size 18x31
+            chunk 1 (middle anchor) text run 1 at (299.50,240.00) startOffset 0 endOffset 1 width 18.00: &quot;A&quot;
+        RenderSVGInlineText {#text} at (53,0) size 32x60
+          chunk 1 (middle anchor) text run 1 at (317.50,240.00) startOffset 0 endOffset 1 width 32.00: &quot;T&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 11x46
+          RenderSVGInlineText {#text} at (85,11) size 11x45
+            chunk 1 (middle anchor) text run 1 at (349.50,240.00) startOffset 0 endOffset 1 width 11.00: &quot;I&quot;
</ins><span class="cx">         RenderSVGTSpan {tspan} at (0,0) size 54x69
</span><del>-          RenderSVGInlineText {#text} at (93,2) size 54x68
-            chunk 1 (middle anchor) text run 1 at (360.75,240.00) startOffset 0 endOffset 1 width 35.35: &quot;K&quot;
</del><ins>+          RenderSVGInlineText {#text} at (92,2) size 54x68
+            chunk 1 (middle anchor) text run 1 at (360.50,240.00) startOffset 0 endOffset 1 width 35.00: &quot;K&quot;
</ins><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderSVGText {text} at (54,292) size 146x80 contains 1 chunk(s)
</span><span class="cx">         [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (39.97,284.09) size 174.38x95.06
</span><span class="lines">@@ -100,23 +100,23 @@
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (150.50,340.00) startOffset 0 endOffset 1 width 35.00: &quot;K&quot;
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">           [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (-45,-50) size 540x600
</span><del>-      RenderSVGText {text} at (263,292) size 148x80 contains 1 chunk(s)
-        [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (249.24,284.09) size 175.80x95.06
-        RenderSVGInlineText {#text} at (0,20) size 36x60
-          [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (260.37,306.10) size 42.42x71.05
-          chunk 1 (middle anchor) text run 1 at (263.90,360.00) startOffset 0 endOffset 1 width 35.35: &quot;B&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 19x31
-          RenderSVGInlineText {#text} at (35,23) size 19x31
-            chunk 1 (middle anchor) text run 1 at (299.25,340.00) startOffset 0 endOffset 1 width 18.01: &quot;A&quot;
-        RenderSVGInlineText {#text} at (53,0) size 33x60
-          [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (314.02,286.10) size 38.85x71.05
-          chunk 1 (middle anchor) text run 1 at (317.26,340.00) startOffset 0 endOffset 1 width 32.37: &quot;T&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 12x46
-          RenderSVGInlineText {#text} at (85,11) size 12x45
-            chunk 1 (middle anchor) text run 1 at (349.64,340.00) startOffset 0 endOffset 1 width 11.11: &quot;I&quot;
</del><ins>+      RenderSVGText {text} at (264,292) size 146x80 contains 1 chunk(s)
+        [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (249.97,284.12) size 174.36x94.99
+        RenderSVGInlineText {#text} at (0,20) size 35x60
+          [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (261,306.12) size 42x70.98
+          chunk 1 (middle anchor) text run 1 at (264.50,360.00) startOffset 0 endOffset 1 width 35.00: &quot;B&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 18x31
+          RenderSVGInlineText {#text} at (35,23) size 18x31
+            chunk 1 (middle anchor) text run 1 at (299.50,340.00) startOffset 0 endOffset 1 width 18.00: &quot;A&quot;
+        RenderSVGInlineText {#text} at (53,0) size 32x60
+          [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (314.30,286.12) size 38.40x70.98
+          chunk 1 (middle anchor) text run 1 at (317.50,340.00) startOffset 0 endOffset 1 width 32.00: &quot;T&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 11x46
+          RenderSVGInlineText {#text} at (85,11) size 11x45
+            chunk 1 (middle anchor) text run 1 at (349.50,340.00) startOffset 0 endOffset 1 width 11.00: &quot;I&quot;
</ins><span class="cx">         RenderSVGTSpan {tspan} at (0,0) size 54x69
</span><del>-          RenderSVGInlineText {#text} at (93,2) size 54x68
-            chunk 1 (middle anchor) text run 1 at (360.75,340.00) startOffset 0 endOffset 1 width 35.35: &quot;K&quot;
</del><ins>+          RenderSVGInlineText {#text} at (92,2) size 54x68
+            chunk 1 (middle anchor) text run 1 at (360.50,340.00) startOffset 0 endOffset 1 width 35.00: &quot;K&quot;
</ins><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">           [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (-45,-50) size 540x600
</span><span class="cx">       RenderSVGText {text} at (87,389) size 66x14 contains 1 chunk(s)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgcustomglyphselectionarabicformsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/custom/glyph-selection-arabic-forms-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/custom/glyph-selection-arabic-forms-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/custom/glyph-selection-arabic-forms-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -1,10 +1,10 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 400x50
</span><del>-  RenderSVGRoot {svg} at (10,7) size 347x18
</del><ins>+  RenderSVGRoot {svg} at (10,7) size 351x18
</ins><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (10,7) size 347x18
-      RenderSVGText {text} at (10,7) size 347x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 347x18
-          chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 56 width 339.18 RTL: &quot;\x{62E}] [\x{62E}][\x{62E}][\x{62E}] | [\x{62E}] [\x{62E}\x{62E}][\x{62E}] | [\x{62E}] [\x{62E}\x{62E}\x{62E}] | [\x{62E} \x{62E}\x{62E}\x{62E}] | \x{62E} \x{62E}\x{62E}\x{62E}&quot;
-          chunk 1 text run 1 at (349.18,20.00) startOffset 0 endOffset 1 width 6.88: &quot;]&quot;
</del><ins>+    RenderSVGContainer {g} at (10,7) size 351x18
+      RenderSVGText {text} at (10,7) size 351x18 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 351x18
+          chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 56 width 344.00 RTL: &quot;\x{62E}] [\x{62E}][\x{62E}][\x{62E}] | [\x{62E}] [\x{62E}\x{62E}][\x{62E}] | [\x{62E}] [\x{62E}\x{62E}\x{62E}] | [\x{62E} \x{62E}\x{62E}\x{62E}] | \x{62E} \x{62E}\x{62E}\x{62E}&quot;
+          chunk 1 text run 1 at (354.00,20.00) startOffset 0 endOffset 1 width 7.00: &quot;]&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgcustomsvgfontsinhtmlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/custom/svg-fonts-in-html-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/custom/svg-fonts-in-html-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/custom/svg-fonts-in-html-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         text run at (56,93) width 341: &quot;GARDEN&quot;
</span><span class="cx"> layer at (173,119) size 454x21
</span><span class="cx">   RenderBlock (positioned) {H2} at (0,87) size 454x22 [color=#EEFF00]
</span><del>-    RenderInline {SPAN} at (0,0) size 149x19
-      RenderText {#text} at (152,1) size 88x19
-        text run at (152,1) width 88: &quot;The Beauty of &quot;
-      RenderInline {ACRONYM} at (0,0) size 22x19
-        RenderText {#text} at (239,1) size 22x19
-          text run at (239,1) width 22: &quot;CSS&quot;
-      RenderText {#text} at (260,1) size 41x19
-        text run at (260,1) width 41: &quot; Design&quot;
</del><ins>+    RenderInline {SPAN} at (0,0) size 155x19
+      RenderText {#text} at (149,1) size 92x19
+        text run at (149,1) width 92: &quot;The Beauty of &quot;
+      RenderInline {ACRONYM} at (0,0) size 23x19
+        RenderText {#text} at (240,1) size 23x19
+          text run at (240,1) width 23: &quot;CSS&quot;
+      RenderText {#text} at (262,1) size 42x19
+        text run at (262,1) width 42: &quot; Design&quot;
</ins><span class="cx"> layer at (173,351) size 454x135
</span><span class="cx">   RenderBlock (positioned) {DIV} at (0,319) size 454x135
</span><span class="cx">     RenderInline {P} at (0,0) size 431x29
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgcustomsvgfontswithnoelementreferenceexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/svg/custom/svg-fonts-with-no-element-reference-expected.txt (0 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/custom/svg-fonts-with-no-element-reference-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/svg/custom/svg-fonts-with-no-element-reference-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x99
+  RenderBlock {HTML} at (0,0) size 800x99
+    RenderBody {BODY} at (8,18) size 784x62
+      RenderBlock {P} at (0,0) size 784x21
+        RenderText {#text} at (0,1) size 285x19
+          text run at (0,1) width 285: &quot;This text should be rendered with a first font.&quot;
+      RenderBlock {P} at (0,39) size 784x22
+        RenderText {#text} at (0,1) size 294x19
+          text run at (0,1) width 294: &quot;This text should be rendered with a second font.&quot;
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/win/svg/custom/svg-fonts-with-no-element-reference-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformwinsvgcustomsvgfontswordspacingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/custom/svg-fonts-word-spacing-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/custom/svg-fonts-word-spacing-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/custom/svg-fonts-word-spacing-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -7,71 +7,71 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 72x18
</span><span class="cx">           text run at (0,0) width 72: &quot;no spacing:&quot;
</span><span class="cx">       RenderBlock {P} at (0,36) size 784x20
</span><del>-        RenderText {#text} at (0,1) size 70x18
-          text run at (0,1) width 70: &quot;abc abc abc&quot;
</del><ins>+        RenderText {#text} at (0,1) size 66x18
+          text run at (0,1) width 66: &quot;abc abc abc&quot;
</ins><span class="cx">       RenderBlock (anonymous) at (0,74) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 294x18
</span><span class="cx">           text run at (0,0) width 294: &quot;word-spacing: 100px, all should look the same&quot;
</span><span class="cx">       RenderBlock {P} at (0,110) size 784x20
</span><del>-        RenderText {#text} at (0,1) size 270x18
-          text run at (0,1) width 270: &quot;abc abc abc&quot;
</del><ins>+        RenderText {#text} at (0,1) size 266x18
+          text run at (0,1) width 266: &quot;abc abc abc&quot;
</ins><span class="cx">       RenderBlock {P} at (0,148) size 784x20
</span><del>-        RenderText {#text} at (0,1) size 126x18
-          text run at (0,1) width 126: &quot;abc &quot;
-        RenderInline {SPAN} at (0,0) size 14x18
-          RenderText {#text} at (125,1) size 14x18
-            text run at (125,1) width 14: &quot;ab&quot;
-        RenderText {#text} at (138,1) size 132x18
-          text run at (138,1) width 132: &quot;c abc&quot;
</del><ins>+        RenderText {#text} at (0,1) size 124x18
+          text run at (0,1) width 124: &quot;abc &quot;
+        RenderInline {SPAN} at (0,0) size 13x18
+          RenderText {#text} at (124,1) size 13x18
+            text run at (124,1) width 13: &quot;ab&quot;
+        RenderText {#text} at (137,1) size 129x18
+          text run at (137,1) width 129: &quot;c abc&quot;
</ins><span class="cx">       RenderBlock {P} at (0,186) size 784x20
</span><del>-        RenderText {#text} at (0,1) size 126x18
-          text run at (0,1) width 126: &quot;abc &quot;
-        RenderInline {SPAN} at (0,0) size 8x18
-          RenderText {#text} at (125,1) size 8x18
-            text run at (125,1) width 8: &quot;a&quot;
</del><ins>+        RenderText {#text} at (0,1) size 124x18
+          text run at (0,1) width 124: &quot;abc &quot;
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 7x18
</span><del>-          RenderText {#text} at (132,1) size 7x18
-            text run at (132,1) width 7: &quot;b&quot;
-        RenderText {#text} at (138,1) size 132x18
-          text run at (138,1) width 132: &quot;c abc&quot;
</del><ins>+          RenderText {#text} at (124,1) size 7x18
+            text run at (124,1) width 7: &quot;a&quot;
+        RenderInline {SPAN} at (0,0) size 6x18
+          RenderText {#text} at (131,1) size 6x18
+            text run at (131,1) width 6: &quot;b&quot;
+        RenderText {#text} at (137,1) size 129x18
+          text run at (137,1) width 129: &quot;c abc&quot;
</ins><span class="cx">       RenderBlock {P} at (0,224) size 784x20
</span><del>-        RenderText {#text} at (0,1) size 126x18
-          text run at (0,1) width 126: &quot;abc &quot;
-        RenderInline {SPAN} at (0,0) size 8x18
-          RenderText {#text} at (125,1) size 8x18
-            text run at (125,1) width 8: &quot;a&quot;
-        RenderText {#text} at (132,1) size 7x18
-          text run at (132,1) width 7: &quot;b&quot;
</del><ins>+        RenderText {#text} at (0,1) size 124x18
+          text run at (0,1) width 124: &quot;abc &quot;
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 7x18
</span><del>-          RenderText {#text} at (138,1) size 7x18
-            text run at (138,1) width 7: &quot;c&quot;
-        RenderText {#text} at (244,1) size 26x18
-          text run at (244,1) width 26: &quot; abc&quot;
</del><ins>+          RenderText {#text} at (124,1) size 7x18
+            text run at (124,1) width 7: &quot;a&quot;
+        RenderText {#text} at (131,1) size 6x18
+          text run at (131,1) width 6: &quot;b&quot;
+        RenderInline {SPAN} at (0,0) size 5x18
+          RenderText {#text} at (137,1) size 5x18
+            text run at (137,1) width 5: &quot;c&quot;
+        RenderText {#text} at (242,1) size 24x18
+          text run at (242,1) width 24: &quot; abc&quot;
</ins><span class="cx">       RenderBlock {P} at (0,262) size 784x20
</span><del>-        RenderText {#text} at (0,1) size 133x18
-          text run at (0,1) width 133: &quot;abc a&quot;
-        RenderInline {SPAN} at (0,0) size 7x18
-          RenderText {#text} at (132,1) size 7x18
-            text run at (132,1) width 7: &quot;b&quot;
-        RenderInline {SPAN} at (0,0) size 7x18
-          RenderText {#text} at (138,1) size 7x18
-            text run at (138,1) width 7: &quot;c&quot;
-        RenderText {#text} at (244,1) size 26x18
-          text run at (244,1) width 26: &quot; abc&quot;
</del><ins>+        RenderText {#text} at (0,1) size 131x18
+          text run at (0,1) width 131: &quot;abc a&quot;
+        RenderInline {SPAN} at (0,0) size 6x18
+          RenderText {#text} at (131,1) size 6x18
+            text run at (131,1) width 6: &quot;b&quot;
+        RenderInline {SPAN} at (0,0) size 5x18
+          RenderText {#text} at (137,1) size 5x18
+            text run at (137,1) width 5: &quot;c&quot;
+        RenderText {#text} at (242,1) size 24x18
+          text run at (242,1) width 24: &quot; abc&quot;
</ins><span class="cx">       RenderBlock {P} at (0,300) size 784x20
</span><del>-        RenderText {#text} at (0,1) size 133x18
-          text run at (0,1) width 133: &quot;abc a&quot;
-        RenderInline {SPAN} at (0,0) size 7x18
-          RenderText {#text} at (132,1) size 7x18
-            text run at (132,1) width 7: &quot;b&quot;
-        RenderText {#text} at (138,1) size 132x18
-          text run at (138,1) width 132: &quot;c abc&quot;
</del><ins>+        RenderText {#text} at (0,1) size 131x18
+          text run at (0,1) width 131: &quot;abc a&quot;
+        RenderInline {SPAN} at (0,0) size 6x18
+          RenderText {#text} at (131,1) size 6x18
+            text run at (131,1) width 6: &quot;b&quot;
+        RenderText {#text} at (137,1) size 129x18
+          text run at (137,1) width 129: &quot;c abc&quot;
</ins><span class="cx">       RenderBlock {P} at (0,338) size 784x20
</span><del>-        RenderText {#text} at (0,1) size 126x18
-          text run at (0,1) width 126: &quot;abc &quot;
-        RenderInline {SPAN} at (0,0) size 1x18
-        RenderText {#text} at (125,1) size 126x18
-          text run at (125,1) width 126: &quot;abc &quot;
-        RenderInline {SPAN} at (0,0) size 1x18
-        RenderText {#text} at (250,1) size 20x18
-          text run at (250,1) width 20: &quot;abc&quot;
</del><ins>+        RenderText {#text} at (0,1) size 124x18
+          text run at (0,1) width 124: &quot;abc &quot;
+        RenderInline {SPAN} at (0,0) size 0x18
+        RenderText {#text} at (124,1) size 124x18
+          text run at (124,1) width 124: &quot;abc &quot;
+        RenderInline {SPAN} at (0,0) size 0x18
+        RenderText {#text} at (248,1) size 18x18
+          text run at (248,1) width 18: &quot;abc&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgforeignObjecttexttref02bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/foreignObject/text-tref-02-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/foreignObject/text-tref-02-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/foreignObject/text-tref-02-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -3,30 +3,20 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 800x600
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (125,25) size 564x321
-      RenderSVGText {text} at (75,15) size 339x13 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 339x12
-          chunk 1 text run 1 at (75.00,25.00) startOffset 0 endOffset 1 width 7.33: &quot;T&quot;
-          chunk 1 text run 2 at (81.19,25.00) startOffset 1 endOffset 3 width 12.67: &quot;es&quot;
-          chunk 1 text run 3 at (93.83,25.00) startOffset 3 endOffset 8 width 16.30: &quot;t 'tr&quot;
-          chunk 1 text run 4 at (109.99,25.00) startOffset 8 endOffset 38 width 152.38: &quot;ef' element pointing outside t&quot;
-          chunk 1 text run 5 at (262.33,25.00) startOffset 38 endOffset 42 width 24.68: &quot;he S&quot;
-          chunk 1 text run 6 at (286.51,25.00) startOffset 42 endOffset 43 width 8.00: &quot;V&quot;
-          chunk 1 text run 7 at (294.01,25.00) startOffset 43 endOffset 56 width 76.03: &quot;G document fr&quot;
-          chunk 1 text run 8 at (369.98,25.00) startOffset 56 endOffset 63 width 43.36: &quot;agment.&quot;
-      RenderSVGText {text} at (75,171) size 83x37 contains 1 chunk(s)
-        RenderSVGInline {tref} at (0,0) size 83x36
-          RenderSVGInlineText {#text} at (0,0) size 83x36
-            chunk 1 text run 1 at (75.00,200.00) startOffset 0 endOffset 5 width 82.01: &quot;Hello&quot;
</del><ins>+    RenderSVGContainer {g} at (125,25) size 574x321
+      RenderSVGText {text} at (75,15) size 344x13 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 344x12
+          chunk 1 text run 1 at (75.00,25.00) startOffset 0 endOffset 63 width 343.80: &quot;Test 'tref' element pointing outside the SVG document fragment.&quot;
+      RenderSVGText {text} at (75,171) size 81x37 contains 1 chunk(s)
+        RenderSVGInline {tref} at (0,0) size 81x36
+          RenderSVGInlineText {#text} at (0,0) size 81x36
+            chunk 1 text run 1 at (75.00,200.00) startOffset 0 endOffset 5 width 81.00: &quot;Hello&quot;
</ins><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderSVGInline {tref} at (0,0) size 0x0
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><del>-    RenderSVGContainer {g} at (16,524) size 376x54
-      RenderSVGText {text} at (10,314) size 225x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 225x32
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.64: &quot;$R&quot;
-          chunk 1 text run 2 at (50.26,340.00) startOffset 2 endOffset 3 width 17.68: &quot;e&quot;
-          chunk 1 text run 3 at (67.46,340.00) startOffset 3 endOffset 12 width 116.64: &quot;vision: 1&quot;
-          chunk 1 text run 4 at (181.73,340.00) startOffset 12 endOffset 16 width 53.04: &quot;.5 $&quot;
</del><ins>+    RenderSVGContainer {g} at (16,524) size 380x54
+      RenderSVGText {text} at (10,314) size 228x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 228x32
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 227.40: &quot;$Revision: 1.5 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 800x600 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvghixieintrinsic003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/hixie/intrinsic/003-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/hixie/intrinsic/003-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/hixie/intrinsic/003-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x266
-  RenderBlock {HTML} at (0,0) size 800x266 [color=#000080] [bgcolor=#FFFFFF]
-    RenderBody {BODY} at (8,16) size 784x234
</del><ins>+layer at (0,0) size 800x269
+  RenderBlock {HTML} at (0,0) size 800x269 [color=#000080] [bgcolor=#FFFFFF]
+    RenderBody {BODY} at (8,16) size 784x237
</ins><span class="cx">       RenderBlock {DIV} at (0,0) size 100x200
</span><span class="cx">         RenderBlock {P} at (0,0) size 100x200
</span><span class="cx">           RenderEmbeddedObject {OBJECT} at (0,0) size 200x200
</span><span class="lines">@@ -10,6 +10,6 @@
</span><span class="cx">               RenderView at (0,0) size 100x200
</span><span class="cx">             layer at (0,0) size 100x200
</span><span class="cx">               RenderSVGRoot {svg} at (0,0) size 0x0
</span><del>-      RenderBlock {P} at (0,216) size 784x18
-        RenderText {#text} at (0,0) size 424x18
-          text run at (0,0) width 424: &quot;There should be a complete unbroken yin-yang symbol (\x{262F}) above.&quot;
</del><ins>+      RenderBlock {P} at (0,216) size 784x21
+        RenderText {#text} at (0,3) size 422x18
+          text run at (0,3) width 422: &quot;There should be a complete unbroken yin-yang symbol (\x{262F}) above.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgtexttextoverflowellipsissvgfontkerningligaturesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">           text run at (0,54) width 517: &quot;Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself). &quot;
</span><span class="cx">         RenderBR {BR} at (517,54) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,72) size 0x18
</span><del>-layer at (8,98) size 182x20 clip at (9,99) size 180x18 scrollWidth 333
</del><ins>+layer at (8,98) size 182x20 clip at (9,99) size 180x18 scrollWidth 345
</ins><span class="cx">   RenderBlock {DIV} at (0,90) size 182x20 [border: (1px solid #000000)]
</span><del>-    RenderText {#text} at (1,2) size 334x16
-      text run at (1,2) width 334: &quot;abc abc abc abc abc abc abc abc abc abc&quot;
</del><ins>+    RenderText {#text} at (1,2) size 345x16
+      text run at (1,2) width 345: &quot;abc abc abc abc abc abc abc abc abc abc&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgtexttexttext04texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/text/text-text-04-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/text/text-text-04-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/text/text-text-04-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -4,11 +4,11 @@
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 800x600
</span><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">     RenderSVGContainer {g} at (56,33) size 701x484
</span><del>-      RenderSVGContainer {g} at (56,33) size 260x42 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,40.00)}]
</del><ins>+      RenderSVGContainer {g} at (56,33) size 261x42 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,40.00)}]
</ins><span class="cx">         RenderSVGText {text} at (-96,-15) size 66x20 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 66x19
</span><span class="cx">             chunk 1 (end anchor) text run 1 at (-96.00,0.00) startOffset 0 endOffset 9 width 66.00: &quot;Reference&quot;
</span><del>-        RenderSVGContainer {g} at (210,33) size 106x42
</del><ins>+        RenderSVGContainer {g} at (210,33) size 107x42
</ins><span class="cx">           RenderSVGContainer {use} at (210,60) size 14x14
</span><span class="cx">             RenderSVGRect {rect} at (210,60) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">           RenderSVGContainer {use} at (235,60) size 14x14 [transform={m=((1.00,0.00)(0.00,1.00)) t=(15.00,0.00)}]
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">             RenderSVGRect {rect} at (285,60) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">           RenderSVGText {text} at (0,-20) size 60x25 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 60x25
</span><del>-              chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 4 width 59.40: &quot;1234&quot;
</del><ins>+              chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 4 width 60.00: &quot;1234&quot;
</ins><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">         RenderSVGRect {rect} at (0,0) size 7x7 [fill={[type=SOLID] [color=#000000]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">       RenderSVGContainer {g} at (117,100) size 258x42 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,80.00)}]
</span><span class="lines">@@ -38,10 +38,10 @@
</span><span class="cx">           RenderSVGRect {rect} at (343,126) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">         RenderSVGText {text} at (20,-20) size 75x25 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 75x25
</span><del>-            chunk 1 text run 1 at (20.00,0.00) startOffset 0 endOffset 1 width 14.85: &quot;1&quot;
-            chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 14.85: &quot;2&quot;
-            chunk 1 text run 1 at (60.00,0.00) startOffset 0 endOffset 1 width 14.85: &quot;3&quot;
-            chunk 1 text run 1 at (80.00,0.00) startOffset 0 endOffset 1 width 14.85: &quot;4&quot;
</del><ins>+            chunk 1 text run 1 at (20.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+            chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+            chunk 1 text run 1 at (60.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
+            chunk 1 text run 1 at (80.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;4&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (89,166) size 301x43 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,120.00)}]
</span><span class="cx">         RenderSVGText {text} at (-77,-15) size 47x20 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 47x19
</span><span class="lines">@@ -60,10 +60,10 @@
</span><span class="cx">           RenderSVGRect {rect} at (376,193) size 14x14 [fill={[type=SOLID] [color=#FF0000]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">         RenderSVGText {text} at (20,-20) size 75x25 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 75x25
</span><del>-            chunk 1 text run 1 at (20.00,0.00) startOffset 0 endOffset 1 width 14.85: &quot;1&quot;
-            chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 14.85: &quot;2&quot;
-            chunk 1 text run 1 at (60.00,0.00) startOffset 0 endOffset 1 width 14.85: &quot;3&quot;
-            chunk 1 text run 1 at (80.00,0.00) startOffset 0 endOffset 1 width 14.85: &quot;4&quot;
</del><ins>+            chunk 1 text run 1 at (20.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+            chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+            chunk 1 text run 1 at (60.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
+            chunk 1 text run 1 at (80.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;4&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (84,233) size 283x42 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,160.00)}]
</span><span class="cx">         RenderSVGText {text} at (-80,-15) size 50x20 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 50x19
</span><span class="lines">@@ -80,10 +80,10 @@
</span><span class="cx">           RenderSVGRect {rect} at (335,260) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">         RenderSVGText {text} at (20,-20) size 70x25 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 70x25
</span><del>-            chunk 1 text run 1 at (20.00,0.00) startOffset 0 endOffset 1 width 14.85: &quot;1&quot;
-            chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 14.85: &quot;2&quot;
-            chunk 1 text run 1 at (60.00,0.00) startOffset 0 endOffset 2 width 29.70: &quot;34&quot;
-      RenderSVGContainer {g} at (117,283) size 199x76 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,200.00)}]
</del><ins>+            chunk 1 text run 1 at (20.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+            chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+            chunk 1 text run 1 at (60.00,0.00) startOffset 0 endOffset 2 width 30.00: &quot;34&quot;
+      RenderSVGContainer {g} at (117,283) size 200x76 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,200.00)}]
</ins><span class="cx">         RenderSVGText {text} at (-60,-15) size 30x20 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 30x19
</span><span class="cx">             chunk 1 (end anchor) text run 1 at (-59.40,0.00) startOffset 0 endOffset 5 width 29.40: &quot;y all&quot;
</span><span class="lines">@@ -97,11 +97,11 @@
</span><span class="cx">           RenderSVGRect {rect} at (285,343) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">         RenderSVGText {text} at (0,-30) size 60x45 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 60x45
</span><del>-            chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 14.85: &quot;1&quot;
-            chunk 1 text run 1 at (14.85,-5.00) startOffset 0 endOffset 1 width 14.85: &quot;2&quot;
-            chunk 1 text run 1 at (29.70,5.00) startOffset 0 endOffset 1 width 14.85: &quot;3&quot;
-            chunk 1 text run 1 at (44.55,10.00) startOffset 0 endOffset 1 width 14.85: &quot;4&quot;
-      RenderSVGContainer {g} at (89,366) size 227x76 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,250.00)}]
</del><ins>+            chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+            chunk 1 text run 1 at (15.00,-5.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+            chunk 1 text run 1 at (30.00,5.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
+            chunk 1 text run 1 at (45.00,10.00) startOffset 0 endOffset 1 width 15.00: &quot;4&quot;
+      RenderSVGContainer {g} at (89,366) size 228x76 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,250.00)}]
</ins><span class="cx">         RenderSVGText {text} at (-77,-15) size 47x20 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 47x19
</span><span class="cx">             chunk 1 (end anchor) text run 1 at (-76.20,0.00) startOffset 0 endOffset 6 width 46.20: &quot;y more&quot;
</span><span class="lines">@@ -115,11 +115,11 @@
</span><span class="cx">           RenderSVGRect {rect} at (285,426) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">         RenderSVGText {text} at (0,-30) size 60x45 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 60x45
</span><del>-            chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 14.85: &quot;1&quot;
-            chunk 1 text run 1 at (14.85,-5.00) startOffset 0 endOffset 1 width 14.85: &quot;2&quot;
-            chunk 1 text run 1 at (29.70,5.00) startOffset 0 endOffset 1 width 14.85: &quot;3&quot;
-            chunk 1 text run 1 at (44.55,10.00) startOffset 0 endOffset 1 width 14.85: &quot;4&quot;
-      RenderSVGContainer {g} at (84,450) size 232x67 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,300.00)}]
</del><ins>+            chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+            chunk 1 text run 1 at (15.00,-5.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+            chunk 1 text run 1 at (30.00,5.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
+            chunk 1 text run 1 at (45.00,10.00) startOffset 0 endOffset 1 width 15.00: &quot;4&quot;
+      RenderSVGContainer {g} at (84,450) size 233x67 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,300.00)}]
</ins><span class="cx">         RenderSVGText {text} at (-80,-15) size 50x20 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 50x19
</span><span class="cx">             chunk 1 (end anchor) text run 1 at (-79.20,0.00) startOffset 0 endOffset 7 width 49.20: &quot;y fewer&quot;
</span><span class="lines">@@ -133,9 +133,9 @@
</span><span class="cx">           RenderSVGRect {rect} at (285,501) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">         RenderSVGText {text} at (0,-30) size 60x40 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 60x40
</span><del>-            chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 14.85: &quot;1&quot;
-            chunk 1 text run 1 at (14.85,-5.00) startOffset 0 endOffset 1 width 14.85: &quot;2&quot;
-            chunk 1 text run 1 at (29.70,5.00) startOffset 0 endOffset 2 width 29.70: &quot;34&quot;
</del><ins>+            chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+            chunk 1 text run 1 at (15.00,-5.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+            chunk 1 text run 1 at (30.00,5.00) startOffset 0 endOffset 2 width 30.00: &quot;34&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (395,83) size 362x342 [transform={m=((1.00,0.00)(0.00,1.00)) t=(220.00,0.00)}]
</span><span class="cx">         RenderSVGContainer {g} at (462,83) size 280x76 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,80.00)}]
</span><span class="cx">           RenderSVGText {text} at (-73,-15) size 43x20 contains 1 chunk(s)
</span><span class="lines">@@ -153,10 +153,10 @@
</span><span class="cx">             RenderSVGRect {rect} at (710,143) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">           RenderSVGText {text} at (20,-30) size 75x45 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 75x45
</span><del>-              chunk 1 text run 1 at (20.00,-10.00) startOffset 0 endOffset 1 width 14.85: &quot;1&quot;
-              chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 14.85: &quot;2&quot;
-              chunk 1 text run 1 at (60.00,5.00) startOffset 0 endOffset 1 width 14.85: &quot;3&quot;
-              chunk 1 text run 1 at (80.00,10.00) startOffset 0 endOffset 1 width 14.85: &quot;4&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,-10.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+              chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+              chunk 1 text run 1 at (60.00,5.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
+              chunk 1 text run 1 at (80.00,10.00) startOffset 0 endOffset 1 width 15.00: &quot;4&quot;
</ins><span class="cx">         RenderSVGContainer {g} at (434,150) size 323x90 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,120.00)}]
</span><span class="cx">           RenderSVGText {text} at (-90,-15) size 60x20 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 60x19
</span><span class="lines">@@ -175,11 +175,11 @@
</span><span class="cx">             RenderSVGRect {rect} at (743,226) size 14x14 [fill={[type=SOLID] [color=#FF0000]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">           RenderSVGText {text} at (20,-30) size 75x45 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 75x45
</span><del>-              chunk 1 text run 1 at (20.00,-10.00) startOffset 0 endOffset 1 width 14.85: &quot;1&quot;
-              chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 14.85: &quot;2&quot;
-              chunk 1 text run 1 at (60.00,5.00) startOffset 0 endOffset 1 width 14.85: &quot;3&quot;
-              chunk 1 text run 1 at (80.00,10.00) startOffset 0 endOffset 1 width 14.85: &quot;4&quot;
-        RenderSVGContainer {g} at (429,216) size 304x68 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,160.00)}]
</del><ins>+              chunk 1 text run 1 at (20.00,-10.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+              chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+              chunk 1 text run 1 at (60.00,5.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
+              chunk 1 text run 1 at (80.00,10.00) startOffset 0 endOffset 1 width 15.00: &quot;4&quot;
+        RenderSVGContainer {g} at (429,216) size 305x68 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,160.00)}]
</ins><span class="cx">           RenderSVGText {text} at (-93,-15) size 63x20 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 63x19
</span><span class="cx">               chunk 1 (end anchor) text run 1 at (-92.40,0.00) startOffset 0 endOffset 9 width 62.40: &quot;x/y fewer&quot;
</span><span class="lines">@@ -195,9 +195,9 @@
</span><span class="cx">             RenderSVGRect {rect} at (701,268) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">           RenderSVGText {text} at (20,-30) size 70x40 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 70x40
</span><del>-              chunk 1 text run 1 at (20.00,-10.00) startOffset 0 endOffset 1 width 14.85: &quot;1&quot;
-              chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 14.85: &quot;2&quot;
-              chunk 1 text run 1 at (60.00,5.00) startOffset 0 endOffset 2 width 29.70: &quot;34&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,-10.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+              chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+              chunk 1 text run 1 at (60.00,5.00) startOffset 0 endOffset 2 width 30.00: &quot;34&quot;
</ins><span class="cx">         RenderSVGContainer {g} at (395,283) size 347x67 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,200.00)}]
</span><span class="cx">           RenderSVGText {text} at (-113,-15) size 83x20 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 83x19
</span><span class="lines">@@ -214,11 +214,11 @@
</span><span class="cx">             RenderSVGRect {rect} at (710,335) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">           RenderSVGText {text} at (20,-30) size 75x40 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 75x40
</span><del>-              chunk 1 text run 1 at (20.00,-10.00) startOffset 0 endOffset 1 width 14.85: &quot;1&quot;
-              chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 14.85: &quot;2&quot;
-              chunk 1 text run 1 at (60.00,5.00) startOffset 0 endOffset 1 width 14.85: &quot;3&quot;
-              chunk 1 text run 1 at (80.00,5.00) startOffset 0 endOffset 1 width 14.85: &quot;4&quot;
-        RenderSVGContainer {g} at (395,350) size 338x75 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,240.00)}]
</del><ins>+              chunk 1 text run 1 at (20.00,-10.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+              chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+              chunk 1 text run 1 at (60.00,5.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
+              chunk 1 text run 1 at (80.00,5.00) startOffset 0 endOffset 1 width 15.00: &quot;4&quot;
+        RenderSVGContainer {g} at (395,350) size 339x75 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,240.00)}]
</ins><span class="cx">           RenderSVGText {text} at (-113,-15) size 83x20 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 83x19
</span><span class="cx">               chunk 1 (end anchor) text run 1 at (-112.80,0.00) startOffset 0 endOffset 13 width 82.80: &quot;x fewer y all&quot;
</span><span class="lines">@@ -234,10 +234,10 @@
</span><span class="cx">             RenderSVGRect {rect} at (705,410) size 15x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">           RenderSVGText {text} at (20,-30) size 70x45 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 70x45
</span><del>-              chunk 1 text run 1 at (20.00,-10.00) startOffset 0 endOffset 1 width 14.85: &quot;1&quot;
-              chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 14.85: &quot;2&quot;
-              chunk 1 text run 1 at (60.00,5.00) startOffset 0 endOffset 1 width 14.85: &quot;3&quot;
-              chunk 1 text run 1 at (74.85,10.00) startOffset 0 endOffset 1 width 14.85: &quot;4&quot;
</del><ins>+              chunk 1 text run 1 at (20.00,-10.00) startOffset 0 endOffset 1 width 15.00: &quot;1&quot;
+              chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 15.00: &quot;2&quot;
+              chunk 1 text run 1 at (60.00,5.00) startOffset 0 endOffset 1 width 15.00: &quot;3&quot;
+              chunk 1 text run 1 at (75.00,10.00) startOffset 0 endOffset 1 width 15.00: &quot;4&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,303) size 289x48 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 289x47
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 17 width 288.60: &quot;$Revision: 1.13 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgtexttexttext05texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/text/text-text-05-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/text/text-text-05-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/text/text-text-05-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">         RenderSVGText {text} at (0,255) size 47x20 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 47x19
</span><span class="cx">             chunk 1 text run 1 at (0.00,270.00) startOffset 0 endOffset 7 width 46.20: &quot;2.x 2.y&quot;
</span><del>-      RenderSVGContainer {g} at (186,14) size 241x536 [transform={m=((1.00,0.00)(0.00,1.00)) t=(150.00,40.00)}]
</del><ins>+      RenderSVGContainer {g} at (186,14) size 243x536 [transform={m=((1.00,0.00)(0.00,1.00)) t=(150.00,40.00)}]
</ins><span class="cx">         RenderSVGText {text} at (-38,-32) size 76x20 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 76x19
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (-37.80,-17.00) startOffset 0 endOffset 11 width 75.60: &quot;text-anchor&quot;
</span><span class="lines">@@ -44,14 +44,14 @@
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 29x19
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (-14.40,-3.00) startOffset 0 endOffset 5 width 28.80: &quot;start&quot;
</span><span class="cx">         RenderSVGPath {line} at (249,83) size 2x467 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=10.00] [x2=0.00] [y2=290.00]
</span><del>-        RenderSVGContainer {g} at (243,91) size 184x424
</del><ins>+        RenderSVGContainer {g} at (243,91) size 186x424
</ins><span class="cx">           RenderSVGContainer {use} at (243,91) size 14x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,30.00)}]
</span><span class="cx">             RenderSVGContainer {g} at (243,91) size 14x33
</span><span class="cx">               RenderSVGPath {line} at (249,91) size 2x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">               RenderSVGRect {rect} at (243,110) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (0,20) size 62x13 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 62x12
-              chunk 1 text run 1 at (0.00,30.00) startOffset 0 endOffset 4 width 61.20: &quot;1234&quot;
</del><ins>+          RenderSVGText {text} at (0,20) size 63x13 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 63x12
+              chunk 1 text run 1 at (0.00,30.00) startOffset 0 endOffset 4 width 62.40: &quot;1234&quot;
</ins><span class="cx">           RenderSVGContainer {use} at (260,141) size 14x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,60.00)}]
</span><span class="cx">             RenderSVGContainer {g} at (260,141) size 14x33
</span><span class="cx">               RenderSVGPath {line} at (265,141) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -70,10 +70,10 @@
</span><span class="cx">               RenderSVGRect {rect} at (310,160) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">           RenderSVGText {text} at (10,50) size 46x13 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 46x12
</span><del>-              chunk 1 text run 1 at (10.00,60.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-              chunk 1 text run 1 at (20.00,60.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-              chunk 1 text run 1 at (30.00,60.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-              chunk 1 text run 1 at (40.00,60.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
</del><ins>+              chunk 1 text run 1 at (10.00,60.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+              chunk 1 text run 1 at (20.00,60.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+              chunk 1 text run 1 at (30.00,60.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+              chunk 1 text run 1 at (40.00,60.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
</ins><span class="cx">           RenderSVGContainer {use} at (260,191) size 14x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,90.00)}]
</span><span class="cx">             RenderSVGContainer {g} at (260,191) size 14x33
</span><span class="cx">               RenderSVGPath {line} at (265,191) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -82,11 +82,11 @@
</span><span class="cx">             RenderSVGContainer {g} at (343,191) size 14x33
</span><span class="cx">               RenderSVGPath {line} at (349,191) size 2x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">               RenderSVGRect {rect} at (343,210) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (10,80) size 96x13 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 96x12
-              chunk 1 text run 1 at (10.00,90.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-              chunk 1 text run 1 at (60.00,90.00) startOffset 0 endOffset 3 width 45.90: &quot;234&quot;
-          RenderSVGContainer {g} at (243,225) size 110x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,120.00)}]
</del><ins>+          RenderSVGText {text} at (10,80) size 97x13 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 97x12
+              chunk 1 text run 1 at (10.00,90.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+              chunk 1 text run 1 at (60.00,90.00) startOffset 0 endOffset 3 width 46.80: &quot;234&quot;
+          RenderSVGContainer {g} at (243,225) size 112x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,120.00)}]
</ins><span class="cx">             RenderSVGContainer {use} at (243,225) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,-10.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (243,225) size 14x32
</span><span class="cx">                 RenderSVGPath {line} at (249,225) size 2x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -103,12 +103,12 @@
</span><span class="cx">               RenderSVGContainer {g} at (318,258) size 14x32
</span><span class="cx">                 RenderSVGPath {line} at (324,258) size 2x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                 RenderSVGRect {rect} at (318,276) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-            RenderSVGText {text} at (0,-20) size 62x33 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 62x32
-                chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                chunk 1 text run 1 at (15.30,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                chunk 1 text run 1 at (30.60,5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                chunk 1 text run 1 at (45.90,10.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
</del><ins>+            RenderSVGText {text} at (0,-20) size 63x33 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 63x32
+                chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                chunk 1 text run 1 at (15.60,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                chunk 1 text run 1 at (31.20,5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                chunk 1 text run 1 at (46.80,10.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
</ins><span class="cx">           RenderSVGContainer {g} at (260,275) size 83x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,150.00)}]
</span><span class="cx">             RenderSVGContainer {use} at (260,275) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (260,275) size 14x32
</span><span class="lines">@@ -128,11 +128,11 @@
</span><span class="cx">                 RenderSVGRect {rect} at (310,326) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">             RenderSVGText {text} at (10,-20) size 46x33 contains 1 chunk(s)
</span><span class="cx">               RenderSVGInlineText {#text} at (0,0) size 46x32
</span><del>-                chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                chunk 1 text run 1 at (20.00,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                chunk 1 text run 1 at (30.00,5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                chunk 1 text run 1 at (40.00,10.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-          RenderSVGContainer {g} at (260,325) size 100x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,180.00)}]
</del><ins>+                chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                chunk 1 text run 1 at (20.00,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                chunk 1 text run 1 at (30.00,5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                chunk 1 text run 1 at (40.00,10.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+          RenderSVGContainer {g} at (260,325) size 102x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,180.00)}]
</ins><span class="cx">             RenderSVGContainer {use} at (260,325) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (260,325) size 14x32
</span><span class="cx">                 RenderSVGPath {line} at (265,325) size 3x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -149,13 +149,13 @@
</span><span class="cx">               RenderSVGContainer {g} at (326,358) size 14x32
</span><span class="cx">                 RenderSVGPath {line} at (332,358) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                 RenderSVGRect {rect} at (326,376) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-            RenderSVGText {text} at (10,-20) size 56x33 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 56x32
-                chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                chunk 1 text run 1 at (20.00,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                chunk 1 text run 1 at (35.30,5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                chunk 1 text run 1 at (50.60,10.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-          RenderSVGContainer {g} at (243,375) size 110x57 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,210.00)}]
</del><ins>+            RenderSVGText {text} at (10,-20) size 57x33 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 57x32
+                chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                chunk 1 text run 1 at (20.00,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                chunk 1 text run 1 at (35.60,5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                chunk 1 text run 1 at (51.20,10.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+          RenderSVGContainer {g} at (243,375) size 112x57 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,210.00)}]
</ins><span class="cx">             RenderSVGContainer {use} at (243,375) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,-10.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (243,375) size 14x32
</span><span class="cx">                 RenderSVGPath {line} at (249,375) size 2x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -164,10 +164,10 @@
</span><span class="cx">               RenderSVGContainer {g} at (268,400) size 14x32
</span><span class="cx">                 RenderSVGPath {line} at (274,400) size 2x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                 RenderSVGRect {rect} at (268,418) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-            RenderSVGText {text} at (0,-20) size 62x28 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 62x27
-                chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                chunk 1 text run 1 at (15.30,5.00) startOffset 0 endOffset 3 width 45.90: &quot;234&quot;
</del><ins>+            RenderSVGText {text} at (0,-20) size 63x28 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 63x27
+                chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                chunk 1 text run 1 at (15.60,5.00) startOffset 0 endOffset 3 width 46.80: &quot;234&quot;
</ins><span class="cx">           RenderSVGContainer {g} at (260,425) size 83x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,240.00)}]
</span><span class="cx">             RenderSVGContainer {use} at (260,425) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (260,425) size 14x32
</span><span class="lines">@@ -187,11 +187,11 @@
</span><span class="cx">                 RenderSVGRect {rect} at (310,451) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">             RenderSVGText {text} at (10,-20) size 46x18 contains 1 chunk(s)
</span><span class="cx">               RenderSVGInlineText {#text} at (0,0) size 46x17
</span><del>-                chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                chunk 1 text run 1 at (20.00,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                chunk 1 text run 1 at (30.00,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-          RenderSVGContainer {g} at (260,475) size 167x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,270.00)}]
</del><ins>+                chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                chunk 1 text run 1 at (20.00,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                chunk 1 text run 1 at (30.00,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                chunk 1 text run 1 at (40.00,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+          RenderSVGContainer {g} at (260,475) size 169x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,270.00)}]
</ins><span class="cx">             RenderSVGContainer {use} at (260,475) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (260,475) size 14x32
</span><span class="cx">                 RenderSVGPath {line} at (265,475) size 3x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -200,11 +200,11 @@
</span><span class="cx">               RenderSVGContainer {g} at (343,483) size 14x32
</span><span class="cx">                 RenderSVGPath {line} at (349,483) size 2x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                 RenderSVGRect {rect} at (343,501) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-            RenderSVGText {text} at (10,-20) size 96x18 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 96x17
-                chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                chunk 1 text run 1 at (60.00,-5.00) startOffset 0 endOffset 3 width 45.90: &quot;234&quot;
-      RenderSVGContainer {g} at (353,14) size 202x536 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,40.00)}]
</del><ins>+            RenderSVGText {text} at (10,-20) size 97x18 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 97x17
+                chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                chunk 1 text run 1 at (60.00,-5.00) startOffset 0 endOffset 3 width 46.80: &quot;234&quot;
+      RenderSVGContainer {g} at (353,14) size 203x536 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,40.00)}]
</ins><span class="cx">         RenderSVGText {text} at (-38,-32) size 76x20 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 76x19
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (-37.80,-17.00) startOffset 0 endOffset 11 width 75.60: &quot;text-anchor&quot;
</span><span class="lines">@@ -212,15 +212,15 @@
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 47x19
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (-23.10,-3.00) startOffset 0 endOffset 6 width 46.20: &quot;middle&quot;
</span><span class="cx">         RenderSVGPath {line} at (415,83) size 3x467 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=10.00] [x2=0.00] [y2=290.00]
</span><del>-        RenderSVGContainer {use} at (365,91) size 190x424
-          RenderSVGContainer {g} at (365,91) size 190x424
</del><ins>+        RenderSVGContainer {use} at (364,91) size 192x424
+          RenderSVGContainer {g} at (364,91) size 192x424
</ins><span class="cx">             RenderSVGContainer {g} at (410,91) size 14x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,30.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (410,91) size 14x33
</span><span class="cx">                 RenderSVGPath {line} at (415,91) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                 RenderSVGRect {rect} at (410,110) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-            RenderSVGText {text} at (-31,20) size 62x13 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 62x12
-                chunk 1 (middle anchor) text run 1 at (-30.60,30.00) startOffset 0 endOffset 4 width 61.20: &quot;1234&quot;
</del><ins>+            RenderSVGText {text} at (-32,20) size 64x13 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 63x12
+                chunk 1 (middle anchor) text run 1 at (-31.20,30.00) startOffset 0 endOffset 4 width 62.40: &quot;1234&quot;
</ins><span class="cx">             RenderSVGContainer {g} at (426,141) size 14x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,60.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (426,141) size 14x33
</span><span class="cx">                 RenderSVGPath {line} at (432,141) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -239,10 +239,10 @@
</span><span class="cx">                 RenderSVGRect {rect} at (476,160) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">             RenderSVGText {text} at (2,50) size 46x13 contains 1 chunk(s)
</span><span class="cx">               RenderSVGInlineText {#text} at (0,0) size 46x12
</span><del>-                chunk 1 (middle anchor) text run 1 at (2.35,60.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                chunk 1 (middle anchor) text run 1 at (12.35,60.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                chunk 1 (middle anchor) text run 1 at (22.35,60.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                chunk 1 (middle anchor) text run 1 at (32.35,60.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
</del><ins>+                chunk 1 (middle anchor) text run 1 at (2.20,60.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                chunk 1 (middle anchor) text run 1 at (12.20,60.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                chunk 1 (middle anchor) text run 1 at (22.20,60.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                chunk 1 (middle anchor) text run 1 at (32.20,60.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
</ins><span class="cx">             RenderSVGContainer {g} at (426,191) size 14x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,90.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (426,191) size 14x33
</span><span class="cx">                 RenderSVGPath {line} at (432,191) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -251,11 +251,11 @@
</span><span class="cx">               RenderSVGContainer {g} at (510,191) size 14x33
</span><span class="cx">                 RenderSVGPath {line} at (515,191) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                 RenderSVGRect {rect} at (510,210) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-            RenderSVGText {text} at (2,80) size 81x13 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 81x12
-                chunk 1 (middle anchor) text run 1 at (2.35,90.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                chunk 1 (middle anchor) text run 1 at (37.05,90.00) startOffset 0 endOffset 3 width 45.90: &quot;234&quot;
-            RenderSVGContainer {g} at (403,225) size 103x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,120.00)}]
</del><ins>+            RenderSVGText {text} at (2,80) size 82x13 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 82x12
+                chunk 1 (middle anchor) text run 1 at (2.20,90.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                chunk 1 (middle anchor) text run 1 at (36.60,90.00) startOffset 0 endOffset 3 width 46.80: &quot;234&quot;
+            RenderSVGContainer {g} at (403,225) size 105x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,120.00)}]
</ins><span class="cx">               RenderSVGContainer {g} at (410,225) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (410,225) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (415,225) size 3x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -272,12 +272,12 @@
</span><span class="cx">                 RenderSVGContainer {g} at (485,258) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (490,258) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                   RenderSVGRect {rect} at (485,276) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-              RenderSVGText {text} at (-8,-20) size 62x33 contains 1 chunk(s)
-                RenderSVGInlineText {#text} at (0,0) size 62x32
-                  chunk 1 (middle anchor) text run 1 at (-7.65,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (middle anchor) text run 1 at (7.65,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                  chunk 1 (middle anchor) text run 1 at (22.95,5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                  chunk 1 (middle anchor) text run 1 at (38.25,10.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
</del><ins>+              RenderSVGText {text} at (-8,-20) size 63x33 contains 1 chunk(s)
+                RenderSVGInlineText {#text} at (0,0) size 63x32
+                  chunk 1 (middle anchor) text run 1 at (-7.80,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (middle anchor) text run 1 at (7.80,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                  chunk 1 (middle anchor) text run 1 at (23.40,5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                  chunk 1 (middle anchor) text run 1 at (39.00,10.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
</ins><span class="cx">             RenderSVGContainer {g} at (420,275) size 77x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,150.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (426,275) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (426,275) size 14x32
</span><span class="lines">@@ -297,11 +297,11 @@
</span><span class="cx">                   RenderSVGRect {rect} at (476,326) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">               RenderSVGText {text} at (2,-20) size 46x33 contains 1 chunk(s)
</span><span class="cx">                 RenderSVGInlineText {#text} at (0,0) size 46x32
</span><del>-                  chunk 1 (middle anchor) text run 1 at (2.35,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (middle anchor) text run 1 at (12.35,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                  chunk 1 (middle anchor) text run 1 at (22.35,5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                  chunk 1 (middle anchor) text run 1 at (32.35,10.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-            RenderSVGContainer {g} at (420,325) size 94x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,180.00)}]
</del><ins>+                  chunk 1 (middle anchor) text run 1 at (2.20,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (middle anchor) text run 1 at (12.20,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                  chunk 1 (middle anchor) text run 1 at (22.20,5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                  chunk 1 (middle anchor) text run 1 at (32.20,10.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+            RenderSVGContainer {g} at (420,325) size 95x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,180.00)}]
</ins><span class="cx">               RenderSVGContainer {g} at (426,325) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (426,325) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (432,325) size 3x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -319,12 +319,12 @@
</span><span class="cx">                   RenderSVGPath {line} at (499,358) size 2x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                   RenderSVGRect {rect} at (493,376) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">               RenderSVGText {text} at (2,-20) size 57x33 contains 1 chunk(s)
</span><del>-                RenderSVGInlineText {#text} at (0,0) size 56x32
-                  chunk 1 (middle anchor) text run 1 at (2.35,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (middle anchor) text run 1 at (12.35,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                  chunk 1 (middle anchor) text run 1 at (27.65,5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                  chunk 1 (middle anchor) text run 1 at (42.95,10.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-            RenderSVGContainer {g} at (403,375) size 78x57 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,210.00)}]
</del><ins>+                RenderSVGInlineText {#text} at (0,0) size 57x32
+                  chunk 1 (middle anchor) text run 1 at (2.20,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (middle anchor) text run 1 at (12.20,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                  chunk 1 (middle anchor) text run 1 at (27.80,5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                  chunk 1 (middle anchor) text run 1 at (43.40,10.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+            RenderSVGContainer {g} at (403,375) size 79x57 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,210.00)}]
</ins><span class="cx">               RenderSVGContainer {g} at (410,375) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (410,375) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (415,375) size 3x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -334,9 +334,9 @@
</span><span class="cx">                   RenderSVGPath {line} at (440,400) size 3x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                   RenderSVGRect {rect} at (435,418) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">               RenderSVGText {text} at (-8,-20) size 47x28 contains 1 chunk(s)
</span><del>-                RenderSVGInlineText {#text} at (0,0) size 46x27
-                  chunk 1 (middle anchor) text run 1 at (-7.65,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (middle anchor) text run 1 at (-7.65,5.00) startOffset 0 endOffset 3 width 45.90: &quot;234&quot;
</del><ins>+                RenderSVGInlineText {#text} at (0,0) size 47x27
+                  chunk 1 (middle anchor) text run 1 at (-7.80,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (middle anchor) text run 1 at (-7.80,5.00) startOffset 0 endOffset 3 width 46.80: &quot;234&quot;
</ins><span class="cx">             RenderSVGContainer {g} at (420,425) size 77x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,240.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (426,425) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (426,425) size 14x32
</span><span class="lines">@@ -356,11 +356,11 @@
</span><span class="cx">                   RenderSVGRect {rect} at (476,451) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">               RenderSVGText {text} at (2,-20) size 46x18 contains 1 chunk(s)
</span><span class="cx">                 RenderSVGInlineText {#text} at (0,0) size 46x17
</span><del>-                  chunk 1 (middle anchor) text run 1 at (2.35,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (middle anchor) text run 1 at (12.35,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                  chunk 1 (middle anchor) text run 1 at (22.35,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                  chunk 1 (middle anchor) text run 1 at (32.35,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-            RenderSVGContainer {g} at (420,475) size 135x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,270.00)}]
</del><ins>+                  chunk 1 (middle anchor) text run 1 at (2.20,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (middle anchor) text run 1 at (12.20,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                  chunk 1 (middle anchor) text run 1 at (22.20,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                  chunk 1 (middle anchor) text run 1 at (32.20,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+            RenderSVGContainer {g} at (420,475) size 136x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,270.00)}]
</ins><span class="cx">               RenderSVGContainer {g} at (426,475) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (426,475) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (432,475) size 3x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -369,11 +369,11 @@
</span><span class="cx">                 RenderSVGContainer {g} at (510,483) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (515,483) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                   RenderSVGRect {rect} at (510,501) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-              RenderSVGText {text} at (2,-20) size 81x18 contains 1 chunk(s)
-                RenderSVGInlineText {#text} at (0,0) size 81x17
-                  chunk 1 (middle anchor) text run 1 at (2.35,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (middle anchor) text run 1 at (37.05,-5.00) startOffset 0 endOffset 3 width 45.90: &quot;234&quot;
-      RenderSVGContainer {g} at (481,14) size 209x536 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,40.00)}]
</del><ins>+              RenderSVGText {text} at (2,-20) size 82x18 contains 1 chunk(s)
+                RenderSVGInlineText {#text} at (0,0) size 82x17
+                  chunk 1 (middle anchor) text run 1 at (2.20,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (middle anchor) text run 1 at (36.60,-5.00) startOffset 0 endOffset 3 width 46.80: &quot;234&quot;
+      RenderSVGContainer {g} at (479,14) size 211x536 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,40.00)}]
</ins><span class="cx">         RenderSVGText {text} at (-38,-32) size 76x20 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 76x19
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (-37.80,-17.00) startOffset 0 endOffset 11 width 75.60: &quot;text-anchor&quot;
</span><span class="lines">@@ -381,15 +381,15 @@
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 24x19
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (-12.00,-3.00) startOffset 0 endOffset 3 width 24.00: &quot;end&quot;
</span><span class="cx">         RenderSVGPath {line} at (582,83) size 3x467 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=10.00] [x2=0.00] [y2=290.00]
</span><del>-        RenderSVGContainer {use} at (481,91) size 209x424
-          RenderSVGContainer {g} at (481,91) size 209x424
</del><ins>+        RenderSVGContainer {use} at (479,91) size 211x424
+          RenderSVGContainer {g} at (479,91) size 211x424
</ins><span class="cx">             RenderSVGContainer {g} at (576,91) size 14x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,30.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (576,91) size 14x33
</span><span class="cx">                 RenderSVGPath {line} at (582,91) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                 RenderSVGRect {rect} at (576,110) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-            RenderSVGText {text} at (-62,20) size 62x13 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 62x12
-                chunk 1 (end anchor) text run 1 at (-61.20,30.00) startOffset 0 endOffset 4 width 61.20: &quot;1234&quot;
</del><ins>+            RenderSVGText {text} at (-63,20) size 63x13 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 63x12
+                chunk 1 (end anchor) text run 1 at (-62.40,30.00) startOffset 0 endOffset 4 width 62.40: &quot;1234&quot;
</ins><span class="cx">             RenderSVGContainer {g} at (593,141) size 14x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,60.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (593,141) size 14x33
</span><span class="cx">                 RenderSVGPath {line} at (599,141) size 2x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -408,10 +408,10 @@
</span><span class="cx">                 RenderSVGRect {rect} at (643,160) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">             RenderSVGText {text} at (-6,50) size 46x13 contains 1 chunk(s)
</span><span class="cx">               RenderSVGInlineText {#text} at (0,0) size 46x12
</span><del>-                chunk 1 (end anchor) text run 1 at (-5.30,60.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                chunk 1 (end anchor) text run 1 at (4.70,60.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                chunk 1 (end anchor) text run 1 at (14.70,60.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                chunk 1 (end anchor) text run 1 at (24.70,60.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
</del><ins>+                chunk 1 (end anchor) text run 1 at (-5.60,60.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                chunk 1 (end anchor) text run 1 at (4.40,60.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                chunk 1 (end anchor) text run 1 at (14.40,60.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                chunk 1 (end anchor) text run 1 at (24.40,60.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
</ins><span class="cx">             RenderSVGContainer {g} at (593,191) size 14x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,90.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (593,191) size 14x33
</span><span class="cx">                 RenderSVGPath {line} at (599,191) size 2x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -422,8 +422,8 @@
</span><span class="cx">                 RenderSVGRect {rect} at (676,210) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">             RenderSVGText {text} at (-6,80) size 66x13 contains 1 chunk(s)
</span><span class="cx">               RenderSVGInlineText {#text} at (0,0) size 66x12
</span><del>-                chunk 1 (end anchor) text run 1 at (-5.30,90.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                chunk 1 (end anchor) text run 1 at (14.10,90.00) startOffset 0 endOffset 3 width 45.90: &quot;234&quot;
</del><ins>+                chunk 1 (end anchor) text run 1 at (-5.60,90.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                chunk 1 (end anchor) text run 1 at (13.20,90.00) startOffset 0 endOffset 3 width 46.80: &quot;234&quot;
</ins><span class="cx">             RenderSVGContainer {g} at (557,225) size 108x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,120.00)}]
</span><span class="cx">               RenderSVGContainer {g} at (576,225) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (576,225) size 14x32
</span><span class="lines">@@ -441,13 +441,13 @@
</span><span class="cx">                 RenderSVGContainer {g} at (651,258) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (657,258) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                   RenderSVGRect {rect} at (651,276) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-              RenderSVGText {text} at (-16,-20) size 62x33 contains 1 chunk(s)
-                RenderSVGInlineText {#text} at (0,0) size 62x32
-                  chunk 1 (end anchor) text run 1 at (-15.30,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (end anchor) text run 1 at (0.00,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                  chunk 1 (end anchor) text run 1 at (15.30,5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                  chunk 1 (end anchor) text run 1 at (30.60,10.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-            RenderSVGContainer {g} at (574,275) size 83x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,150.00)}]
</del><ins>+              RenderSVGText {text} at (-16,-20) size 63x33 contains 1 chunk(s)
+                RenderSVGInlineText {#text} at (0,0) size 63x32
+                  chunk 1 (end anchor) text run 1 at (-15.60,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (end anchor) text run 1 at (0.00,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                  chunk 1 (end anchor) text run 1 at (15.60,5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                  chunk 1 (end anchor) text run 1 at (31.20,10.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+            RenderSVGContainer {g} at (573,275) size 84x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,150.00)}]
</ins><span class="cx">               RenderSVGContainer {g} at (593,275) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (593,275) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (599,275) size 2x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -466,11 +466,11 @@
</span><span class="cx">                   RenderSVGRect {rect} at (643,326) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">               RenderSVGText {text} at (-6,-20) size 46x33 contains 1 chunk(s)
</span><span class="cx">                 RenderSVGInlineText {#text} at (0,0) size 46x32
</span><del>-                  chunk 1 (end anchor) text run 1 at (-5.30,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (end anchor) text run 1 at (4.70,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                  chunk 1 (end anchor) text run 1 at (14.70,5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                  chunk 1 (end anchor) text run 1 at (24.70,10.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-            RenderSVGContainer {g} at (574,325) size 100x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,180.00)}]
</del><ins>+                  chunk 1 (end anchor) text run 1 at (-5.60,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (end anchor) text run 1 at (4.40,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                  chunk 1 (end anchor) text run 1 at (14.40,5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                  chunk 1 (end anchor) text run 1 at (24.40,10.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+            RenderSVGContainer {g} at (573,325) size 101x65 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,180.00)}]
</ins><span class="cx">               RenderSVGContainer {g} at (593,325) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (593,325) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (599,325) size 2x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -487,13 +487,13 @@
</span><span class="cx">                 RenderSVGContainer {g} at (660,358) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (665,358) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                   RenderSVGRect {rect} at (660,376) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-              RenderSVGText {text} at (-6,-20) size 57x33 contains 1 chunk(s)
-                RenderSVGInlineText {#text} at (0,0) size 56x32
-                  chunk 1 (end anchor) text run 1 at (-5.30,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (end anchor) text run 1 at (4.70,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                  chunk 1 (end anchor) text run 1 at (20.00,5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                  chunk 1 (end anchor) text run 1 at (35.30,10.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-            RenderSVGContainer {g} at (532,375) size 83x57 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,210.00)}]
</del><ins>+              RenderSVGText {text} at (-6,-20) size 58x33 contains 1 chunk(s)
+                RenderSVGInlineText {#text} at (0,0) size 57x32
+                  chunk 1 (end anchor) text run 1 at (-5.60,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (end anchor) text run 1 at (4.40,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                  chunk 1 (end anchor) text run 1 at (20.00,5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                  chunk 1 (end anchor) text run 1 at (35.60,10.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+            RenderSVGContainer {g} at (531,375) size 84x57 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,210.00)}]
</ins><span class="cx">               RenderSVGContainer {g} at (576,375) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (576,375) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (582,375) size 3x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -502,11 +502,11 @@
</span><span class="cx">                 RenderSVGContainer {g} at (601,400) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (607,400) size 3x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">                   RenderSVGRect {rect} at (601,418) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-              RenderSVGText {text} at (-31,-20) size 47x28 contains 1 chunk(s)
-                RenderSVGInlineText {#text} at (15,0) size 46x27
-                  chunk 1 (end anchor) text run 1 at (-15.30,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (end anchor) text run 1 at (-30.60,5.00) startOffset 0 endOffset 3 width 45.90: &quot;234&quot;
-            RenderSVGContainer {g} at (574,425) size 83x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,240.00)}]
</del><ins>+              RenderSVGText {text} at (-32,-20) size 48x28 contains 1 chunk(s)
+                RenderSVGInlineText {#text} at (15,0) size 47x27
+                  chunk 1 (end anchor) text run 1 at (-15.60,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (end anchor) text run 1 at (-31.20,5.00) startOffset 0 endOffset 3 width 46.80: &quot;234&quot;
+            RenderSVGContainer {g} at (573,425) size 84x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,240.00)}]
</ins><span class="cx">               RenderSVGContainer {g} at (593,425) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (593,425) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (599,425) size 2x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -525,11 +525,11 @@
</span><span class="cx">                   RenderSVGRect {rect} at (643,451) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">               RenderSVGText {text} at (-6,-20) size 46x18 contains 1 chunk(s)
</span><span class="cx">                 RenderSVGInlineText {#text} at (0,0) size 46x17
</span><del>-                  chunk 1 (end anchor) text run 1 at (-5.30,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (end anchor) text run 1 at (4.70,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-                  chunk 1 (end anchor) text run 1 at (14.70,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-                  chunk 1 (end anchor) text run 1 at (24.70,-5.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-            RenderSVGContainer {g} at (574,475) size 116x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,270.00)}]
</del><ins>+                  chunk 1 (end anchor) text run 1 at (-5.60,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (end anchor) text run 1 at (4.40,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+                  chunk 1 (end anchor) text run 1 at (14.40,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+                  chunk 1 (end anchor) text run 1 at (24.40,-5.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+            RenderSVGContainer {g} at (573,475) size 117x40 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,270.00)}]
</ins><span class="cx">               RenderSVGContainer {g} at (593,475) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">                 RenderSVGContainer {g} at (593,475) size 14x32
</span><span class="cx">                   RenderSVGPath {line} at (599,475) size 2x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -540,8 +540,8 @@
</span><span class="cx">                   RenderSVGRect {rect} at (676,501) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><span class="cx">               RenderSVGText {text} at (-6,-20) size 66x18 contains 1 chunk(s)
</span><span class="cx">                 RenderSVGInlineText {#text} at (0,0) size 66x17
</span><del>-                  chunk 1 (end anchor) text run 1 at (-5.30,-10.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-                  chunk 1 (end anchor) text run 1 at (14.10,-5.00) startOffset 0 endOffset 3 width 45.90: &quot;234&quot;
</del><ins>+                  chunk 1 (end anchor) text run 1 at (-5.60,-10.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+                  chunk 1 (end anchor) text run 1 at (13.20,-5.00) startOffset 0 endOffset 3 width 46.80: &quot;234&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,313) size 269x48 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 269x47
</span><span class="cx">         chunk 1 text run 1 at (10.00,350.00) startOffset 0 endOffset 16 width 268.20: &quot;$Revision: 1.8 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgtexttexttext06texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/text/text-text-06-t-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/text/text-text-06-t-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/text/text-text-06-t-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -2,13 +2,13 @@
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 800x600
</span><del>-    RenderSVGContainer {g} at (50,91) size 457x349
</del><ins>+    RenderSVGContainer {g} at (50,91) size 468x349
</ins><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">         RenderSVGContainer {g} at (0,0) size 7x7
</span><span class="cx">           RenderSVGPath {line} at (0,0) size 0x0 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">           RenderSVGRect {rect} at (0,0) size 7x7 [fill={[type=SOLID] [color=#000000]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-      RenderSVGContainer {g} at (50,91) size 457x349 [transform={m=((1.00,0.00)(0.00,1.00)) t=(20.00,30.00)}]
</del><ins>+      RenderSVGContainer {g} at (50,91) size 468x349 [transform={m=((1.00,0.00)(0.00,1.00)) t=(20.00,30.00)}]
</ins><span class="cx">         RenderSVGContainer {g} at (50,98) size 124x257 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,40.00)}]
</span><span class="cx">           RenderSVGText {text} at (0,-11) size 65x14 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 65x14
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">           RenderSVGText {text} at (0,129) size 74x14 contains 1 chunk(s)
</span><span class="cx">             RenderSVGInlineText {#text} at (0,0) size 74x14
</span><span class="cx">               chunk 1 text run 1 at (0.00,140.00) startOffset 0 endOffset 15 width 73.80: &quot;x/y positioning&quot;
</span><del>-        RenderSVGContainer {g} at (210,91) size 297x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,40.00)}]
</del><ins>+        RenderSVGContainer {g} at (210,91) size 308x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,40.00)}]
</ins><span class="cx">           RenderSVGContainer {use} at (210,91) size 14x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,0.00)}]
</span><span class="cx">             RenderSVGContainer {g} at (210,91) size 14x33
</span><span class="cx">               RenderSVGPath {line} at (215,91) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -44,14 +44,15 @@
</span><span class="cx">             RenderSVGContainer {g} at (410,91) size 14x33
</span><span class="cx">               RenderSVGPath {line} at (415,91) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">               RenderSVGRect {rect} at (410,110) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (10,-10) size 136x13 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 136x12
-              chunk 1 text run 1 at (10.00,0.00) startOffset 0 endOffset 2 width 15.30: &quot;fi&quot;
-              chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-              chunk 1 text run 1 at (70.00,0.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-              chunk 1 text run 1 at (100.00,0.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-              chunk 1 text run 1 at (130.00,0.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-        RenderSVGContainer {g} at (193,141) size 135x133 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,80.00)}]
</del><ins>+          RenderSVGText {text} at (10,-10) size 181x13 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 181x12
+              chunk 1 text run 1 at (10.00,0.00) startOffset 0 endOffset 1 width 10.20: &quot;f&quot;
+              chunk 1 text run 1 at (180.00,0.00) startOffset 0 endOffset 1 width 10.20: &quot;i&quot;
+              chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+              chunk 1 text run 1 at (70.00,0.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+              chunk 1 text run 1 at (100.00,0.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+              chunk 1 text run 1 at (130.00,0.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+        RenderSVGContainer {g} at (193,141) size 146x133 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,80.00)}]
</ins><span class="cx">           RenderSVGContainer {use} at (193,141) size 14x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,-10.00)}]
</span><span class="cx">             RenderSVGContainer {g} at (193,141) size 14x33
</span><span class="cx">               RenderSVGPath {line} at (199,141) size 2x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -76,14 +77,15 @@
</span><span class="cx">             RenderSVGContainer {g} at (293,208) size 14x32
</span><span class="cx">               RenderSVGPath {line} at (299,208) size 2x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">               RenderSVGRect {rect} at (293,226) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (0,-20) size 77x53 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 77x52
-              chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 2 width 15.30: &quot;fi&quot;
-              chunk 1 text run 1 at (15.30,0.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-              chunk 1 text run 1 at (30.60,10.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-              chunk 1 text run 1 at (45.90,20.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-              chunk 1 text run 1 at (61.20,30.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
-        RenderSVGContainer {g} at (210,308) size 297x132 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,180.00)}]
</del><ins>+          RenderSVGText {text} at (0,-20) size 83x73 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 83x72
+              chunk 1 text run 1 at (0.00,-10.00) startOffset 0 endOffset 1 width 10.20: &quot;f&quot;
+              chunk 1 text run 1 at (10.20,50.00) startOffset 0 endOffset 1 width 10.20: &quot;i&quot;
+              chunk 1 text run 1 at (20.40,0.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+              chunk 1 text run 1 at (36.00,10.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+              chunk 1 text run 1 at (51.60,20.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+              chunk 1 text run 1 at (67.20,30.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
+        RenderSVGContainer {g} at (210,308) size 308x132 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,180.00)}]
</ins><span class="cx">           RenderSVGContainer {use} at (210,308) size 14x32 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,-10.00)}]
</span><span class="cx">             RenderSVGContainer {g} at (210,308) size 14x32
</span><span class="cx">               RenderSVGPath {line} at (215,308) size 3x26 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="lines">@@ -108,13 +110,14 @@
</span><span class="cx">             RenderSVGContainer {g} at (410,375) size 14x32
</span><span class="cx">               RenderSVGPath {line} at (415,375) size 3x25 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#8888FF]}] [x1=0.00] [y1=0.00] [x2=0.00] [y2=-15.00]
</span><span class="cx">               RenderSVGRect {rect} at (410,393) size 14x14 [fill={[type=SOLID] [color=#8888FF]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
</span><del>-          RenderSVGText {text} at (10,-20) size 136x53 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 136x52
-              chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 2 width 15.30: &quot;fi&quot;
-              chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 15.30: &quot;1&quot;
-              chunk 1 text run 1 at (70.00,10.00) startOffset 0 endOffset 1 width 15.30: &quot;2&quot;
-              chunk 1 text run 1 at (100.00,20.00) startOffset 0 endOffset 1 width 15.30: &quot;3&quot;
-              chunk 1 text run 1 at (130.00,30.00) startOffset 0 endOffset 1 width 15.30: &quot;4&quot;
</del><ins>+          RenderSVGText {text} at (10,-20) size 181x73 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 181x72
+              chunk 1 text run 1 at (10.00,-10.00) startOffset 0 endOffset 1 width 10.20: &quot;f&quot;
+              chunk 1 text run 1 at (180.00,50.00) startOffset 0 endOffset 1 width 10.20: &quot;i&quot;
+              chunk 1 text run 1 at (40.00,0.00) startOffset 0 endOffset 1 width 15.60: &quot;1&quot;
+              chunk 1 text run 1 at (70.00,10.00) startOffset 0 endOffset 1 width 15.60: &quot;2&quot;
+              chunk 1 text run 1 at (100.00,20.00) startOffset 0 endOffset 1 width 15.60: &quot;3&quot;
+              chunk 1 text run 1 at (130.00,30.00) startOffset 0 endOffset 1 width 15.60: &quot;4&quot;
</ins><span class="cx">     RenderSVGText {text} at (10,303) size 269x48 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 269x47
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 268.20: &quot;$Revision: 1.9 $&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgwicdtestrightsizingbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/wicd/test-rightsizing-b-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/wicd/test-rightsizing-b-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/wicd/test-rightsizing-b-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -20,9 +20,9 @@
</span><span class="cx">                 RenderSVGRect {rect} at (0,0) size 295x295 [fill={[type=SOLID] [color=#5588FF]}] [x=-3000.00] [y=-1000.00] [width=6200.00] [height=2200.00]
</span><span class="cx">                 RenderSVGEllipse {circle} at (0,0) size 295x295 [fill={[type=SOLID] [color=#0000FF]}] [cx=100.00] [cy=100.00] [r=100.00]
</span><span class="cx">                 RenderSVGContainer {g} at (39,88) size 217x121
</span><del>-                  RenderSVGText {text} at (26,60) size 148x82 contains 1 chunk(s)
-                    RenderSVGInlineText {#text} at (0,0) size 147x82
-                      chunk 1 (middle anchor) text run 1 at (26.90,125.00) startOffset 0 endOffset 3 width 146.21: &quot;SVG&quot;
</del><ins>+                  RenderSVGText {text} at (27,60) size 146x82 contains 1 chunk(s)
+                    RenderSVGInlineText {#text} at (0,0) size 146x82
+                      chunk 1 (middle anchor) text run 1 at (27.12,125.00) startOffset 0 endOffset 3 width 145.76: &quot;SVG&quot;
</ins><span class="cx">           RenderText {#text} at (295,281) size 5x17
</span><span class="cx">             text run at (295,281) width 5: &quot; &quot;
</span><span class="cx">           RenderEmbeddedObject {object} at (299,147) size 148x148 [bgcolor=#FF0000]
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">                 RenderSVGContainer {g} at (19,44) size 110x61
</span><span class="cx">                   RenderSVGText {text} at (26,59) size 148x83 contains 1 chunk(s)
</span><span class="cx">                     RenderSVGInlineText {#text} at (0,0) size 148x82
</span><del>-                      chunk 1 (middle anchor) text run 1 at (26.44,125.00) startOffset 0 endOffset 3 width 147.13: &quot;SVG&quot;
</del><ins>+                      chunk 1 (middle anchor) text run 1 at (26.35,125.00) startOffset 0 endOffset 3 width 147.30: &quot;SVG&quot;
</ins><span class="cx">           RenderText {#text} at (446,281) size 5x17
</span><span class="cx">             text run at (446,281) width 5: &quot; &quot;
</span><span class="cx">           RenderEmbeddedObject {object} at (450,221) size 75x74 [bgcolor=#FF0000]
</span><span class="lines">@@ -48,9 +48,9 @@
</span><span class="cx">                 RenderSVGRect {rect} at (0,0) size 74x74 [fill={[type=SOLID] [color=#5588FF]}] [x=-3000.00] [y=-1000.00] [width=6200.00] [height=2200.00]
</span><span class="cx">                 RenderSVGEllipse {circle} at (0,0) size 74x74 [fill={[type=SOLID] [color=#0000FF]}] [cx=100.00] [cy=100.00] [r=100.00]
</span><span class="cx">                 RenderSVGContainer {g} at (9,22) size 56x31
</span><del>-                  RenderSVGText {text} at (26,59) size 148x83 contains 1 chunk(s)
-                    RenderSVGInlineText {#text} at (0,0) size 148x82
-                      chunk 1 (middle anchor) text run 1 at (26.44,125.00) startOffset 0 endOffset 3 width 147.13: &quot;SVG&quot;
</del><ins>+                  RenderSVGText {text} at (27,59) size 146x83 contains 1 chunk(s)
+                    RenderSVGInlineText {#text} at (0,0) size 146x82
+                      chunk 1 (middle anchor) text run 1 at (27.03,125.00) startOffset 0 endOffset 3 width 145.95: &quot;SVG&quot;
</ins><span class="cx">           RenderText {#text} at (524,281) size 5x17
</span><span class="cx">             text run at (524,281) width 5: &quot; &quot;
</span><span class="cx">           RenderEmbeddedObject {object} at (528,258) size 38x37 [bgcolor=#FF0000]
</span><span class="lines">@@ -62,9 +62,9 @@
</span><span class="cx">                 RenderSVGRect {rect} at (0,0) size 37x37 [fill={[type=SOLID] [color=#5588FF]}] [x=-3000.00] [y=-1000.00] [width=6200.00] [height=2200.00]
</span><span class="cx">                 RenderSVGEllipse {circle} at (0,0) size 37x37 [fill={[type=SOLID] [color=#0000FF]}] [cx=100.00] [cy=100.00] [r=100.00]
</span><span class="cx">                 RenderSVGContainer {g} at (4,11) size 29x16
</span><del>-                  RenderSVGText {text} at (26,59) size 148x83 contains 1 chunk(s)
-                    RenderSVGInlineText {#text} at (0,0) size 148x82
-                      chunk 1 (middle anchor) text run 1 at (26.44,125.00) startOffset 0 endOffset 3 width 147.13: &quot;SVG&quot;
</del><ins>+                  RenderSVGText {text} at (27,59) size 146x83 contains 1 chunk(s)
+                    RenderSVGInlineText {#text} at (0,0) size 146x82
+                      chunk 1 (middle anchor) text run 1 at (27.03,125.00) startOffset 0 endOffset 3 width 145.95: &quot;SVG&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderBlock {p} at (0,368) size 679x65
</span><span class="cx">           RenderText {#text} at (0,0) size 672x32
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgzoompagezoomsvgthroughobjectwithabsolutesize2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -12,8 +12,8 @@
</span><span class="cx">                   RenderTableRow {tr} at (0,1) size 492x67
</span><span class="cx">                     RenderTableCell {td} at (1,1) size 490x67 [r=0 c=0 rs=1 cs=2]
</span><span class="cx">                       RenderBlock {h1} at (5,20) size 479x27
</span><del>-                        RenderText {#text} at (0,0) size 478x26
-                          text run at (0,0) width 478: &quot;Both sides should have identical size after zooming&quot;
</del><ins>+                        RenderText {#text} at (0,0) size 479x26
+                          text run at (0,0) width 479: &quot;Both sides should have identical size after zooming&quot;
</ins><span class="cx">                   RenderTableRow {tr} at (0,68) size 492x25
</span><span class="cx">                     RenderTableCell {td} at (1,68) size 245x25 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (95,6) size 55x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgzoompagezoomsvgthroughobjectwithabsolutesizeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/LayoutTests/platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -12,8 +12,8 @@
</span><span class="cx">                   RenderTableRow {tr} at (0,1) size 492x67
</span><span class="cx">                     RenderTableCell {td} at (1,1) size 490x67 [r=0 c=0 rs=1 cs=2]
</span><span class="cx">                       RenderBlock {h1} at (5,20) size 479x27
</span><del>-                        RenderText {#text} at (0,0) size 478x26
-                          text run at (0,0) width 478: &quot;Both sides should have identical size after zooming&quot;
</del><ins>+                        RenderText {#text} at (0,0) size 479x26
+                          text run at (0,0) width 479: &quot;Both sides should have identical size after zooming&quot;
</ins><span class="cx">                   RenderTableRow {tr} at (0,68) size 492x25
</span><span class="cx">                     RenderTableCell {td} at (1,68) size 245x25 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (95,6) size 55x13
</span></span></pre></div>
<a id="trunkSourcecmakeOptionsWincmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/cmake/OptionsWin.cmake (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/cmake/OptionsWin.cmake        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/Source/cmake/OptionsWin.cmake        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SHADOW_DOM PUBLIC OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_STREAMS_API PUBLIC ON)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SVG_FONTS PUBLIC ON)
</span><del>-WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SVG_OTF_CONVERTER PUBLIC OFF)
</del><ins>+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SVG_OTF_CONVERTER PUBLIC ON)
</ins><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_TEMPLATE_ELEMENT PUBLIC ON)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_TEXT_AUTOSIZING PUBLIC OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIDEO PUBLIC ON)
</span></span></pre></div>
<a id="trunkSourcecmakeWebKitFeaturescmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/cmake/WebKitFeatures.cmake (197144 => 197145)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/cmake/WebKitFeatures.cmake        2016-02-26 00:15:58 UTC (rev 197144)
+++ trunk/Source/cmake/WebKitFeatures.cmake        2016-02-26 00:33:39 UTC (rev 197145)
</span><span class="lines">@@ -181,7 +181,7 @@
</span><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_STREAMS_API &quot;Toggle Streams API support&quot; PRIVATE ON)
</span><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_SUBTLE_CRYPTO &quot;Toggle subtle crypto support&quot; PRIVATE OFF)
</span><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_SVG_FONTS &quot;Toggle SVG fonts support (imples SVG support)&quot; PRIVATE ON)
</span><del>-    WEBKIT_OPTION_DEFINE(ENABLE_SVG_OTF_CONVERTER &quot;Toggle whether to use the SVG to OTF font converter&quot; PRIVATE OFF)
</del><ins>+    WEBKIT_OPTION_DEFINE(ENABLE_SVG_OTF_CONVERTER &quot;Toggle whether to use the SVG to OTF font converter&quot; PRIVATE ON)
</ins><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_TELEPHONE_NUMBER_DETECTION &quot;Toggle telephone number detection support&quot; PRIVATE OFF)
</span><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_TEMPLATE_ELEMENT &quot;Toggle Template support&quot; PRIVATE ON)
</span><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_TEXT_AUTOSIZING &quot;Toggle Text auto sizing support&quot; PRIVATE OFF)
</span></span></pre>
</div>
</div>

</body>
</html>