<!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>[200020] releases/WebKitGTK/webkit-2.12</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/200020">200020</a></dd>
<dt>Author</dt> <dd>carlosgc@webkit.org</dd>
<dt>Date</dt> <dd>2016-04-25 08:41:32 -0700 (Mon, 25 Apr 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Merge <a href="http://trac.webkit.org/projects/webkit/changeset/199703">r199703</a> - [GTK] Possible off-by-one in hyphenation code
https://bugs.webkit.org/show_bug.cgi?id=156661

Patch by Martin Robinson &lt;mrobinson@igalia.com&gt; on 2016-04-18
Reviewed by Michael Catanzaro.

Source/WebCore:

No new tests. This is covered by older tests.

* platform/text/hyphen/HyphenationLibHyphen.cpp:
(WebCore::lastHyphenLocation): Fix an off by one error in hyphen location.

LayoutTests:

* platform/gtk/TestExpectations: Unskip a test that is now passing.
* platform/gtk/fast/text/hyphenate-character-expected.png:
* platform/gtk/fast/text/hyphenate-character-expected.txt:
* platform/gtk/fast/text/hyphenate-first-word-expected.png:
* platform/gtk/fast/text/hyphenate-first-word-expected.txt:
* platform/gtk/fast/text/hyphenate-limit-before-after-expected.png:
* platform/gtk/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/gtk/fast/text/hyphenate-limit-lines-expected.png:
* platform/gtk/fast/text/hyphenate-limit-lines-expected.txt:
* platform/gtk/fast/text/hyphenate-locale-expected.png:
* platform/gtk/fast/text/hyphenate-locale-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsChangeLog">releases/WebKitGTK/webkit-2.12/LayoutTests/ChangeLog</a></li>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsplatformgtkTestExpectations">releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatecharacterexpectedpng">releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-character-expected.png</a></li>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatecharacterexpectedtxt">releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-character-expected.txt</a></li>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatefirstwordexpectedpng">releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-first-word-expected.png</a></li>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatefirstwordexpectedtxt">releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-first-word-expected.txt</a></li>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelimitbeforeafterexpectedpng">releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-before-after-expected.png</a></li>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelimitbeforeafterexpectedtxt">releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-before-after-expected.txt</a></li>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelimitlinesexpectedpng">releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-lines-expected.png</a></li>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelimitlinesexpectedtxt">releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-lines-expected.txt</a></li>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelocaleexpectedpng">releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-locale-expected.png</a></li>
<li><a href="#releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelocaleexpectedtxt">releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-locale-expected.txt</a></li>
<li><a href="#releasesWebKitGTKwebkit212SourceWebCoreChangeLog">releases/WebKitGTK/webkit-2.12/Source/WebCore/ChangeLog</a></li>
<li><a href="#releasesWebKitGTKwebkit212SourceWebCoreplatformtexthyphenHyphenationLibHyphencpp">releases/WebKitGTK/webkit-2.12/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="releasesWebKitGTKwebkit212LayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/ChangeLog (200019 => 200020)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.12/LayoutTests/ChangeLog        2016-04-25 15:39:46 UTC (rev 200019)
+++ releases/WebKitGTK/webkit-2.12/LayoutTests/ChangeLog        2016-04-25 15:41:32 UTC (rev 200020)
</span><span class="lines">@@ -1,3 +1,22 @@
</span><ins>+2016-04-18  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Possible off-by-one in hyphenation code
+        https://bugs.webkit.org/show_bug.cgi?id=156661
+
+        Reviewed by Michael Catanzaro.
+
+        * platform/gtk/TestExpectations: Unskip a test that is now passing.
+        * platform/gtk/fast/text/hyphenate-character-expected.png:
+        * platform/gtk/fast/text/hyphenate-character-expected.txt:
+        * platform/gtk/fast/text/hyphenate-first-word-expected.png:
+        * platform/gtk/fast/text/hyphenate-first-word-expected.txt:
+        * platform/gtk/fast/text/hyphenate-limit-before-after-expected.png:
+        * platform/gtk/fast/text/hyphenate-limit-before-after-expected.txt:
+        * platform/gtk/fast/text/hyphenate-limit-lines-expected.png:
+        * platform/gtk/fast/text/hyphenate-limit-lines-expected.txt:
+        * platform/gtk/fast/text/hyphenate-locale-expected.png:
+        * platform/gtk/fast/text/hyphenate-locale-expected.txt:
+
</ins><span class="cx"> 2016-04-18  Brent Fulgham  &lt;bfulgham@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove support for X-Frame-Options in `&lt;meta&gt;`
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit212LayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/TestExpectations (200019 => 200020)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/TestExpectations        2016-04-25 15:39:46 UTC (rev 200019)
+++ releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/TestExpectations        2016-04-25 15:41:32 UTC (rev 200020)
</span><span class="lines">@@ -2371,8 +2371,6 @@
</span><span class="cx"> webkit.org/b/143471 canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ]
</span><span class="cx"> webkit.org/b/143871 svg/W3C-SVG-1.1-SE/linking-uri-01-b.svg [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/143924 fast/text/hyphen-min-preferred-width.html [ Skip ]
-
</del><span class="cx"> webkit.org/b/144575 http/tests/loading/promote-img-preload-priority.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/144673 fast/forms/button-line-height.html [ ImageOnlyFailure ]
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatecharacterexpectedpng"></a>
<div class="binary"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-character-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatecharacterexpectedtxt"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-character-expected.txt (200019 => 200020)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-character-expected.txt        2016-04-25 15:39:46 UTC (rev 200019)
+++ releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-character-expected.txt        2016-04-25 15:41:32 UTC (rev 200020)
</span><span class="lines">@@ -17,18 +17,18 @@
</span><span class="cx">           RenderText {#text} at (7,7) size 330x200
</span><span class="cx">             text run at (7,7) width 245: &quot;The chief difficulty Alice found&quot;
</span><span class="cx">             text run at (7,27) width 245: &quot;at first was in managing her&quot;
</span><del>-            text run at (7,47) width 245: &quot;flamingo: she succeeded in ge&quot; + hyphen string &quot;\x{2010}&quot;
-            text run at (7,67) width 222: &quot;tting its body tucked away, &quot;
-            text run at (229,67) width 23: &quot;co&quot; + hyphen string &quot;\x{2010}&quot;
-            text run at (7,87) width 245: &quot;mfortably enough, under her&quot;
-            text run at (7,107) width 248: &quot;arm, with its legs hanging down, &quot;
-            text run at (254,107) width 83: &quot;but genera&quot; + hyphen string &quot;\x{2010}&quot;
-            text run at (7,127) width 330: &quot;lly, just as she had got its neck nicely&quot;
-            text run at (7,147) width 96: &quot;straightened &quot;
-            text run at (102,147) width 235: &quot;out, and was going to give the&quot;
-            text run at (7,167) width 285: &quot;hedgehog a blow with its head, it &quot;
-            text run at (292,167) width 45: &quot;would&quot;
-            text run at (7,187) width 314: &quot;twist itself round and look up in her face\x{2026}&quot;
</del><ins>+            text run at (7,47) width 245: &quot;flamingo: she succeeded in get&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,67) width 208: &quot;ting its body tucked away, &quot;
+            text run at (215,67) width 37: &quot;com&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,87) width 245: &quot;fortably enough, under her arm,&quot;
+            text run at (7,107) width 226: &quot;with its legs hanging down, &quot;
+            text run at (233,107) width 104: &quot;but generally,&quot;
+            text run at (7,127) width 330: &quot;just as she had got its neck nicely straight&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,147) width 42: &quot;ened &quot;
+            text run at (48,147) width 289: &quot;out, and was going to give the hedge&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,167) width 204: &quot;hog a blow with its head, it &quot;
+            text run at (211,167) width 126: &quot;would twist itself&quot;
+            text run at (7,187) width 233: &quot;round and look up in her face\x{2026}&quot;
</ins><span class="cx">       RenderBlock (floating) {DIV} at (356,0) size 344x264
</span><span class="cx">         RenderBlock {P} at (0,16) size 344x18
</span><span class="cx">           RenderText {#text} at (0,0) size 81x17
</span><span class="lines">@@ -43,18 +43,18 @@
</span><span class="cx">           RenderText {#text} at (7,7) size 330x200
</span><span class="cx">             text run at (7,7) width 245: &quot;The chief difficulty Alice found&quot;
</span><span class="cx">             text run at (7,27) width 245: &quot;at first was in managing her&quot;
</span><del>-            text run at (7,47) width 245: &quot;flamingo: she succeeded in ge&quot; + hyphen string &quot;\x{2010}&quot;
-            text run at (7,67) width 222: &quot;tting its body tucked away, &quot;
-            text run at (229,67) width 23: &quot;co&quot; + hyphen string &quot;\x{2010}&quot;
-            text run at (7,87) width 245: &quot;mfortably enough, under her&quot;
-            text run at (7,107) width 248: &quot;arm, with its legs hanging down, &quot;
-            text run at (254,107) width 83: &quot;but genera&quot; + hyphen string &quot;\x{2010}&quot;
-            text run at (7,127) width 330: &quot;lly, just as she had got its neck nicely&quot;
-            text run at (7,147) width 96: &quot;straightened &quot;
-            text run at (102,147) width 235: &quot;out, and was going to give the&quot;
-            text run at (7,167) width 285: &quot;hedgehog a blow with its head, it &quot;
-            text run at (292,167) width 45: &quot;would&quot;
-            text run at (7,187) width 314: &quot;twist itself round and look up in her face\x{2026}&quot;
</del><ins>+            text run at (7,47) width 245: &quot;flamingo: she succeeded in get&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,67) width 208: &quot;ting its body tucked away, &quot;
+            text run at (215,67) width 37: &quot;com&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,87) width 245: &quot;fortably enough, under her arm,&quot;
+            text run at (7,107) width 226: &quot;with its legs hanging down, &quot;
+            text run at (233,107) width 104: &quot;but generally,&quot;
+            text run at (7,127) width 330: &quot;just as she had got its neck nicely straight&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,147) width 42: &quot;ened &quot;
+            text run at (48,147) width 289: &quot;out, and was going to give the hedge&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,167) width 204: &quot;hog a blow with its head, it &quot;
+            text run at (211,167) width 126: &quot;would twist itself&quot;
+            text run at (7,187) width 233: &quot;round and look up in her face\x{2026}&quot;
</ins><span class="cx">       RenderBlock (floating) {DIV} at (4,264) size 344x264
</span><span class="cx">         RenderBlock {P} at (0,16) size 344x18
</span><span class="cx">           RenderText {#text} at (0,0) size 47x17
</span><span class="lines">@@ -69,18 +69,18 @@
</span><span class="cx">           RenderText {#text} at (7,7) size 330x200
</span><span class="cx">             text run at (7,7) width 245: &quot;The chief difficulty Alice found&quot;
</span><span class="cx">             text run at (7,27) width 245: &quot;at first was in managing her&quot;
</span><del>-            text run at (7,47) width 245: &quot;flamingo: she succeeded in ge&quot; + hyphen string &quot;\x{2022}&quot;
-            text run at (7,67) width 222: &quot;tting its body tucked away, &quot;
-            text run at (229,67) width 23: &quot;co&quot; + hyphen string &quot;\x{2022}&quot;
-            text run at (7,87) width 245: &quot;mfortably enough, under her&quot;
-            text run at (7,107) width 248: &quot;arm, with its legs hanging down, &quot;
-            text run at (254,107) width 83: &quot;but genera&quot; + hyphen string &quot;\x{2022}&quot;
-            text run at (7,127) width 330: &quot;lly, just as she had got its neck nicely&quot;
-            text run at (7,147) width 96: &quot;straightened &quot;
-            text run at (102,147) width 235: &quot;out, and was going to give the&quot;
-            text run at (7,167) width 285: &quot;hedgehog a blow with its head, it &quot;
-            text run at (292,167) width 45: &quot;would&quot;
-            text run at (7,187) width 314: &quot;twist itself round and look up in her face\x{2026}&quot;
</del><ins>+            text run at (7,47) width 245: &quot;flamingo: she succeeded in get&quot; + hyphen string &quot;\x{2022}&quot;
+            text run at (7,67) width 208: &quot;ting its body tucked away, &quot;
+            text run at (215,67) width 37: &quot;com&quot; + hyphen string &quot;\x{2022}&quot;
+            text run at (7,87) width 245: &quot;fortably enough, under her arm,&quot;
+            text run at (7,107) width 226: &quot;with its legs hanging down, &quot;
+            text run at (233,107) width 104: &quot;but generally,&quot;
+            text run at (7,127) width 330: &quot;just as she had got its neck nicely straight&quot; + hyphen string &quot;\x{2022}&quot;
+            text run at (7,147) width 42: &quot;ened &quot;
+            text run at (48,147) width 289: &quot;out, and was going to give the hedge&quot; + hyphen string &quot;\x{2022}&quot;
+            text run at (7,167) width 204: &quot;hog a blow with its head, it &quot;
+            text run at (211,167) width 126: &quot;would twist itself&quot;
+            text run at (7,187) width 233: &quot;round and look up in her face\x{2026}&quot;
</ins><span class="cx">       RenderBlock (floating) {DIV} at (356,264) size 357x264
</span><span class="cx">         RenderBlock {P} at (0,16) size 357x18
</span><span class="cx">           RenderText {#text} at (0,0) size 136x17
</span><span class="lines">@@ -95,15 +95,15 @@
</span><span class="cx">           RenderText {#text} at (7,7) size 330x200
</span><span class="cx">             text run at (7,7) width 245: &quot;The chief difficulty Alice found&quot;
</span><span class="cx">             text run at (7,27) width 245: &quot;at first was in managing her&quot;
</span><del>-            text run at (7,47) width 245: &quot;flamingo: she succeeded in ge&quot; + hyphen string &quot;\x{B7}~&quot;
-            text run at (7,67) width 213: &quot;tting its body tucked away, &quot;
-            text run at (220,67) width 32: &quot;co&quot; + hyphen string &quot;\x{B7}~&quot;
-            text run at (7,87) width 245: &quot;mfortably enough, under her&quot;
-            text run at (7,107) width 252: &quot;arm, with its legs hanging down, &quot;
-            text run at (258,107) width 79: &quot;but gene&quot; + hyphen string &quot;\x{B7}~&quot;
-            text run at (7,127) width 330: &quot;rally, just as she had got its neck nicely&quot;
-            text run at (7,147) width 96: &quot;straightened &quot;
-            text run at (102,147) width 235: &quot;out, and was going to give the&quot;
-            text run at (7,167) width 285: &quot;hedgehog a blow with its head, it &quot;
-            text run at (292,167) width 45: &quot;would&quot;
-            text run at (7,187) width 314: &quot;twist itself round and look up in her face\x{2026}&quot;
</del><ins>+            text run at (7,47) width 245: &quot;flamingo: she succeeded in get&quot; + hyphen string &quot;\x{B7}~&quot;
+            text run at (7,67) width 199: &quot;ting its body tucked away, &quot;
+            text run at (206,67) width 46: &quot;com&quot; + hyphen string &quot;\x{B7}~&quot;
+            text run at (7,87) width 245: &quot;fortably enough, under her arm,&quot;
+            text run at (7,107) width 226: &quot;with its legs hanging down, &quot;
+            text run at (233,107) width 104: &quot;but generally,&quot;
+            text run at (7,127) width 330: &quot;just as she had got its neck nicely straight&quot; + hyphen string &quot;\x{B7}~&quot;
+            text run at (7,147) width 40: &quot;ened &quot;
+            text run at (47,147) width 290: &quot;out, and was going to give the hedge&quot; + hyphen string &quot;\x{B7}~&quot;
+            text run at (7,167) width 204: &quot;hog a blow with its head, it &quot;
+            text run at (211,167) width 126: &quot;would twist itself&quot;
+            text run at (7,187) width 233: &quot;round and look up in her face\x{2026}&quot;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatefirstwordexpectedpng"></a>
<div class="binary"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-first-word-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatefirstwordexpectedtxt"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-first-word-expected.txt (200019 => 200020)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-first-word-expected.txt        2016-04-25 15:39:46 UTC (rev 200019)
+++ releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-first-word-expected.txt        2016-04-25 15:41:32 UTC (rev 200020)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 226x327 [border: (3px solid #000000)]
</span><del>-        RenderText {#text} at (3,3) size 193x321
-          text run at (3,3) width 193: &quot;decl&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (3,110) width 107: &quot;in&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (3,217) width 193: &quot;ation&quot;
</del><ins>+        RenderText {#text} at (3,3) size 177x321
+          text run at (3,3) width 166: &quot;dec&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,110) width 177: &quot;lina&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,217) width 150: &quot;tion&quot;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelimitbeforeafterexpectedpng"></a>
<div class="binary"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-before-after-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelimitbeforeafterexpectedtxt"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-before-after-expected.txt (200019 => 200020)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-before-after-expected.txt        2016-04-25 15:39:46 UTC (rev 200019)
+++ releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-before-after-expected.txt        2016-04-25 15:41:32 UTC (rev 200020)
</span><span class="lines">@@ -4,28 +4,27 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {DIV} at (8,25) size 126x40 [border: (3px solid #000000)]
</span><del>-        RenderText {#text} at (3,3) size 98x34
-          text run at (3,3) width 96: &quot;There is remar&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (3,20) width 98: &quot;kable evidence.&quot;
</del><ins>+        RenderText {#text} at (3,3) size 104x34
+          text run at (3,3) width 104: &quot;There is remark&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,20) width 90: &quot;able evidence.&quot;
</ins><span class="cx">       RenderText {#text} at (142,45) size 4x17
</span><span class="cx">         text run at (142,45) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {DIV} at (154,25) size 126x40 [border: (3px solid #000000)]
</span><del>-        RenderText {#text} at (3,3) size 98x34
-          text run at (3,3) width 96: &quot;There is remar&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (3,20) width 98: &quot;kable evidence.&quot;
</del><ins>+        RenderText {#text} at (3,3) size 104x34
+          text run at (3,3) width 104: &quot;There is remark&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,20) width 90: &quot;able evidence.&quot;
</ins><span class="cx">       RenderText {#text} at (288,45) size 4x17
</span><span class="cx">         text run at (288,45) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {DIV} at (300,25) size 126x40 [border: (3px solid #000000)]
</span><del>-        RenderText {#text} at (3,3) size 98x34
-          text run at (3,3) width 96: &quot;There is remar&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (3,20) width 98: &quot;kable evidence.&quot;
</del><ins>+        RenderText {#text} at (3,3) size 104x34
+          text run at (3,3) width 104: &quot;There is remark&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,20) width 90: &quot;able evidence.&quot;
</ins><span class="cx">       RenderText {#text} at (434,45) size 4x17
</span><span class="cx">         text run at (434,45) width 4: &quot; &quot;
</span><del>-      RenderBlock {DIV} at (446,8) size 126x57 [border: (3px solid #000000)]
-        RenderText {#text} at (3,3) size 70x51
-          text run at (3,3) width 51: &quot;There is&quot;
-          text run at (3,20) width 70: &quot;remarkable&quot;
-          text run at (3,37) width 60: &quot;evidence.&quot;
</del><ins>+      RenderBlock {DIV} at (446,25) size 126x40 [border: (3px solid #000000)]
+        RenderText {#text} at (3,3) size 104x34
+          text run at (3,3) width 104: &quot;There is remark&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,20) width 90: &quot;able evidence.&quot;
</ins><span class="cx">       RenderText {#text} at (580,45) size 4x17
</span><span class="cx">         text run at (580,45) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock {DIV} at (592,8) size 126x57 [border: (3px solid #000000)]
</span><span class="lines">@@ -35,32 +34,34 @@
</span><span class="cx">           text run at (3,37) width 60: &quot;evidence.&quot;
</span><span class="cx">       RenderText {#text} at (726,45) size 4x17
</span><span class="cx">         text run at (726,45) width 4: &quot; &quot;
</span><del>-      RenderBlock {DIV} at (8,81) size 126x40 [border: (3px solid #000000)]
-        RenderText {#text} at (3,3) size 98x34
-          text run at (3,3) width 96: &quot;There is remar&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (3,20) width 98: &quot;kable evidence.&quot;
-      RenderText {#text} at (142,101) size 4x17
-        text run at (142,101) width 4: &quot; &quot;
-      RenderBlock {DIV} at (154,81) size 126x40 [border: (3px solid #000000)]
-        RenderText {#text} at (3,3) size 98x34
-          text run at (3,3) width 96: &quot;There is remar&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (3,20) width 98: &quot;kable evidence.&quot;
-      RenderText {#text} at (288,101) size 4x17
-        text run at (288,101) width 4: &quot; &quot;
-      RenderBlock {DIV} at (300,81) size 126x40 [border: (3px solid #000000)]
-        RenderText {#text} at (3,3) size 98x34
-          text run at (3,3) width 96: &quot;There is remar&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (3,20) width 98: &quot;kable evidence.&quot;
-      RenderText {#text} at (434,101) size 4x17
-        text run at (434,101) width 4: &quot; &quot;
-      RenderBlock {DIV} at (446,81) size 126x40 [border: (3px solid #000000)]
-        RenderText {#text} at (3,3) size 98x34
-          text run at (3,3) width 96: &quot;There is remar&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (3,20) width 98: &quot;kable evidence.&quot;
-      RenderText {#text} at (580,101) size 4x17
-        text run at (580,101) width 4: &quot; &quot;
-      RenderBlock {DIV} at (592,81) size 126x40 [border: (3px solid #000000)]
-        RenderText {#text} at (3,3) size 98x34
-          text run at (3,3) width 96: &quot;There is remar&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (3,20) width 98: &quot;kable evidence.&quot;
</del><ins>+      RenderBlock {DIV} at (8,98) size 126x40 [border: (3px solid #000000)]
+        RenderText {#text} at (3,3) size 104x34
+          text run at (3,3) width 104: &quot;There is remark&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,20) width 90: &quot;able evidence.&quot;
+      RenderText {#text} at (142,118) size 4x17
+        text run at (142,118) width 4: &quot; &quot;
+      RenderBlock {DIV} at (154,98) size 126x40 [border: (3px solid #000000)]
+        RenderText {#text} at (3,3) size 104x34
+          text run at (3,3) width 104: &quot;There is remark&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,20) width 90: &quot;able evidence.&quot;
+      RenderText {#text} at (288,118) size 4x17
+        text run at (288,118) width 4: &quot; &quot;
+      RenderBlock {DIV} at (300,98) size 126x40 [border: (3px solid #000000)]
+        RenderText {#text} at (3,3) size 104x34
+          text run at (3,3) width 104: &quot;There is remark&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,20) width 90: &quot;able evidence.&quot;
+      RenderText {#text} at (434,118) size 4x17
+        text run at (434,118) width 4: &quot; &quot;
+      RenderBlock {DIV} at (446,81) size 126x57 [border: (3px solid #000000)]
+        RenderText {#text} at (3,3) size 86x51
+          text run at (3,3) width 72: &quot;There is re&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,20) width 86: &quot;markable evi&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,37) width 41: &quot;dence.&quot;
+      RenderText {#text} at (580,118) size 4x17
+        text run at (580,118) width 4: &quot; &quot;
+      RenderBlock {DIV} at (592,81) size 126x57 [border: (3px solid #000000)]
+        RenderText {#text} at (3,3) size 98x51
+          text run at (3,3) width 51: &quot;There is&quot;
+          text run at (3,20) width 98: &quot;remarkable evi&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (3,37) width 41: &quot;dence.&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelimitlinesexpectedpng"></a>
<div class="binary"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-lines-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelimitlinesexpectedtxt"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-lines-expected.txt (200019 => 200020)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-lines-expected.txt        2016-04-25 15:39:46 UTC (rev 200019)
+++ releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-limit-lines-expected.txt        2016-04-25 15:41:32 UTC (rev 200020)
</span><span class="lines">@@ -1,84 +1,63 @@
</span><del>-layer at (0,0) size 785x969
</del><ins>+layer at (0,0) size 785x998
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x969
-  RenderBlock {HTML} at (0,0) size 785x969
</del><ins>+layer at (0,0) size 785x998
+  RenderBlock {HTML} at (0,0) size 785x998
</ins><span class="cx">     RenderBody {BODY} at (8,8) size 769x584
</span><del>-      RenderBlock (floating) {DIV} at (4,0) size 202x466 [border: (1px solid #ADD8E6)]
-        RenderText {#text} at (1,1) size 200x464
</del><ins>+      RenderBlock (floating) {DIV} at (4,0) size 202x495 [border: (1px solid #ADD8E6)]
+        RenderText {#text} at (1,1) size 200x493
</ins><span class="cx">           text run at (1,1) width 200: &quot;also the division of&quot;
</span><span class="cx">           text run at (1,30) width 200: &quot;the mind into the&quot;
</span><del>-          text run at (1,59) width 200: &quot;rational, concupi&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,88) width 141: &quot;scent, and &quot;
-          text run at (142,88) width 59: &quot;irasc&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,117) width 200: &quot;ible elements, or&quot;
-          text run at (1,146) width 200: &quot;of pleasures and&quot;
-          text run at (1,175) width 200: &quot;desires into nece&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,204) width 116: &quot;ssary and &quot;
-          text run at (117,204) width 84: &quot;unnece&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,233) width 200: &quot;ssary\x{2014}these and&quot;
</del><ins>+          text run at (1,59) width 200: &quot;rational, concupis&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,88) width 111: &quot;cent, and &quot;
+          text run at (112,88) width 89: &quot;irascible&quot;
+          text run at (1,117) width 200: &quot;elements, or of&quot;
+          text run at (1,146) width 200: &quot;pleasures and de&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,175) width 200: &quot;sires into neces&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,204) width 106: &quot;sary and &quot;
+          text run at (107,204) width 94: &quot;unneces&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,233) width 200: &quot;sary\x{2014}these and&quot;
</ins><span class="cx">           text run at (1,262) width 200: &quot;other great forms&quot;
</span><span class="cx">           text run at (1,291) width 200: &quot;of thought are all&quot;
</span><span class="cx">           text run at (1,320) width 128: &quot;of them &quot;
</span><span class="cx">           text run at (129,320) width 72: &quot;to be&quot;
</span><del>-          text run at (1,349) width 200: &quot;found in the Repu&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,378) width 200: &quot;blic, and were&quot;
-          text run at (1,407) width 200: &quot;probably first&quot;
-          text run at (1,436) width 130: &quot;invented by &quot;
-          text run at (131,436) width 60: &quot;Plato.&quot;
-      RenderBlock (floating) {DIV} at (214,0) size 202x466 [border: (1px solid #ADD8E6)]
-        RenderText {#text} at (1,1) size 200x464
</del><ins>+          text run at (1,349) width 200: &quot;found in the&quot;
+          text run at (1,378) width 200: &quot;Republic, and&quot;
+          text run at (1,407) width 200: &quot;were probably&quot;
+          text run at (1,436) width 200: &quot;first invented by&quot;
+          text run at (1,465) width 60: &quot;Plato.&quot;
+      RenderBlock (floating) {DIV} at (214,0) size 202x495 [border: (1px solid #ADD8E6)]
+        RenderText {#text} at (1,1) size 200x493
</ins><span class="cx">           text run at (1,1) width 200: &quot;also the division of&quot;
</span><span class="cx">           text run at (1,30) width 200: &quot;the mind into the&quot;
</span><del>-          text run at (1,59) width 200: &quot;rational, concupi&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,88) width 141: &quot;scent, and &quot;
-          text run at (142,88) width 59: &quot;irasc&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,117) width 200: &quot;ible elements, or&quot;
-          text run at (1,146) width 200: &quot;of pleasures and&quot;
-          text run at (1,175) width 200: &quot;desires into nece&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,204) width 116: &quot;ssary and &quot;
-          text run at (117,204) width 84: &quot;unnece&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,233) width 200: &quot;ssary\x{2014}these and&quot;
</del><ins>+          text run at (1,59) width 200: &quot;rational, concupis&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,88) width 111: &quot;cent, and &quot;
+          text run at (112,88) width 89: &quot;irascible&quot;
+          text run at (1,117) width 200: &quot;elements, or of&quot;
+          text run at (1,146) width 200: &quot;pleasures and de&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,175) width 200: &quot;sires into neces&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,204) width 106: &quot;sary and &quot;
+          text run at (107,204) width 94: &quot;unneces&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,233) width 200: &quot;sary\x{2014}these and&quot;
</ins><span class="cx">           text run at (1,262) width 200: &quot;other great forms&quot;
</span><span class="cx">           text run at (1,291) width 200: &quot;of thought are all&quot;
</span><span class="cx">           text run at (1,320) width 128: &quot;of them &quot;
</span><span class="cx">           text run at (129,320) width 72: &quot;to be&quot;
</span><del>-          text run at (1,349) width 200: &quot;found in the Repu&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,378) width 200: &quot;blic, and were&quot;
-          text run at (1,407) width 200: &quot;probably first&quot;
-          text run at (1,436) width 130: &quot;invented by &quot;
-          text run at (131,436) width 60: &quot;Plato.&quot;
-      RenderBlock (floating) {DIV} at (424,0) size 202x466 [border: (1px solid #ADD8E6)]
-        RenderText {#text} at (1,1) size 200x464
-          text run at (1,1) width 200: &quot;also the division of&quot;
-          text run at (1,30) width 200: &quot;the mind into the&quot;
-          text run at (1,59) width 200: &quot;rational, concupi&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,88) width 141: &quot;scent, and &quot;
-          text run at (142,88) width 59: &quot;irasc&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,117) width 200: &quot;ible elements, or&quot;
-          text run at (1,146) width 200: &quot;of pleasures and&quot;
-          text run at (1,175) width 200: &quot;desires into nece&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,204) width 116: &quot;ssary and &quot;
-          text run at (117,204) width 84: &quot;unnece&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,233) width 200: &quot;ssary\x{2014}these and&quot;
-          text run at (1,262) width 200: &quot;other great forms&quot;
-          text run at (1,291) width 200: &quot;of thought are all&quot;
-          text run at (1,320) width 128: &quot;of them &quot;
-          text run at (129,320) width 72: &quot;to be&quot;
-          text run at (1,349) width 200: &quot;found in the Repu&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,378) width 200: &quot;blic, and were&quot;
-          text run at (1,407) width 200: &quot;probably first&quot;
-          text run at (1,436) width 130: &quot;invented by &quot;
-          text run at (131,436) width 60: &quot;Plato.&quot;
-      RenderBlock (floating) {DIV} at (4,466) size 202x495 [border: (1px solid #ADD8E6)]
</del><ins>+          text run at (1,349) width 200: &quot;found in the&quot;
+          text run at (1,378) width 200: &quot;Republic, and&quot;
+          text run at (1,407) width 200: &quot;were probably&quot;
+          text run at (1,436) width 200: &quot;first invented by&quot;
+          text run at (1,465) width 60: &quot;Plato.&quot;
+      RenderBlock (floating) {DIV} at (424,0) size 202x495 [border: (1px solid #ADD8E6)]
</ins><span class="cx">         RenderText {#text} at (1,1) size 200x493
</span><span class="cx">           text run at (1,1) width 200: &quot;also the division of&quot;
</span><span class="cx">           text run at (1,30) width 200: &quot;the mind into the&quot;
</span><del>-          text run at (1,59) width 200: &quot;rational, concupi&quot; + hyphen string &quot;\x{2010}&quot;
-          text run at (1,88) width 200: &quot;scent, and&quot;
-          text run at (1,117) width 200: &quot;irascible elements,&quot;
-          text run at (1,146) width 200: &quot;or of pleasures&quot;
-          text run at (1,175) width 200: &quot;and desires into&quot;
-          text run at (1,204) width 200: &quot;necessary and&quot;
</del><ins>+          text run at (1,59) width 200: &quot;rational, concupis&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,88) width 111: &quot;cent, and &quot;
+          text run at (112,88) width 89: &quot;irascible&quot;
+          text run at (1,117) width 200: &quot;elements, or of&quot;
+          text run at (1,146) width 200: &quot;pleasures and de&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,175) width 200: &quot;sires into neces&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,204) width 200: &quot;sary and&quot;
</ins><span class="cx">           text run at (1,233) width 155: &quot;unnecessary\x{2014}&quot;
</span><span class="cx">           text run at (1,262) width 200: &quot;these and other&quot;
</span><span class="cx">           text run at (1,291) width 200: &quot;great forms of&quot;
</span><span class="lines">@@ -89,10 +68,32 @@
</span><span class="cx">           text run at (1,407) width 200: &quot;and were probably&quot;
</span><span class="cx">           text run at (1,436) width 200: &quot;first invented by&quot;
</span><span class="cx">           text run at (1,465) width 60: &quot;Plato.&quot;
</span><del>-      RenderBlock (floating) {DIV} at (214,466) size 202x495 [border: (1px solid #ADD8E6)]
</del><ins>+      RenderBlock (floating) {DIV} at (4,495) size 202x495 [border: (1px solid #ADD8E6)]
</ins><span class="cx">         RenderText {#text} at (1,1) size 200x493
</span><span class="cx">           text run at (1,1) width 200: &quot;also the division of&quot;
</span><span class="cx">           text run at (1,30) width 200: &quot;the mind into the&quot;
</span><ins>+          text run at (1,59) width 200: &quot;rational, concupis&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,88) width 111: &quot;cent, and &quot;
+          text run at (112,88) width 89: &quot;irascible&quot;
+          text run at (1,117) width 200: &quot;elements, or of&quot;
+          text run at (1,146) width 200: &quot;pleasures and de&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,175) width 200: &quot;sires into&quot;
+          text run at (1,204) width 165: &quot;necessary and &quot;
+          text run at (166,204) width 35: &quot;un&quot; + hyphen string &quot;\x{2010}&quot;
+          text run at (1,233) width 183: &quot;necessary\x{2014}these&quot;
+          text run at (1,262) width 200: &quot;and other great&quot;
+          text run at (1,291) width 200: &quot;forms of thought&quot;
+          text run at (1,320) width 180: &quot;are all of them &quot;
+          text run at (181,320) width 20: &quot;to&quot;
+          text run at (1,349) width 200: &quot;be found in the&quot;
+          text run at (1,378) width 200: &quot;Republic, and&quot;
+          text run at (1,407) width 200: &quot;were probably&quot;
+          text run at (1,436) width 200: &quot;first invented by&quot;
+          text run at (1,465) width 60: &quot;Plato.&quot;
+      RenderBlock (floating) {DIV} at (214,495) size 202x495 [border: (1px solid #ADD8E6)]
+        RenderText {#text} at (1,1) size 200x493
+          text run at (1,1) width 200: &quot;also the division of&quot;
+          text run at (1,30) width 200: &quot;the mind into the&quot;
</ins><span class="cx">           text run at (1,59) width 87: &quot;rational,&quot;
</span><span class="cx">           text run at (1,88) width 200: &quot;concupiscent, and&quot;
</span><span class="cx">           text run at (1,117) width 200: &quot;irascible elements,&quot;
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelocaleexpectedpng"></a>
<div class="binary"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-locale-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit212LayoutTestsplatformgtkfasttexthyphenatelocaleexpectedtxt"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-locale-expected.txt (200019 => 200020)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-locale-expected.txt        2016-04-25 15:39:46 UTC (rev 200019)
+++ releases/WebKitGTK/webkit-2.12/LayoutTests/platform/gtk/fast/text/hyphenate-locale-expected.txt        2016-04-25 15:41:32 UTC (rev 200020)
</span><span class="lines">@@ -8,13 +8,13 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 158x40
</span><span class="cx">             text run at (0,0) width 158: &quot;throughout&quot;
</span><span class="cx">         RenderBlock {DIV} at (0,40) size 130x80
</span><del>-          RenderText {#text} at (0,0) size 106x80
-            text run at (0,0) width 106: &quot;throug&quot; + hyphen string &quot;\x{2010}&quot;
-            text run at (0,40) width 64: &quot;hout&quot;
</del><ins>+          RenderText {#text} at (0,0) size 124x80
+            text run at (0,0) width 124: &quot;through&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (0,40) width 46: &quot;out&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,120) size 130x80
</span><del>-          RenderText {#text} at (0,0) size 106x80
-            text run at (0,0) width 106: &quot;throug&quot; + hyphen string &quot;\x{2010}&quot;
-            text run at (0,40) width 64: &quot;hout&quot;
</del><ins>+          RenderText {#text} at (0,0) size 124x80
+            text run at (0,0) width 124: &quot;through&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (0,40) width 46: &quot;out&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,200) size 130x40
</span><span class="cx">           RenderText {#text} at (0,0) size 158x40
</span><span class="cx">             text run at (0,0) width 158: &quot;throughout&quot;
</span><span class="lines">@@ -26,17 +26,17 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 156x40
</span><span class="cx">             text run at (0,0) width 156: &quot;reciprocity&quot;
</span><span class="cx">         RenderBlock {DIV} at (0,40) size 135x80
</span><del>-          RenderText {#text} at (0,0) size 114x80
-            text run at (0,0) width 114: &quot;recipro&quot; + hyphen string &quot;\x{2010}&quot;
-            text run at (0,40) width 54: &quot;city&quot;
</del><ins>+          RenderText {#text} at (0,0) size 130x80
+            text run at (0,0) width 130: &quot;reciproc&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (0,40) width 38: &quot;ity&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,120) size 135x80
</span><ins>+          RenderText {#text} at (0,0) size 130x80
+            text run at (0,0) width 130: &quot;reciproc&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (0,40) width 38: &quot;ity&quot;
+        RenderBlock {DIV} at (0,200) size 135x80
</ins><span class="cx">           RenderText {#text} at (0,0) size 114x80
</span><span class="cx">             text run at (0,0) width 114: &quot;recipro&quot; + hyphen string &quot;\x{2010}&quot;
</span><span class="cx">             text run at (0,40) width 54: &quot;city&quot;
</span><del>-        RenderBlock {DIV} at (0,200) size 135x80
-          RenderText {#text} at (0,0) size 96x80
-            text run at (0,0) width 96: &quot;recipr&quot; + hyphen string &quot;\x{2010}&quot;
-            text run at (0,40) width 72: &quot;ocity&quot;
</del><span class="cx">         RenderBlock {DIV} at (0,280) size 135x40
</span><span class="cx">           RenderText {#text} at (0,0) size 156x40
</span><span class="cx">             text run at (0,0) width 156: &quot;reciprocity&quot;
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit212SourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.12/Source/WebCore/ChangeLog (200019 => 200020)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.12/Source/WebCore/ChangeLog        2016-04-25 15:39:46 UTC (rev 200019)
+++ releases/WebKitGTK/webkit-2.12/Source/WebCore/ChangeLog        2016-04-25 15:41:32 UTC (rev 200020)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2016-04-18  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
+        [GTK] Possible off-by-one in hyphenation code
+        https://bugs.webkit.org/show_bug.cgi?id=156661
+
+        Reviewed by Michael Catanzaro.
+
+        No new tests. This is covered by older tests.
+
+        * platform/text/hyphen/HyphenationLibHyphen.cpp:
+        (WebCore::lastHyphenLocation): Fix an off by one error in hyphen location.
+
</ins><span class="cx"> 2016-04-18  Brent Fulgham  &lt;bfulgham@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove support for X-Frame-Options in `&lt;meta&gt;`
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit212SourceWebCoreplatformtexthyphenHyphenationLibHyphencpp"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.12/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp (200019 => 200020)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.12/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp        2016-04-25 15:39:46 UTC (rev 200019)
+++ releases/WebKitGTK/webkit-2.12/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp        2016-04-25 15:41:32 UTC (rev 200020)
</span><span class="lines">@@ -256,11 +256,11 @@
</span><span class="cx">         free(positions);
</span><span class="cx">         free(removedCharacterCounts);
</span><span class="cx"> 
</span><del>-        for (int i = beforeIndex - leadingSpaceCharacters - 1; i &gt;= 0; i--) {
</del><ins>+        for (int i = beforeIndex - leadingSpaceCharacters - 2; i &gt;= 0; i--) {
</ins><span class="cx">             // libhyphen will put an odd number in hyphenArrayData at all
</span><span class="cx">             // hyphenation points. A number &amp; 1 will be true for odd numbers.
</span><span class="cx">             if (hyphenArrayData[i] &amp; 1)
</span><del>-                return i + leadingSpaceCharacters;
</del><ins>+                return i + 1 + leadingSpaceCharacters;
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>