<!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>[181242] 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/181242">181242</a></dd>
<dt>Author</dt> <dd>ddkilzer@apple.com</dd>
<dt>Date</dt> <dd>2015-03-08 03:27:57 -0700 (Sun, 08 Mar 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[iOS] Gardening to skip new tests, rebaseline existing tests

* platform/ios-simulator-wk1/TestExpectations:
- Mark test as flakey.

* platform/ios-simulator-wk2/fast/css/text-overflow-input-expected.txt: Remove.
* platform/ios-simulator-wk2/fast/forms/input-disabled-color-expected.txt: Remove.
* platform/ios-simulator-wk2/fast/forms/input-text-word-wrap-expected.txt: Remove.
* platform/ios-simulator-wk2/fast/forms/minWidthPercent-expected.txt: Remove.
- Superceded by new platform/ios-simulator results.

* platform/ios-simulator/TestExpectations:
- Skip two tests that will always time out on iOS.
- Mark two tests as ImageOnlyFailure that fail consistently.

* platform/ios-simulator/compositing/media-controls-bar-appearance-expected.txt: Add.
- Add result for new test from <a href="http://trac.webkit.org/projects/webkit/changeset/180965">r180965</a>.

* platform/ios-simulator/fast/attachment/attachment-label-highlight-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-progress-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-subtitle-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-title-expected.txt: Add.
- Add results for new attachment tests.

* platform/ios-simulator/fast/css/text-overflow-input-expected.txt: Update.
* platform/ios-simulator/fast/forms/input-disabled-color-expected.txt: Update.
* platform/ios-simulator/fast/forms/input-text-scroll-left-on-blur-expected.txt: Update.
* platform/ios-simulator/fast/forms/input-text-word-wrap-expected.txt: Update.
* platform/ios-simulator/fast/forms/minWidthPercent-expected.txt: Update.
* platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt: Update.
* platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt: Update.
* platform/ios-simulator/tables/mozilla/other/move_row-expected.txt: Update.
- Rebaseline after other bug fixes like <a href="http://trac.webkit.org/projects/webkit/changeset/180815">r180815</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorTestExpectations">trunk/LayoutTests/platform/ios-simulator/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastcsstextoverflowinputexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/css/text-overflow-input-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastformsinputdisabledcolorexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/input-disabled-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastformsinputtextscrollleftonblurexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/input-text-scroll-left-on-blur-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastformsinputtextwordwrapexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/input-text-word-wrap-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastformsminWidthPercentexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/forms/minWidthPercent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug59354expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillabugsbug96334expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozillaothermove_rowexpectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/move_row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformiossimulatorcompositingmediacontrolsbarappearanceexpectedtxt">trunk/LayoutTests/platform/ios-simulator/compositing/media-controls-bar-appearance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastattachmentattachmentlabelhighlightexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-label-highlight-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastattachmentattachmentprogressexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-progress-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastattachmentattachmentsubtitleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-subtitle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastattachmentattachmenttitleexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-title-expected.txt</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastcsstextoverflowinputexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/css/text-overflow-input-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastformsinputdisabledcolorexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-disabled-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastformsinputtextscrollleftonblurexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-text-scroll-left-on-blur-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastformsinputtextwordwrapexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-text-word-wrap-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastformsminWidthPercentexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/minWidthPercent-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/ChangeLog        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -1,3 +1,39 @@
</span><ins>+2015-03-08  David Kilzer  &lt;ddkilzer@apple.com&gt;
+
+        [iOS] Gardening to skip new tests, rebaseline existing tests
+
+        * platform/ios-simulator-wk1/TestExpectations:
+        - Mark test as flakey.
+
+        * platform/ios-simulator-wk2/fast/css/text-overflow-input-expected.txt: Remove.
+        * platform/ios-simulator-wk2/fast/forms/input-disabled-color-expected.txt: Remove.
+        * platform/ios-simulator-wk2/fast/forms/input-text-word-wrap-expected.txt: Remove.
+        * platform/ios-simulator-wk2/fast/forms/minWidthPercent-expected.txt: Remove.
+        - Superceded by new platform/ios-simulator results.
+
+        * platform/ios-simulator/TestExpectations:
+        - Skip two tests that will always time out on iOS.
+        - Mark two tests as ImageOnlyFailure that fail consistently.
+
+        * platform/ios-simulator/compositing/media-controls-bar-appearance-expected.txt: Add.
+        - Add result for new test from r180965.
+
+        * platform/ios-simulator/fast/attachment/attachment-label-highlight-expected.txt: Add.
+        * platform/ios-simulator/fast/attachment/attachment-progress-expected.txt: Add.
+        * platform/ios-simulator/fast/attachment/attachment-subtitle-expected.txt: Add.
+        * platform/ios-simulator/fast/attachment/attachment-title-expected.txt: Add.
+        - Add results for new attachment tests.
+
+        * platform/ios-simulator/fast/css/text-overflow-input-expected.txt: Update.
+        * platform/ios-simulator/fast/forms/input-disabled-color-expected.txt: Update.
+        * platform/ios-simulator/fast/forms/input-text-scroll-left-on-blur-expected.txt: Update.
+        * platform/ios-simulator/fast/forms/input-text-word-wrap-expected.txt: Update.
+        * platform/ios-simulator/fast/forms/minWidthPercent-expected.txt: Update.
+        * platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt: Update.
+        * platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt: Update.
+        * platform/ios-simulator/tables/mozilla/other/move_row-expected.txt: Update.
+        - Rebaseline after other bug fixes like r180815.
+
</ins><span class="cx"> 2015-03-07  Gyuyoung Kim  &lt;gyuyoung.kim@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed EFL gardening on 8th Mar.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -71,6 +71,7 @@
</span><span class="cx"> fast/history/page-cache-media-source-closed-2.html [ Skip ]
</span><span class="cx"> fast/history/page-cache-media-source-closed.html [ Skip ]
</span><span class="cx"> fast/history/page-cache-media-source-opened.html [ Skip ]
</span><ins>+fast/history/page-cache-removed-source-buffer.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
</span><span class="cx"> webkit.org/b/85558 http/tests/security/contentSecurityPolicy/1.1
</span><span class="lines">@@ -210,9 +211,13 @@
</span><span class="cx"> # &lt;rdar://problem/14590711&gt; CrashTracer: [USER] DumpRenderTree at WebCore: WebCore::Element::detach + 17
</span><span class="cx"> svg/as-image/svg-nested.html
</span><span class="cx"> 
</span><del>-# Difference of less 0.03% on borders between colors.
</del><ins>+# Height of actual image is 1-2 pixels shorter than expected image.
+fast/backgrounds/gradient-background-on-subpixel-position.html [ ImageOnlyFailure ]
+
+# Difference of less 0.03% between images.
</ins><span class="cx"> svg/as-image/svg-image-with-data-uri-from-canvas.html [ ImageOnlyFailure ]
</span><span class="cx"> svg/canvas/canvas-global-alpha-svg.html [ ImageOnlyFailure ]
</span><ins>+svg/clip-path/clip-path-line-use-before-defined.svg [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> # SVG
</span><span class="cx"> webkit.org/b/137574 svg/dom/SVGAnimatedAngle.html [ Skip ] # Pass, Crash
</span><span class="lines">@@ -2340,6 +2345,7 @@
</span><span class="cx"> # iOS does not support window resizing or window.resizeTo().
</span><span class="cx"> fast/dynamic/window-resize-scrollbars-test.html [ Skip ]
</span><span class="cx"> fast/images/animated-gif-window-resizing.html [ Skip ]
</span><ins>+loader/go-back-to-different-window-size.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # LayoutTests/fast tests that timeout:
</span><span class="cx"> fast/events/reveal-link-when-focused.html
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorcompositingmediacontrolsbarappearanceexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/compositing/media-controls-bar-appearance-expected.txt (0 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/compositing/media-controls-bar-appearance-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/compositing/media-controls-bar-appearance-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -0,0 +1,27 @@
</span><ins>+These elements should not get their own layers.
+
+These elements explicitly request layers.
+
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 2
+        (GraphicsLayer
+          (position 8.00 304.00)
+          (bounds 100.00 100.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 8.00 404.00)
+          (bounds 100.00 100.00)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastattachmentattachmentlabelhighlightexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-label-highlight-expected.txt (0 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-label-highlight-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-label-highlight-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -0,0 +1,14 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x36
+  RenderBlock {HTML} at (0,0) size 800x36
+    RenderBody {BODY} at (8,8) size 784x20
+      RenderAttachment {ATTACHMENT} at (0,16) size 0x0
+      RenderAttachment {ATTACHMENT} at (0,16) size 0x0
+      RenderAttachment {ATTACHMENT} at (0,16) size 0x0
+      RenderAttachment {ATTACHMENT} at (0,16) size 0x0
+      RenderAttachment {ATTACHMENT} at (0,16) size 0x0
+      RenderAttachment {ATTACHMENT} at (0,16) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+selection start: position 0 of child 2 {ATTACHMENT} of body
+selection end:   position 1 of child 7 {ATTACHMENT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastattachmentattachmentprogressexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-progress-expected.txt (0 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-progress-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-progress-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -0,0 +1,29 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x36
+  RenderBlock {HTML} at (0,0) size 800x36
+    RenderBody {BODY} at (8,8) size 784x20
+      RenderAttachment {ATTACHMENT} at (0,16) size 0x0
+      RenderText {#text} at (0,0) size 4x19
+        text run at (0,0) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (4,16) size 0x0
+      RenderText {#text} at (4,0) size 4x19
+        text run at (4,0) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (8,16) size 0x0
+      RenderText {#text} at (8,0) size 4x19
+        text run at (8,0) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (12,16) size 0x0
+      RenderText {#text} at (12,0) size 4x19
+        text run at (12,0) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (16,16) size 0x0
+      RenderText {#text} at (16,0) size 4x19
+        text run at (16,0) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (20,16) size 0x0
+      RenderText {#text} at (20,0) size 4x19
+        text run at (20,0) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (24,16) size 0x0
+      RenderText {#text} at (24,0) size 4x19
+        text run at (24,0) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (28,16) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastattachmentattachmentsubtitleexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-subtitle-expected.txt (0 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-subtitle-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-subtitle-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x36
+  RenderBlock {HTML} at (0,0) size 800x36
+    RenderBody {BODY} at (8,8) size 784x20
+      RenderAttachment {ATTACHMENT} at (0,16) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastattachmentattachmenttitleexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-title-expected.txt (0 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-title-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-title-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x36
+  RenderBlock {HTML} at (0,0) size 800x36
+    RenderBody {BODY} at (8,8) size 784x20
+      RenderAttachment {ATTACHMENT} at (0,16) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastcsstextoverflowinputexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/css/text-overflow-input-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/css/text-overflow-input-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator/fast/css/text-overflow-input-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">   RenderBlock {DIV} at (0,0) size 123x14
</span><span class="cx">     RenderText {#text} at (0,0) size 265x14
</span><span class="cx">       text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
</span><del>-layer at (590,77) size 122x14 scrollWidth 367
</del><ins>+layer at (590,77) size 122x14 scrollWidth 366
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 366x14
</span><span class="cx">       text run at (0,0) width 366: &quot;\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}&quot;
</span><span class="lines">@@ -168,7 +168,7 @@
</span><span class="cx">   RenderBlock {DIV} at (0,0) size 123x14
</span><span class="cx">     RenderText {#text} at (-142,0) size 266x14
</span><span class="cx">       text run at (-142,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
</span><del>-layer at (590,102) size 122x14 scrollWidth 367
</del><ins>+layer at (590,102) size 122x14 scrollWidth 366
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 366x14
</span><span class="cx">       text run at (0,0) width 366: &quot;\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}&quot;
</span><span class="lines">@@ -192,7 +192,7 @@
</span><span class="cx">   RenderBlock {DIV} at (0,0) size 123x14
</span><span class="cx">     RenderText {#text} at (0,0) size 265x14
</span><span class="cx">       text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
</span><del>-layer at (590,163) size 122x14 scrollWidth 367
</del><ins>+layer at (590,163) size 122x14 scrollWidth 366
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 366x14
</span><span class="cx">       text run at (0,0) width 366: &quot;\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}&quot;
</span><span class="lines">@@ -216,7 +216,7 @@
</span><span class="cx">   RenderBlock {DIV} at (0,0) size 123x14
</span><span class="cx">     RenderText {#text} at (-142,0) size 266x14
</span><span class="cx">       text run at (-142,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
</span><del>-layer at (590,188) size 122x14 scrollWidth 372
</del><ins>+layer at (590,188) size 122x14 scrollWidth 371
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (5,0) size 366x14
</span><span class="cx">       text run at (5,0) width 366: &quot;\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastformsinputdisabledcolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/input-disabled-color-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/input-disabled-color-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/input-disabled-color-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -58,55 +58,55 @@
</span><span class="cx">         text run at (139,321) width 5: &quot; &quot;
</span><span class="cx">       RenderTextControl {INPUT} at (145,322) size 136x22 [color=#FF0000] [border: (1px solid #4C4C4C)]
</span><span class="cx">       RenderBR {BR} at (282,336) size 1x0
</span><del>-layer at (160,33) size 122x14 scrollWidth 140
</del><ins>+layer at (160,33) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,58) size 122x14 scrollWidth 140
</del><ins>+layer at (160,58) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,83) size 122x14 scrollWidth 140
</del><ins>+layer at (160,83) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,108) size 122x14 scrollWidth 140
</del><ins>+layer at (160,108) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,133) size 122x14 scrollWidth 140
</del><ins>+layer at (160,133) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,158) size 122x14 scrollWidth 140
</del><ins>+layer at (160,158) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,183) size 122x14 scrollWidth 140
</del><ins>+layer at (160,183) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,208) size 122x14 scrollWidth 140
</del><ins>+layer at (160,208) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,233) size 122x14 scrollWidth 140
</del><ins>+layer at (160,233) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,258) size 122x14 scrollWidth 140
</del><ins>+layer at (160,258) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,283) size 122x14 scrollWidth 140
</del><ins>+layer at (160,283) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,308) size 122x14 scrollWidth 140
</del><ins>+layer at (160,308) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span><del>-layer at (160,333) size 122x14 scrollWidth 140
</del><ins>+layer at (160,333) size 122x14 scrollWidth 139
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 139x14
</span><span class="cx">       text run at (0,0) width 139: &quot;This text field is not disabled&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastformsinputtextscrollleftonblurexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/input-text-scroll-left-on-blur-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/input-text-scroll-left-on-blur-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/input-text-scroll-left-on-blur-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 767x39
</span><span class="cx">           text run at (0,0) width 767: &quot;Tests scrolling back to the beginning when a text field blurs. The first field should be scrolled to the left, the second and&quot;
</span><span class="cx">           text run at (0,20) width 164: &quot;third scrolled to the right.&quot;
</span><del>-layer at (17,13) size 122x14 scrollWidth 277
</del><ins>+layer at (17,13) size 122x14 scrollWidth 276
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 276x14
</span><span class="cx">       text run at (0,0) width 276: &quot;this text field has a lot of text in it so that it needs to scrol&quot;
</span><span class="lines">@@ -24,8 +24,8 @@
</span><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (-152,0) size 276x14
</span><span class="cx">       text run at (-152,0) width 275: &quot;this text field has a lot of text in it so that it needs to scrol&quot;
</span><del>-layer at (303,13) size 122x14 scrollX 157 scrollWidth 279
</del><ins>+layer at (303,13) size 122x14 scrollX 156 scrollWidth 276
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><del>-    RenderText {#text} at (0,0) size 278x14
-      text run at (0,0) width 278: &quot;this text field has a lot of text in it so that it needs to scroll&quot;
-caret: position 66 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 4 {INPUT} of body
</del><ins>+    RenderText {#text} at (0,0) size 276x14
+      text run at (0,0) width 276: &quot;this text field has a lot of text in it so that it needs to scrol&quot;
+caret: position 65 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 4 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastformsinputtextwordwrapexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/input-text-word-wrap-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/input-text-word-wrap-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/input-text-word-wrap-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,36) size 784x33
</span><span class="cx">         RenderTextControl {INPUT} at (2,0) size 136x33 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (17,53) size 122x14 scrollWidth 237
</del><ins>+layer at (17,53) size 122x14 scrollWidth 236
</ins><span class="cx">   RenderBlock {DIV} at (6,9) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 236x14
</span><span class="cx">       text run at (0,0) width 236: &quot;This sentence should not wrap into the next line.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastformsminWidthPercentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/forms/minWidthPercent-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/forms/minWidthPercent-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator/fast/forms/minWidthPercent-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx">               RenderTableCell {TD} at (2,2) size 114x27 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderTextControl {INPUT} at (1,3) size 112x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (18,16) size 99x14 scrollWidth 104
</del><ins>+layer at (18,16) size 99x14 scrollWidth 103
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 100x15
</span><span class="cx">     RenderText {#text} at (0,0) size 103x14
</span><span class="cx">       text run at (0,0) width 103: &quot;Should fit in blue box&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug59354expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                                               RenderTableCell {TD} at (122,1) size 150x35 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                                                 RenderTextControl {INPUT} at (7,7) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
</span><span class="cx">                                                 RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (242,105) size 122x14 scrollWidth 178
</del><ins>+layer at (242,105) size 122x14 scrollWidth 177
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 177x14
</span><span class="cx">       text run at (0,0) width 177: &quot;simon.king@pipinghotnetworks.com&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillabugsbug96334expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 752x39
</span><span class="cx">                 text run at (2,2) width 752: &quot;KEEPoTHEoTEXToHEREoASoLONGoASoPOSSIBLEooKEEPoTHEoTEXToHEREoASoLONGoASoPOSSIBLE&quot;
</span><span class="cx">                 text run at (2,22) width 602: &quot;THIS SIMULATES THE PROBLEM ON THE WWW.MAPBLAST.COM/ \&quot;CREATE MAP\&quot;&quot;
</span><del>-layer at (35,31) size 122x14 scrollWidth 134
</del><ins>+layer at (35,31) size 122x14 scrollWidth 133
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 123x15
</span><span class="cx">     RenderText {#text} at (0,0) size 133x14
</span><span class="cx">       text run at (0,0) width 133: &quot;THIS NEEDS THIS VALUE&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozillaothermove_rowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/move_row-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/move_row-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla/other/move_row-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -41,11 +41,11 @@
</span><span class="cx">             RenderText at (0,0) size 13x14
</span><span class="cx">               text run at (0,0) width 13: &quot;go&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (17,159) size 6x14 scrollWidth 8
</del><ins>+layer at (17,159) size 6x14 scrollWidth 7
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 7x15
</span><span class="cx">     RenderText {#text} at (0,0) size 7x14
</span><span class="cx">       text run at (0,0) width 7: &quot;2&quot;
</span><del>-layer at (44,159) size 6x14 scrollWidth 8
</del><ins>+layer at (44,159) size 6x14 scrollWidth 7
</ins><span class="cx">   RenderBlock {DIV} at (6,3) size 7x15
</span><span class="cx">     RenderText {#text} at (0,0) size 7x14
</span><span class="cx">       text run at (0,0) width 7: &quot;4&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -1246,7 +1246,7 @@
</span><span class="cx"> fast/forms/input-maxlength-ime-completed.html [ Failure ]
</span><span class="cx"> fast/forms/input-maxlength-ime-preedit.html [ Failure ]
</span><span class="cx"> fast/forms/input-paste-undo.html [ Failure ]
</span><del>-fast/forms/input-text-scroll-left-on-blur.html [ Failure ]
</del><ins>+fast/forms/input-text-scroll-left-on-blur.html [ Failure Pass ]
</ins><span class="cx"> fast/forms/interactive-validation-assertion-by-validate-twice.html [ Failure ]
</span><span class="cx"> fast/forms/interactive-validation-prevented.html [ Failure ]
</span><span class="cx"> fast/forms/month/month-interactive-validation-required.html [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastcsstextoverflowinputexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator-wk2/fast/css/text-overflow-input-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/css/text-overflow-input-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/css/text-overflow-input-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -1,242 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x310
-  RenderBlock {HTML} at (0,0) size 800x310
-    RenderBody {BODY} at (8,16) size 784x278
-      RenderBlock {P} at (0,0) size 784x20
-        RenderText {#text} at (0,0) size 314x19
-          text run at (0,0) width 314: &quot;This test is a basic check for using text-overflow.&quot;
-      RenderBlock {P} at (0,36) size 784x70
-        RenderText {#text} at (0,0) size 490x19
-          text run at (0,0) width 490: &quot;Apply \&quot;text-overflow:clip\&quot; to inputs. The following input should be clipped:&quot;
-        RenderBR {BR} at (489,0) size 1x19
-        RenderTextControl {INPUT} at (2,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (139,21) size 5x19
-          text run at (139,21) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (145,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-          RenderFlexibleBox {DIV} at (6,3) size 123x15
-            RenderBlock {DIV} at (0,7) size 0x0
-            RenderBlock {DIV} at (0,0) size 123x14
-            RenderBlock {DIV} at (122,7) size 0x0
-        RenderText {#text} at (282,21) size 5x19
-          text run at (282,21) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (288,22) size 137x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (426,21) size 5x19
-          text run at (426,21) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (432,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-          RenderFlexibleBox {DIV} at (6,3) size 123x15
-            RenderBlock {DIV} at (0,7) size 0x0
-            RenderBlock {DIV} at (0,0) size 123x14
-            RenderBlock {DIV} at (122,7) size 0x0
-        RenderText {#text} at (569,21) size 5x19
-          text run at (569,21) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (575,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderBR {BR} at (712,21) size 1x19
-        RenderTextControl {INPUT} at (2,47) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (139,46) size 5x19
-          text run at (139,46) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (145,47) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-          RenderFlexibleBox {DIV} at (6,3) size 123x15
-            RenderBlock {DIV} at (0,7) size 0x0
-            RenderBlock {DIV} at (0,0) size 123x14
-            RenderBlock {DIV} at (122,7) size 0x0
-        RenderText {#text} at (282,46) size 5x19
-          text run at (282,46) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (288,47) size 137x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (426,46) size 5x19
-          text run at (426,46) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (432,47) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-          RenderFlexibleBox {DIV} at (6,3) size 123x15
-            RenderBlock {DIV} at (0,7) size 0x0
-            RenderBlock {DIV} at (0,0) size 123x14
-            RenderBlock {DIV} at (122,7) size 0x0
-        RenderText {#text} at (569,46) size 5x19
-          text run at (569,46) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (575,47) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {P} at (0,122) size 784x70
-        RenderText {#text} at (0,0) size 547x19
-          text run at (0,0) width 547: &quot;Apply \&quot;text-overflow:ellipsis\&quot; to inputs. The following input should show an ellipsis:&quot;
-        RenderBR {BR} at (546,0) size 1x19
-        RenderTextControl {INPUT} at (2,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (139,21) size 5x19
-          text run at (139,21) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (145,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-          RenderFlexibleBox {DIV} at (6,3) size 123x15
-            RenderBlock {DIV} at (0,7) size 0x0
-            RenderBlock {DIV} at (0,0) size 123x14
-            RenderBlock {DIV} at (122,7) size 0x0
-        RenderText {#text} at (282,21) size 5x19
-          text run at (282,21) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (288,22) size 137x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (426,21) size 5x19
-          text run at (426,21) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (432,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-          RenderFlexibleBox {DIV} at (6,3) size 123x15
-            RenderBlock {DIV} at (0,7) size 0x0
-            RenderBlock {DIV} at (0,0) size 123x14
-            RenderBlock {DIV} at (122,7) size 0x0
-        RenderText {#text} at (569,21) size 5x19
-          text run at (569,21) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (575,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderBR {BR} at (712,21) size 1x19
-        RenderTextControl {INPUT} at (2,47) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (139,46) size 5x19
-          text run at (139,46) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (145,47) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-          RenderFlexibleBox {DIV} at (6,3) size 123x15
-            RenderBlock {DIV} at (0,7) size 0x0
-            RenderBlock {DIV} at (0,0) size 123x14
-            RenderBlock {DIV} at (122,7) size 0x0
-        RenderText {#text} at (282,46) size 5x19
-          text run at (282,46) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (288,47) size 137x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (426,46) size 5x19
-          text run at (426,46) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (432,47) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-          RenderFlexibleBox {DIV} at (6,3) size 123x15
-            RenderBlock {DIV} at (0,7) size 0x0
-            RenderBlock {DIV} at (0,0) size 123x14
-            RenderBlock {DIV} at (122,7) size 0x0
-        RenderText {#text} at (569,46) size 5x19
-          text run at (569,46) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (575,47) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {P} at (0,208) size 784x70
-        RenderText {#text} at (0,0) size 238x19
-          text run at (0,0) width 238: &quot;Dynamic style change text-overflow:&quot;
-        RenderBR {BR} at (237,0) size 1x19
-        RenderText {#text} at (0,21) size 247x19
-          text run at (0,21) width 247: &quot;Clip to ellipsis (should show ellipsis): &quot;
-        RenderTextControl {INPUT} at (248,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (385,21) size 5x19
-          text run at (385,21) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (391,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (528,21) size 5x19
-          text run at (528,21) width 5: &quot; &quot;
-        RenderBR {BR} at (0,0) size 0x0
-        RenderText {#text} at (0,46) size 270x19
-          text run at (0,46) width 270: &quot;Ellipsis to clip (should not show ellipsis): &quot;
-        RenderTextControl {INPUT} at (271,47) size 137x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (409,46) size 5x19
-          text run at (409,46) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (415,47) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (552,46) size 5x19
-          text run at (552,46) width 5: &quot; &quot;
-        RenderBR {BR} at (0,0) size 0x0
-layer at (17,77) size 122x14 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (17,77) size 122x14
-  RenderBlock {DIV} at (6,3) size 123x15
-layer at (160,77) size 122x14 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (160,77) size 122x14
-  RenderBlock {DIV} at (0,0) size 123x14
-layer at (303,77) size 122x14 scrollWidth 266
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (447,77) size 122x14 scrollWidth 266
-  RenderBlock {DIV} at (0,0) size 123x14
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (590,77) size 122x14 scrollWidth 367
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 366x14
-      text run at (0,0) width 366: &quot;\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}&quot;
-layer at (17,102) size 122x14 scrollX 142 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#A9A9A9]
-    RenderText {#text} at (-142,0) size 266x14
-      text run at (-142,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (17,102) size 122x14
-  RenderBlock {DIV} at (6,3) size 123x15
-layer at (160,102) size 122x14 scrollX 142 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#A9A9A9]
-    RenderText {#text} at (-142,0) size 266x14
-      text run at (-142,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (160,102) size 122x14
-  RenderBlock {DIV} at (0,0) size 123x14
-layer at (303,102) size 122x14 scrollX 142 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (-142,0) size 266x14
-      text run at (-142,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (447,102) size 122x14 scrollX 142 scrollWidth 265
-  RenderBlock {DIV} at (0,0) size 123x14
-    RenderText {#text} at (-142,0) size 266x14
-      text run at (-142,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (590,102) size 122x14 scrollWidth 367
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 366x14
-      text run at (0,0) width 366: &quot;\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}&quot;
-layer at (17,163) size 122x14 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (17,163) size 122x14
-  RenderBlock {DIV} at (6,3) size 123x15
-layer at (160,163) size 122x14 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (160,163) size 122x14
-  RenderBlock {DIV} at (0,0) size 123x14
-layer at (303,163) size 122x14 scrollWidth 266
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (447,163) size 122x14 scrollWidth 266
-  RenderBlock {DIV} at (0,0) size 123x14
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (590,163) size 122x14 scrollWidth 367
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 366x14
-      text run at (0,0) width 366: &quot;\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}&quot;
-layer at (17,188) size 122x14 scrollX 142 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#A9A9A9]
-    RenderText {#text} at (-142,0) size 266x14
-      text run at (-142,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (17,188) size 122x14
-  RenderBlock {DIV} at (6,3) size 123x15
-layer at (160,188) size 122x14 scrollX 142 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#A9A9A9]
-    RenderText {#text} at (-142,0) size 266x14
-      text run at (-142,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (160,188) size 122x14
-  RenderBlock {DIV} at (0,0) size 123x14
-layer at (303,188) size 122x14 scrollX 142 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (-142,0) size 266x14
-      text run at (-142,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (447,188) size 122x14 scrollX 142 scrollWidth 265
-  RenderBlock {DIV} at (0,0) size 123x14
-    RenderText {#text} at (-142,0) size 266x14
-      text run at (-142,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (590,188) size 122x14 scrollWidth 372
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (5,0) size 366x14
-      text run at (5,0) width 366: &quot;\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}\x{25CF}&quot;
-layer at (263,249) size 122x14 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (263,249) size 122x14
-  RenderBlock {DIV} at (6,3) size 123x15
-layer at (406,249) size 122x14 scrollWidth 266
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (286,274) size 122x14 scrollWidth 265
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (286,274) size 122x14
-  RenderBlock {DIV} at (6,3) size 123x15
-layer at (430,274) size 122x14 scrollWidth 266
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 265x14
-      text run at (0,0) width 265: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastformsinputdisabledcolorexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-disabled-color-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-disabled-color-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-disabled-color-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -1,190 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 522x19
-        text run at (0,0) width 522: &quot;This tests that the text color changes appropriately when the text field is disabled.&quot;
-      RenderBR {BR} at (521,15) size 1x0
-      RenderText {#text} at (139,21) size 5x19
-        text run at (139,21) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,36) size 1x0
-      RenderText {#text} at (139,46) size 5x19
-        text run at (139,46) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,47) size 136x22 [color=#FF0000] [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,61) size 1x0
-      RenderText {#text} at (139,71) size 5x19
-        text run at (139,71) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,72) size 136x22 [bgcolor=#0000FF] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,86) size 1x0
-      RenderText {#text} at (139,96) size 5x19
-        text run at (139,96) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,97) size 136x22 [color=#FF0000] [bgcolor=#0000FF] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,111) size 1x0
-      RenderText {#text} at (139,121) size 5x19
-        text run at (139,121) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,122) size 136x22 [bgcolor=#000000] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,136) size 1x0
-      RenderText {#text} at (139,146) size 5x19
-        text run at (139,146) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,147) size 136x22 [color=#FFFFFF] [bgcolor=#000000] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,161) size 1x0
-      RenderText {#text} at (139,171) size 5x19
-        text run at (139,171) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,172) size 136x22 [bgcolor=#808080] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,186) size 1x0
-      RenderText {#text} at (139,196) size 5x19
-        text run at (139,196) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,197) size 136x22 [color=#FFFFFF] [bgcolor=#A9A9A9] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,211) size 1x0
-      RenderText {#text} at (139,221) size 5x19
-        text run at (139,221) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,222) size 136x22 [color=#808080] [bgcolor=#000000] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,236) size 1x0
-      RenderText {#text} at (139,246) size 5x19
-        text run at (139,246) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,247) size 136x22 [color=#FF0000] [bgcolor=#808080] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,261) size 1x0
-      RenderText {#text} at (139,271) size 5x19
-        text run at (139,271) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,272) size 136x22 [color=#808080] [bgcolor=#FF0000] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,286) size 1x0
-      RenderText {#text} at (139,296) size 5x19
-        text run at (139,296) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,297) size 136x22 [color=#FF0000] [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,311) size 1x0
-      RenderText {#text} at (139,321) size 5x19
-        text run at (139,321) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (145,322) size 136x22 [color=#FF0000] [border: (1px solid #4C4C4C)]
-      RenderBR {BR} at (282,336) size 1x0
-layer at (160,33) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,58) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,83) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,108) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,133) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,158) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,183) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,208) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,233) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,258) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,283) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,308) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (160,333) size 122x14 scrollWidth 140
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 139x14
-      text run at (0,0) width 139: &quot;This text field is not disabled&quot;
-layer at (10,30) size 135x21
-  RenderTextControl {INPUT} at (2,22) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-layer at (17,33) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#545454]
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,55) size 135x21
-  RenderTextControl {INPUT} at (2,47) size 136x22 [color=#FF0000] [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-layer at (17,58) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,80) size 135x21
-  RenderTextControl {INPUT} at (2,72) size 136x22 [bgcolor=#0000FF] [border: (1px solid #4C4C4C)]
-layer at (17,83) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#545454]
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,105) size 135x21
-  RenderTextControl {INPUT} at (2,97) size 136x22 [color=#FF0000] [bgcolor=#0000FF] [border: (1px solid #4C4C4C)]
-layer at (17,108) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#AB0000]
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,130) size 135x21
-  RenderTextControl {INPUT} at (2,122) size 136x22 [bgcolor=#000000] [border: (1px solid #4C4C4C)]
-layer at (17,133) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#545454]
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,155) size 135x21
-  RenderTextControl {INPUT} at (2,147) size 136x22 [color=#FFFFFF] [bgcolor=#000000] [border: (1px solid #4C4C4C)]
-layer at (17,158) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#ABABAB]
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,180) size 135x21
-  RenderTextControl {INPUT} at (2,172) size 136x22 [bgcolor=#808080] [border: (1px solid #4C4C4C)]
-layer at (17,183) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#545454]
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,205) size 135x21
-  RenderTextControl {INPUT} at (2,197) size 136x22 [color=#FFFFFF] [bgcolor=#A9A9A9] [border: (1px solid #4C4C4C)]
-layer at (17,208) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,230) size 135x21
-  RenderTextControl {INPUT} at (2,222) size 136x22 [color=#808080] [bgcolor=#000000] [border: (1px solid #4C4C4C)]
-layer at (17,233) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#2C2C2C]
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,255) size 135x21
-  RenderTextControl {INPUT} at (2,247) size 136x22 [color=#FF0000] [bgcolor=#808080] [border: (1px solid #4C4C4C)]
-layer at (17,258) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,280) size 135x21
-  RenderTextControl {INPUT} at (2,272) size 136x22 [color=#808080] [bgcolor=#FF0000] [border: (1px solid #4C4C4C)]
-layer at (17,283) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15 [color=#2C2C2C]
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,305) size 135x21
-  RenderTextControl {INPUT} at (2,297) size 136x22 [color=#FF0000] [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-layer at (17,308) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (10,330) size 135x21
-  RenderTextControl {INPUT} at (2,322) size 136x22 [color=#FF0000] [border: (1px solid #4C4C4C)]
-layer at (17,333) size 122x14 scrollWidth 318
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 318x14
-      text run at (0,0) width 318: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastformsinputtextscrollleftonblurexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-text-scroll-left-on-blur-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-text-scroll-left-on-blur-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-text-scroll-left-on-blur-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -1,31 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x576
-      RenderBlock (anonymous) at (0,0) size 784x25
-        RenderTextControl {INPUT} at (2,2) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (139,1) size 5x19
-          text run at (139,1) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (145,2) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (282,1) size 5x19
-          text run at (282,1) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (288,2) size 137x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {P} at (0,41) size 784x40
-        RenderText {#text} at (0,0) size 767x39
-          text run at (0,0) width 767: &quot;Tests scrolling back to the beginning when a text field blurs. The first field should be scrolled to the left, the second and&quot;
-          text run at (0,20) width 164: &quot;third scrolled to the right.&quot;
-layer at (17,13) size 122x14 scrollWidth 277
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 276x14
-      text run at (0,0) width 276: &quot;this text field has a lot of text in it so that it needs to scrol&quot;
-layer at (160,13) size 122x14 scrollX 153 scrollWidth 275
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (-152,0) size 276x14
-      text run at (-152,0) width 275: &quot;this text field has a lot of text in it so that it needs to scrol&quot;
-layer at (303,13) size 122x14 scrollX 157 scrollWidth 277
-  RenderBlock {DIV} at (6,3) size 123x15
-    RenderText {#text} at (0,0) size 276x14
-      text run at (0,0) width 276: &quot;this text field has a lot of text in it so that it needs to scrol&quot;
-caret: position 65 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 4 {INPUT} of body
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastformsinputtextwordwrapexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-text-word-wrap-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-text-word-wrap-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/input-text-word-wrap-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -1,20 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {P} at (0,0) size 784x20
-        RenderText {#text} at (0,0) size 117x19
-          text run at (0,0) width 117: &quot;This tests that the &quot;
-        RenderInline {CODE} at (0,0) size 71x14
-          RenderText {#text} at (116,5) size 71x14
-            text run at (116,5) width 71: &quot;word-wrap&quot;
-        RenderText {#text} at (186,0) size 309x19
-          text run at (186,0) width 309: &quot; property is ignored for single-line text controls.&quot;
-      RenderBlock (anonymous) at (0,36) size 784x33
-        RenderTextControl {INPUT} at (2,0) size 136x33 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-        RenderText {#text} at (0,0) size 0x0
-layer at (17,53) size 122x14 scrollWidth 237
-  RenderBlock {DIV} at (6,9) size 123x15
-    RenderText {#text} at (0,0) size 236x14
-      text run at (0,0) width 236: &quot;This sentence should not wrap into the next line.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastformsminWidthPercentexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/minWidthPercent-expected.txt (181241 => 181242)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/minWidthPercent-expected.txt        2015-03-08 10:19:29 UTC (rev 181241)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/forms/minWidthPercent-expected.txt        2015-03-08 10:27:57 UTC (rev 181242)
</span><span class="lines">@@ -1,16 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {DIV} at (0,0) size 119x31 [bgcolor=#C3D9FF]
-        RenderTable {TABLE} at (0,0) size 118x31
-          RenderTableSection {TBODY} at (0,0) size 118x31
-            RenderTableRow {TR} at (0,2) size 118x27
-              RenderTableCell {TD} at (2,2) size 114x27 [r=0 c=0 rs=1 cs=1]
-                RenderTextControl {INPUT} at (1,3) size 112x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-                RenderText {#text} at (0,0) size 0x0
-layer at (18,16) size 99x14 scrollWidth 104
-  RenderBlock {DIV} at (6,3) size 100x15
-    RenderText {#text} at (0,0) size 103x14
-      text run at (0,0) width 103: &quot;Should fit in blue box&quot;
</del></span></pre>
</div>
</div>

</body>
</html>