<!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>[180159] trunk/LayoutTests</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/180159">180159</a></dd>
<dt>Author</dt> <dd>mmaxfield@apple.com</dd>
<dt>Date</dt> <dd>2015-02-16 11:05:06 -0800 (Mon, 16 Feb 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update editing/selection/move-by-word-visually-mac.html after <a href="http://trac.webkit.org/projects/webkit/changeset/177774">r177774</a>
https://bugs.webkit.org/show_bug.cgi?id=141609

Reviewed by Alexey Proskuryakov.

Line break occurs in a different place, so option-left and option-right
have slightly different behavior.

* editing/selection/move-by-word-visually-mac.html:
* editing/selection/move-by-word-visually-mac-expected.txt:
* platform/mac/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestseditingselectionmovebywordvisuallymacexpectedtxt">trunk/LayoutTests/editing/selection/move-by-word-visually-mac-expected.txt</a></li>
<li><a href="#trunkLayoutTestseditingselectionmovebywordvisuallymachtml">trunk/LayoutTests/editing/selection/move-by-word-visually-mac.html</a></li>
<li><a href="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (180158 => 180159)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-02-16 18:56:06 UTC (rev 180158)
+++ trunk/LayoutTests/ChangeLog        2015-02-16 19:05:06 UTC (rev 180159)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2015-02-16  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        Update editing/selection/move-by-word-visually-mac.html after r177774
+        https://bugs.webkit.org/show_bug.cgi?id=141609
+
+        Reviewed by Alexey Proskuryakov.
+
+        Line break occurs in a different place, so option-left and option-right
+        have slightly different behavior.
+
+        * editing/selection/move-by-word-visually-mac.html:
+        * editing/selection/move-by-word-visually-mac-expected.txt:
+        * platform/mac/TestExpectations:
+
</ins><span class="cx"> 2015-02-12  David Hyatt  &lt;hyatt@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         text-underline-position:under has multiple correctness issues
</span></span></pre></div>
<a id="trunkLayoutTestseditingselectionmovebywordvisuallymacexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-mac-expected.txt (180158 => 180159)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/editing/selection/move-by-word-visually-mac-expected.txt        2015-02-16 18:56:06 UTC (rev 180158)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-mac-expected.txt        2015-02-16 19:05:06 UTC (rev 180159)
</span><span class="lines">@@ -87,9 +87,9 @@
</span><span class="cx"> &quot;opq rst uvw xyz&quot;[15, 12, 8, 4, 0], &quot;abc def ghi jkl mn &quot;[16, 12, 8, 4, 0]
</span><span class="cx"> Test 18, RTL:
</span><span class="cx"> Move left by one word
</span><del>-&quot; abc def AAA AAA hij AAA AAA uvw xyz &quot;[1, 5, 8, 12, 16, 20, 24, 28, 32, 36], &quot;AAA kj AAA mn opq AAA AAA&quot;[3, 6, 10, 13, 17, 21, 25]
</del><ins>+&quot; abc def AAA AAA hij AAA AAA uvw xyz &quot;[1, 5, 8, 12, 16, 20, 24, 28, 33, 36], &quot;AAA kj AAA mn opq AAA AAA&quot;[3, 6, 10, 13, 17, 21, 25]
</ins><span class="cx"> Move right by one word
</span><del>-&quot;AAA kj AAA mn opq AAA AAA&quot;[25, 22, 18, 14, 11, 7, 4, 0], &quot; abc def AAA AAA hij AAA AAA uvw xyz &quot;[33, 29, 25, 21, 17, 13, 9, 4, 1]
</del><ins>+&quot;AAA kj AAA mn opq AAA AAA&quot;[25, 22, 18, 14, 11, 7, 4, 0], &quot; abc def AAA AAA hij AAA AAA uvw xyz &quot;[32, 29, 25, 21, 17, 13, 9, 4, 1]
</ins><span class="cx"> Test 19, LTR:
</span><span class="cx"> Move right by one word
</span><span class="cx"> &quot;abc def    hij opq&quot;[0, 3, 7, 14, 18]
</span></span></pre></div>
<a id="trunkLayoutTestseditingselectionmovebywordvisuallymachtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/editing/selection/move-by-word-visually-mac.html (180158 => 180159)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/editing/selection/move-by-word-visually-mac.html        2015-02-16 18:56:06 UTC (rev 180158)
+++ trunk/LayoutTests/editing/selection/move-by-word-visually-mac.html        2015-02-16 19:05:06 UTC (rev 180159)
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx"> &lt;div style=&quot;font-family:arial;font-size:10px&quot; contenteditable dir=ltr id=&quot;ml_1&quot; class=&quot;test_move_by_word fix_width&quot; title=&quot;[ml_1, 0][ml_1, 3][ml_1, 7][ml_1, 11][ml_1, 15][ml_1, 18][ml_1, 3, 5][ml_1, 7, 5][ml_1, 11, 5][ml_1, 15, 5]|[ml_1, 15, 5][ml_1, 12, 5][ml_1, 8, 5][ml_1, 4, 5][ml_1, 0, 5][ml_1, 16][ml_1, 12][ml_1, 8][ml_1, 4][ml_1, 0]&quot;&gt;abc def ghi jkl mn &lt;br/&gt;&lt;br/&gt;&lt;br/&gt;opq rst uvw xyz&lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;div style=&quot;font-family:arial;font-size:10px&quot; contenteditable dir=rtl id=&quot;ml_12&quot; class=&quot;test_move_by_word fix_width&quot; title=&quot;
</span><del>-[ml_12, 25, 5][ml_12, 22, 5][ml_12, 18, 5][ml_12, 14, 5][ml_12, 11, 5][ml_12, 7, 5][ml_12, 4, 5][ml_12, 0, 5][ml_12, 33][ml_12, 29][ml_12, 25][ml_12, 21][ml_12, 17][ml_12, 13][ml_12, 9][ml_12, 4][ml_12, 1]|[ml_12, 1][ml_12, 5][ml_12, 8][ml_12, 12][ml_12, 16][ml_12, 20][ml_12, 24][ml_12, 28][ml_12, 32][ml_12, 36][ml_12, 3, 5][ml_12, 6, 5][ml_12, 10, 5][ml_12, 13, 5][ml_12, 17, 5][ml_12, 21, 5][ml_12, 25, 5]
</del><ins>+[ml_12, 25, 5][ml_12, 22, 5][ml_12, 18, 5][ml_12, 14, 5][ml_12, 11, 5][ml_12, 7, 5][ml_12, 4, 5][ml_12, 0, 5][ml_12, 32][ml_12, 29][ml_12, 25][ml_12, 21][ml_12, 17][ml_12, 13][ml_12, 9][ml_12, 4][ml_12, 1]|[ml_12, 1][ml_12, 5][ml_12, 8][ml_12, 12][ml_12, 16][ml_12, 20][ml_12, 24][ml_12, 28][ml_12, 33][ml_12, 36][ml_12, 3, 5][ml_12, 6, 5][ml_12, 10, 5][ml_12, 13, 5][ml_12, 17, 5][ml_12, 21, 5][ml_12, 25, 5]
</ins><span class="cx"> &quot;&gt; abc def אאא אאא hij אאא אאא uvw xyz &lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;אאא kj אאא mn opq אאא אאא&lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;!-- test multispaces --&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (180158 => 180159)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2015-02-16 18:56:06 UTC (rev 180158)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2015-02-16 19:05:06 UTC (rev 180159)
</span><span class="lines">@@ -1268,7 +1268,6 @@
</span><span class="cx"> webkit.org/b/139968 compositing/fixed-positioned-pseudo-content-no-compositing.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 editing/pasteboard/5761530-1.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 editing/selection/fake-drag.html [ Failure ]
</span><del>-webkit.org/b/139968 editing/selection/move-by-word-visually-mac.html [ Failure ]
</del><span class="cx"> webkit.org/b/139968 fast/css/content/content-quotes-01.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 fast/css/content/content-quotes-05.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 fast/css/content/content-quotes-07.html [ Failure ]
</span></span></pre>
</div>
</div>

</body>
</html>